chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.2 (#3003)
dancefinder-app / build (push) Successful in 1m23s
dancefinder-app / deploy-prod (push) Successful in 1m5s

This commit was merged in pull request #3003.
This commit is contained in:
2026-07-26 12:09:56 +00:00
parent 5d114a86e2
commit a431c07152
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -28,7 +28,7 @@
"@graphql-codegen/cli": "7.2.0",
"@graphql-codegen/fragment-matcher": "7.1.0",
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.1",
"@graphql-codegen/typescript-operations": "6.1.2",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.16.0",
@@ -2302,15 +2302,15 @@
}
},
"node_modules/@graphql-codegen/typescript-operations": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.1.tgz",
"integrity": "sha512-mCcG5Sx9kIcWsX/HCgvoqDVN4IqC7ma++BWIhVotf2k8mx15/AHgraUWQvKkPKljUKRPzSLbsj3k3rdnAhWquQ==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.2.tgz",
"integrity": "sha512-EP9xry09q4cOVaf/aC4NO3/SwvXRNzlJIe4dhfA0xyy45Taix5yDL3jeJpmJIv03sa7nK5udVs5vZqdHFU8Xmw==",
"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.1",
"@graphql-codegen/visitor-plugin-common": "^7.2.2",
"auto-bind": "^5.0.0",
"tslib": "^2.8.0"
},
@@ -2467,9 +2467,9 @@
}
},
"node_modules/@graphql-codegen/visitor-plugin-common": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.1.tgz",
"integrity": "sha512-OfTs7yvdbG3LaDJ158vtlglF0QzRN6b/t2Xi02DqBDfJqUorUM72uzuG9BpeALTPNTxFU7aaauS57uTc5oJjsw==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.2.tgz",
"integrity": "sha512-nOkAVd8J8r2YdHm9Z4YrBiy+3IQgE8Ndn/EiRWTvWuemMEhioBWyvdlnbq5rHmIo2bNdRQ5ghs0Q3jw7YBrwLQ==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -21,7 +21,7 @@
"@graphql-codegen/cli": "7.2.0",
"@graphql-codegen/fragment-matcher": "7.1.0",
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.1",
"@graphql-codegen/typescript-operations": "6.1.2",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.16.0",