2023-04-04 04:37:47 +00:00
parent 27656aada1
commit d5ee282fc7
2 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"dependencies": {
"@apollo/client": "^3.7.11",
"@auth0/auth0-spa-js": "^2.0.4",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@graphql-codegen/typescript-vue-apollo": "^3.3.7",
"@nuxtjs/i18n": "^7.3.1",
+26 -10
View File
@@ -1774,10 +1774,10 @@
lodash "~4.17.0"
tslib "~2.4.0"
"@graphql-codegen/plugin-helpers@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-4.1.0.tgz#4b193c12d6bb458f1f2af48c200bc86617884f60"
integrity sha512-xvSHJb9OGb5CODIls0AI1rCenLz+FuiaNPCsfHMCNsLDjOZK2u0jAQ9zUBdc/Wb+21YXZujBCc0Vm1QX+Zz0nw==
"@graphql-codegen/plugin-helpers@^4.1.0", "@graphql-codegen/plugin-helpers@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-4.2.0.tgz#8324914d0f99162a223cfa01796cdd6be972d2ae"
integrity sha512-THFTCfg+46PXlXobYJ/OoCX6pzjI+9woQqCjdyKtgoI0tn3Xq2HUUCiidndxUpEYVrXb5pRiRXb7b/ZbMQqD0A==
dependencies:
"@graphql-tools/utils" "^9.0.0"
change-case-all "1.0.15"
@@ -1817,14 +1817,14 @@
change-case-all "1.0.15"
tslib "~2.4.0"
"@graphql-codegen/typescript@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.2.tgz#6099c0632188ad9c6d41a5b66116ded0bf5c6076"
integrity sha512-qD6QkTB+2eJmIaZ6Tihv6HRz7daWWLz9uw5vwCmPeZN6XL2RINZGLkR7D8BQzLDlNGMrpQ4SeSM9o3ZALSCIuQ==
"@graphql-codegen/typescript@^3.0.2", "@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==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.1.0"
"@graphql-codegen/plugin-helpers" "^4.2.0"
"@graphql-codegen/schema-ast" "^3.0.1"
"@graphql-codegen/visitor-plugin-common" "3.0.2"
"@graphql-codegen/visitor-plugin-common" "3.1.0"
auto-bind "~4.0.0"
tslib "~2.5.0"
@@ -1860,6 +1860,22 @@
parse-filepath "^1.0.2"
tslib "~2.5.0"
"@graphql-codegen/visitor-plugin-common@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.1.0.tgz#93172d64440b103edfe8b63ea3ac8842a5277a54"
integrity sha512-S4BO/xP38eoEDULwbem5QeV7yWA8DpbcSGkvwrnMfVQW08nL6uHliCSV8hiuAi7Mhx7snVir4Iumk8uIDRVu6Q==
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"