2023-02-04 04:42:50 +00:00
parent 001fe4b078
commit c6c7cd7181
2 changed files with 40 additions and 20 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.20.13",
"@graphql-codegen/cli": "^2.16.5",
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/fragment-matcher": "^3.3.3",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxt/types": "^2.15.8",
+39 -19
View File
@@ -1336,18 +1336,18 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
"@graphql-codegen/cli@^2.16.5":
version "2.16.5"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.16.5.tgz#b3b5eeec357af01c1cb72f6a4ea96e52bd49e662"
integrity sha512-XYPIp+q7fB0xAGSAoRykiTe4oY80VU+z+dw5nuv4mLY0+pv7+pa2C6Nwhdw7a65lXOhFviBApWCCZeqd54SMnA==
"@graphql-codegen/cli@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-3.0.0.tgz#eb367adfe51349e4822518183fc7ea7c06aea11b"
integrity sha512-16nuFabHCfPQ/d+v52OvR1ueL8eiJvS/nRuvuEV8d9T1fkborHKRw4lhyKVebu9izFBs6G0CvVCLhgVzQwHSLw==
dependencies:
"@babel/generator" "^7.18.13"
"@babel/template" "^7.18.10"
"@babel/types" "^7.18.13"
"@graphql-codegen/core" "^2.6.8"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-codegen/core" "^3.0.0"
"@graphql-codegen/plugin-helpers" "^4.0.0"
"@graphql-tools/apollo-engine-loader" "^7.3.6"
"@graphql-tools/code-file-loader" "^7.3.13"
"@graphql-tools/code-file-loader" "^7.3.17"
"@graphql-tools/git-loader" "^7.2.13"
"@graphql-tools/github-loader" "^7.3.20"
"@graphql-tools/graphql-file-loader" "^7.5.0"
@@ -1377,12 +1377,12 @@
yaml "^1.10.0"
yargs "^17.0.0"
"@graphql-codegen/core@^2.6.8":
version "2.6.8"
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.8.tgz#00c4011e3619ddbc6af5e41b2f254d6f6759556e"
integrity sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==
"@graphql-codegen/core@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-3.0.0.tgz#ff6d643bb9d80c54ddd9ee5c68194888c971ae45"
integrity sha512-WUfAUTmUcgeHPR7F5ZQqaBqJLJb5+3Lvp6v9SrnupKOFed+Q3u8CvZL6sPTvDpqqW8Ucjy59DEZqumPLp99pdQ==
dependencies:
"@graphql-codegen/plugin-helpers" "^3.1.1"
"@graphql-codegen/plugin-helpers" "^4.0.0"
"@graphql-tools/schema" "^9.0.0"
"@graphql-tools/utils" "^9.1.1"
tslib "~2.4.0"
@@ -1561,13 +1561,13 @@
tslib "^2.4.0"
value-or-promise "1.0.11"
"@graphql-tools/code-file-loader@^7.3.13":
version "7.3.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.13.tgz#439c21c80aed1018f9457d3742b1d51ce60cd3f0"
integrity sha512-6anNQJ/VqseqBGcrZexGsiW40cBWF8Uko9AgvGSuZx2uJl1O8H9a3XMZnkmuI17yoGRCzXkwf52AS0+O5UYFUA==
"@graphql-tools/code-file-loader@^7.3.17":
version "7.3.18"
resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.18.tgz#fba541ebe58cda6c0913f693cbc8ec75a4a0f97d"
integrity sha512-DK0YjsJWKkLF6HQYuuqiDwMr9rwRojm8yR/T+J8vXCOR4ndYa1EvUm9wRHPhxHVOYeptO2u+APoWNEhuMN9Hbw==
dependencies:
"@graphql-tools/graphql-tag-pluck" "7.4.0"
"@graphql-tools/utils" "9.1.1"
"@graphql-tools/graphql-tag-pluck" "7.4.4"
"@graphql-tools/utils" "9.2.0"
globby "^11.0.3"
tslib "^2.4.0"
unixify "^1.0.0"
@@ -1680,6 +1680,18 @@
"@graphql-tools/utils" "9.1.1"
tslib "^2.4.0"
"@graphql-tools/graphql-tag-pluck@7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.4.4.tgz#16f8f7c5c5579f98106c58473b65806f2839da8a"
integrity sha512-yHIEcapR/kVSrn4W4Nf3FYpJKPcoGvJbdbye8TnW3dD5GkG4UqVnKuyqFvQPOhgqXKbloFZqUhNqEuyqxqIPRw==
dependencies:
"@babel/parser" "^7.16.8"
"@babel/plugin-syntax-import-assertions" "7.20.0"
"@babel/traverse" "^7.16.8"
"@babel/types" "^7.16.8"
"@graphql-tools/utils" "9.2.0"
tslib "^2.4.0"
"@graphql-tools/import@6.7.11":
version "6.7.11"
resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.7.11.tgz#a1f8fdb2ea51eb48b205e0ec71a0d31ed888e509"
@@ -1844,13 +1856,21 @@
dependencies:
tslib "^2.4.0"
"@graphql-tools/utils@9.1.4", "@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.1.1":
"@graphql-tools/utils@9.1.4":
version "9.1.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.4.tgz#2c9e0aefc9655dd73247667befe3c850ec014f3f"
integrity sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==
dependencies:
tslib "^2.4.0"
"@graphql-tools/utils@9.2.0", "@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.1.1":
version "9.2.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.0.tgz#d74d0376231c0e8bf897a715fafaf53d0f6bf06c"
integrity sha512-s3lEG1iYkyYEnKCWrIFECX3XH2wmZvbg6Ir3udCvIDynq+ydaO7JQXobclpPtwSJtjlS353haF//6V7mnBQ4bg==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
tslib "^2.4.0"
"@graphql-tools/utils@^8.8.0":
version "8.13.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491"