chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.6 (#327)
This commit was merged in pull request #327.
This commit is contained in:
Generated
+8
-8
@@ -25,7 +25,7 @@
|
||||
"@graphql-codegen/cli": "7.2.0",
|
||||
"@graphql-codegen/typed-document-node": "7.1.0",
|
||||
"@graphql-codegen/typescript": "6.1.0",
|
||||
"@graphql-codegen/typescript-operations": "6.1.5",
|
||||
"@graphql-codegen/typescript-operations": "6.1.6",
|
||||
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
||||
"@nuxt/devtools": "3.4.1",
|
||||
"@nuxt/eslint": "1.17.0",
|
||||
@@ -3217,15 +3217,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/typescript-operations": {
|
||||
"version": "6.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.5.tgz",
|
||||
"integrity": "sha512-ZiQ2CB6jiYYxFetdrutSsbNsiukh47UbVY9y3NjwWI8IUlslD+rDYN7MLDJrPFA5YXpv38ZBxh6q8PywRf1KfA==",
|
||||
"version": "6.1.6",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.6.tgz",
|
||||
"integrity": "sha512-qsYRkK27YbSL2doifPvldVwdwHRQtpsxXJINs22wQWGksC1Mrgn9YNaAGUZ2so46U20TKTm4SBoiNXRJE3esqA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^7.1.0",
|
||||
"@graphql-codegen/schema-ast": "^6.1.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "^7.2.3",
|
||||
"@graphql-codegen/visitor-plugin-common": "^7.2.5",
|
||||
"auto-bind": "^5.0.0",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
@@ -3263,9 +3263,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/visitor-plugin-common": {
|
||||
"version": "7.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.3.tgz",
|
||||
"integrity": "sha512-uP7lF8vAbOLefjrkLyz85dcDTfOkw0TV1xY+sFFvVK6cguTjWIokxxwWRgEeKaghWyOMvyFd6WXN4kqQxdVIiQ==",
|
||||
"version": "7.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.5.tgz",
|
||||
"integrity": "sha512-hqOemBp0Ue+WSmk8EDcKP+lghuLC2zsI+jHzSUuoffTZnEN2qZH4VP2C9c1fVd2yy6v+YQiiObOarTMaqF4q9w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@
|
||||
"@graphql-codegen/cli": "7.2.0",
|
||||
"@graphql-codegen/typed-document-node": "7.1.0",
|
||||
"@graphql-codegen/typescript": "6.1.0",
|
||||
"@graphql-codegen/typescript-operations": "6.1.5",
|
||||
"@graphql-codegen/typescript-operations": "6.1.6",
|
||||
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
||||
"@nuxt/devtools": "3.4.1",
|
||||
"@nuxt/eslint": "1.17.0",
|
||||
|
||||
Reference in New Issue
Block a user