chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.3 (#316)
schemas-app / build (push) Successful in 36s
schemas-app / deploy-prod (push) Successful in 1m16s

This commit was merged in pull request #316.
This commit is contained in:
2026-08-08 08:15:42 +00:00
parent 7cf55ebf8a
commit 72e6f699db
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -25,7 +25,7 @@
"@graphql-codegen/cli": "7.2.0", "@graphql-codegen/cli": "7.2.0",
"@graphql-codegen/typed-document-node": "7.1.0", "@graphql-codegen/typed-document-node": "7.1.0",
"@graphql-codegen/typescript": "6.1.0", "@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.2", "@graphql-codegen/typescript-operations": "6.1.3",
"@graphql-codegen/typescript-vue-apollo": "5.0.1", "@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.4.1", "@nuxt/devtools": "3.4.1",
"@nuxt/eslint": "1.16.0", "@nuxt/eslint": "1.16.0",
@@ -3187,15 +3187,15 @@
} }
}, },
"node_modules/@graphql-codegen/typescript-operations": { "node_modules/@graphql-codegen/typescript-operations": {
"version": "6.1.2", "version": "6.1.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.2.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.3.tgz",
"integrity": "sha512-EP9xry09q4cOVaf/aC4NO3/SwvXRNzlJIe4dhfA0xyy45Taix5yDL3jeJpmJIv03sa7nK5udVs5vZqdHFU8Xmw==", "integrity": "sha512-Voq2pFmFGPzNLy0IWVtiabK8BFa57x+gWcxx6o2ZUXh8XXgLazZUDO64gVFk6gPhSre1WBdPZjfF0FH6vI9/0g==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@graphql-codegen/plugin-helpers": "^7.1.0", "@graphql-codegen/plugin-helpers": "^7.1.0",
"@graphql-codegen/schema-ast": "^6.1.0", "@graphql-codegen/schema-ast": "^6.1.0",
"@graphql-codegen/visitor-plugin-common": "^7.2.2", "@graphql-codegen/visitor-plugin-common": "^7.2.3",
"auto-bind": "^5.0.0", "auto-bind": "^5.0.0",
"tslib": "^2.8.0" "tslib": "^2.8.0"
}, },
@@ -3233,9 +3233,9 @@
} }
}, },
"node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/visitor-plugin-common": { "node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/visitor-plugin-common": {
"version": "7.2.2", "version": "7.2.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.2.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.3.tgz",
"integrity": "sha512-nOkAVd8J8r2YdHm9Z4YrBiy+3IQgE8Ndn/EiRWTvWuemMEhioBWyvdlnbq5rHmIo2bNdRQ5ghs0Q3jw7YBrwLQ==", "integrity": "sha512-uP7lF8vAbOLefjrkLyz85dcDTfOkw0TV1xY+sFFvVK6cguTjWIokxxwWRgEeKaghWyOMvyFd6WXN4kqQxdVIiQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
+1 -1
View File
@@ -39,7 +39,7 @@
"@graphql-codegen/cli": "7.2.0", "@graphql-codegen/cli": "7.2.0",
"@graphql-codegen/typed-document-node": "7.1.0", "@graphql-codegen/typed-document-node": "7.1.0",
"@graphql-codegen/typescript": "6.1.0", "@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.2", "@graphql-codegen/typescript-operations": "6.1.3",
"@graphql-codegen/typescript-vue-apollo": "5.0.1", "@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.4.1", "@nuxt/devtools": "3.4.1",
"@nuxt/eslint": "1.16.0", "@nuxt/eslint": "1.16.0",