2023-06-20 04:38:34 +00:00
parent 89d723db66
commit f0c24066bf
2 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"dependencies": {
"@apollo/client": "^3.7.15",
"@auth0/auth0-spa-js": "^2.0.8",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@graphql-codegen/typescript-vue-apollo": "^3.3.7",
"@nuxtjs/i18n": "^7.3.1",
+21 -5
View File
@@ -2572,14 +2572,14 @@
change-case-all "1.0.15"
tslib "~2.4.0"
"@graphql-codegen/typescript@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.0.tgz#8742f6d022564bbc7626a5a68cd90ca1841f5339"
integrity sha512-9Wv050+a4O/c3RRDbXKVnm0e45mhmb8XuW3ICsmmwPUVJ5oX8NOLYIMU8ie1/gNTTCfJNwOtZr5EwX2yhXYUfQ==
"@graphql-codegen/typescript@^4.0.0", "@graphql-codegen/typescript@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.1.tgz#7481d68f59bea802dd10e278dce73c8a1552b2a4"
integrity sha512-3YziQ21dCVdnHb+Us1uDb3pA6eG5Chjv0uTK+bt9dXeMlwYBU8MbtzvQTo4qvzWVC1AxSOKj0rgfNu1xCXqJyA==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.0"
"@graphql-codegen/schema-ast" "^4.0.0"
"@graphql-codegen/visitor-plugin-common" "4.0.0"
"@graphql-codegen/visitor-plugin-common" "4.0.1"
auto-bind "~4.0.0"
tslib "~2.5.0"
@@ -2615,6 +2615,22 @@
parse-filepath "^1.0.2"
tslib "~2.5.0"
"@graphql-codegen/visitor-plugin-common@4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.0.1.tgz#64e293728b3c186f6767141e41fcdb310e50d367"
integrity sha512-Bi/1z0nHg4QMsAqAJhds+ForyLtk7A3HQOlkrZNm3xEkY7lcBzPtiOTLBtvziwopBsXUxqeSwVjOOFPLS5Yw1Q==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.0"
"@graphql-tools/optimize" "^2.0.0"
"@graphql-tools/relay-operation-optimizer" "^7.0.0"
"@graphql-tools/utils" "^10.0.0"
auto-bind "~4.0.0"
change-case-all "1.0.15"
dependency-graph "^0.11.0"
graphql-tag "^2.11.0"
parse-filepath "^1.0.2"
tslib "~2.5.0"
"@graphql-tools/apollo-engine-loader@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.0.tgz#ac1f351cbe41508411784f25757f5557b0f27489"