chore(deps): update dependency @graphql-codegen/cli to v7.1.0 (#236)
schemas-app / build (push) Successful in 54s
schemas-app / deploy-prod (push) Successful in 1m30s

This commit was merged in pull request #236.
This commit is contained in:
2026-05-30 15:15:40 +00:00
parent f632433077
commit 55ad7ec3f6
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -22,7 +22,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "21.0.1", "@commitlint/cli": "21.0.1",
"@commitlint/config-conventional": "21.0.1", "@commitlint/config-conventional": "21.0.1",
"@graphql-codegen/cli": "7.0.1", "@graphql-codegen/cli": "7.1.0",
"@graphql-codegen/typed-document-node": "7.0.2", "@graphql-codegen/typed-document-node": "7.0.2",
"@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",
@@ -2225,9 +2225,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@graphql-codegen/cli": { "node_modules/@graphql-codegen/cli": {
"version": "7.0.1", "version": "7.1.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.0.1.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.1.0.tgz",
"integrity": "sha512-xalkCstEyl8YK9g53k9ti154LucHXMLm+ujQwJt1BVe8EVk341Of3XEFDzYahVHRB4GaMRq5lqDASWc+jHZz0w==", "integrity": "sha512-2j1FzZtEnlHdQmOaDnTMGSNyu3RmDf4HGU9xbgpqDRSb+D8UYya2YFW1enIxhJccAQSLD9ACMwCXlB20wJXNiA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -2235,7 +2235,7 @@
"@babel/template": "^7.18.10", "@babel/template": "^7.18.10",
"@babel/types": "^7.18.13", "@babel/types": "^7.18.13",
"@graphql-codegen/client-preset": "^6.0.1", "@graphql-codegen/client-preset": "^6.0.1",
"@graphql-codegen/core": "^6.0.1", "@graphql-codegen/core": "^6.1.0",
"@graphql-codegen/plugin-helpers": "^7.0.1", "@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-tools/apollo-engine-loader": "^8.0.28", "@graphql-tools/apollo-engine-loader": "^8.0.28",
"@graphql-tools/code-file-loader": "^8.1.28", "@graphql-tools/code-file-loader": "^8.1.28",
@@ -2519,9 +2519,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@graphql-codegen/core": { "node_modules/@graphql-codegen/core": {
"version": "6.0.1", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-6.0.1.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-6.1.0.tgz",
"integrity": "sha512-sgIiKunYDZM24E/6DjiUZTokQBL0ohzreRHUwZOmSHK9P6dAV0rGJxnABTzGqt940koO6hdtuUgGpKQEMPGfvQ==", "integrity": "sha512-jReAzuCYlrSBJHW2bfBpDl/vMRCw0yQEoTvGi9K+3OTsazDXEQGOpCVfj8p/xO2h7ynu5Yrvzo0sUylVv0CnwA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
+1 -1
View File
@@ -36,7 +36,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "21.0.1", "@commitlint/cli": "21.0.1",
"@commitlint/config-conventional": "21.0.1", "@commitlint/config-conventional": "21.0.1",
"@graphql-codegen/cli": "7.0.1", "@graphql-codegen/cli": "7.1.0",
"@graphql-codegen/typed-document-node": "7.0.2", "@graphql-codegen/typed-document-node": "7.0.2",
"@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",