2023-04-23 04:38:18 +00:00
parent a07e705df6
commit c6bfca8e1b
2 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"dependencies": {
"@apollo/client": "^3.7.12",
"@auth0/auth0-spa-js": "^2.0.4",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-vue-apollo": "^3.3.7",
"@nuxtjs/i18n": "^7.3.1",
+21 -5
View File
@@ -1994,14 +1994,14 @@
change-case-all "1.0.15"
tslib "~2.4.0"
"@graphql-codegen/typescript@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.3.tgz#3732e2072ba27970006db14b22d412ac4c943628"
integrity sha512-oVV4/RPs3Lmr2XqywlNDmLhNBCIhefA8rYcuxoWcnd/WRc6GNRm1b2NOIzDhhF4xriVluMyk3QQVRepkdj9enw==
"@graphql-codegen/typescript@^3.0.3", "@graphql-codegen/typescript@^3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.4.tgz#e12dc106a2722ebc7d18556980ccf47fa9d0805f"
integrity sha512-x4O47447DZrWNtE/l5CU9QzzW4m1RbmCEdijlA3s2flG/y1Ckqdemob4CWfilSm5/tZ3w1junVDY616RDTSvZw==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.2.0"
"@graphql-codegen/schema-ast" "^3.0.1"
"@graphql-codegen/visitor-plugin-common" "3.1.0"
"@graphql-codegen/visitor-plugin-common" "3.1.1"
auto-bind "~4.0.0"
tslib "~2.5.0"
@@ -2037,6 +2037,22 @@
parse-filepath "^1.0.2"
tslib "~2.5.0"
"@graphql-codegen/visitor-plugin-common@3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.1.1.tgz#50c2aa3c537a805ce68d2f115d0a9811b151428c"
integrity sha512-uAfp+zu/009R3HUAuTK2AamR1bxIltM6rrYYI6EXSmkM3rFtFsLTuJhjUDj98HcUCszJZrADppz8KKLGRUVlNg==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.2.0"
"@graphql-tools/optimize" "^1.3.0"
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
"@graphql-tools/utils" "^9.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@^7.3.6":
version "7.3.18"
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-7.3.18.tgz#694c06b536ab38db2d63dfff05b2e6833944eb00"