chore(deps): update dependency @graphql-codegen/typed-document-node to v7.0.3 (#244)
This commit was merged in pull request #244.
This commit is contained in:
Generated
+8
-8
@@ -23,7 +23,7 @@
|
|||||||
"@commitlint/cli": "21.0.2",
|
"@commitlint/cli": "21.0.2",
|
||||||
"@commitlint/config-conventional": "21.0.2",
|
"@commitlint/config-conventional": "21.0.2",
|
||||||
"@graphql-codegen/cli": "7.1.2",
|
"@graphql-codegen/cli": "7.1.2",
|
||||||
"@graphql-codegen/typed-document-node": "7.0.2",
|
"@graphql-codegen/typed-document-node": "7.0.3",
|
||||||
"@graphql-codegen/typescript": "6.0.2",
|
"@graphql-codegen/typescript": "6.0.2",
|
||||||
"@graphql-codegen/typescript-operations": "6.0.3",
|
"@graphql-codegen/typescript-operations": "6.0.3",
|
||||||
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
||||||
@@ -2872,14 +2872,14 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@graphql-codegen/typed-document-node": {
|
"node_modules/@graphql-codegen/typed-document-node": {
|
||||||
"version": "7.0.2",
|
"version": "7.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-7.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-7.0.3.tgz",
|
||||||
"integrity": "sha512-vrjigzqpKsaQ2Ra4QBBuG9TcwG1O0pw9EOSFU0aj7mS2EK19vWs5N4rzwDDvHrQZW62wwqzUcqBoFitVBQqlmg==",
|
"integrity": "sha512-l/4KenYJG5D8Aj6Aa2KPeS0fdMIIi04Qx28d4SLwMWuyFU9WXspU5mR9YMNDRZzaTgBtGR8aMIl9RzyiWf5uUw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@graphql-codegen/plugin-helpers": "^7.0.1",
|
"@graphql-codegen/plugin-helpers": "^7.0.1",
|
||||||
"@graphql-codegen/visitor-plugin-common": "^7.0.4",
|
"@graphql-codegen/visitor-plugin-common": "^7.1.0",
|
||||||
"auto-bind": "^5.0.0",
|
"auto-bind": "^5.0.0",
|
||||||
"change-case-all": "^2.1.0",
|
"change-case-all": "^2.1.0",
|
||||||
"tslib": "^2.8.0"
|
"tslib": "^2.8.0"
|
||||||
@@ -2912,9 +2912,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@graphql-codegen/typed-document-node/node_modules/@graphql-codegen/visitor-plugin-common": {
|
"node_modules/@graphql-codegen/typed-document-node/node_modules/@graphql-codegen/visitor-plugin-common": {
|
||||||
"version": "7.0.4",
|
"version": "7.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.1.0.tgz",
|
||||||
"integrity": "sha512-IESwu40Gpl+9x5vRGLsaYAWM9KRobnN74h+SB4EtfDrt0V87Q74ZzWZGmuS2m6A/fq7E/bS6YgSEMVACjaRUVw==",
|
"integrity": "sha512-CO4fJyflbYBuAwbQD16bAuWBIXkz9il3JwyC+pQzXh8NJ+BZZDXmYjmVeGeJuoMUIQDb+CNo2thCU0bFFamAkg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@
|
|||||||
"@commitlint/cli": "21.0.2",
|
"@commitlint/cli": "21.0.2",
|
||||||
"@commitlint/config-conventional": "21.0.2",
|
"@commitlint/config-conventional": "21.0.2",
|
||||||
"@graphql-codegen/cli": "7.1.2",
|
"@graphql-codegen/cli": "7.1.2",
|
||||||
"@graphql-codegen/typed-document-node": "7.0.2",
|
"@graphql-codegen/typed-document-node": "7.0.3",
|
||||||
"@graphql-codegen/typescript": "6.0.2",
|
"@graphql-codegen/typescript": "6.0.2",
|
||||||
"@graphql-codegen/typescript-operations": "6.0.3",
|
"@graphql-codegen/typescript-operations": "6.0.3",
|
||||||
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user