chore(deps): update dependency @graphql-codegen/cli to v6.2.0 (#135)
schemas-app / build (push) Successful in 44s
schemas-app / deploy-prod (push) Successful in 1m26s

This commit was merged in pull request #135.
This commit is contained in:
2026-03-12 11:14:03 +00:00
parent c38b020459
commit 4ece964d26
2 changed files with 10 additions and 9 deletions
+9 -8
View File
@@ -22,7 +22,7 @@
"devDependencies": {
"@commitlint/cli": "20.4.4",
"@commitlint/config-conventional": "20.4.4",
"@graphql-codegen/cli": "6.1.3",
"@graphql-codegen/cli": "6.2.0",
"@graphql-codegen/typed-document-node": "6.1.7",
"@graphql-codegen/typescript": "5.0.9",
"@graphql-codegen/typescript-operations": "5.0.9",
@@ -2089,9 +2089,9 @@
"license": "0BSD"
},
"node_modules/@graphql-codegen/cli": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.1.3.tgz",
"integrity": "sha512-fkPJiOEjHndK5hWH1O1vq8+Y0c2zYYzS79Mz/wVpcv9koz5hnkB0UsdXVtK2UYorh2gLvQfNr7NByX1TUmPibg==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.2.0.tgz",
"integrity": "sha512-BNebfzbZ3qa+HNs35ug69A8Ma39ky7oy9Lc5SnmnFwW3/38NbqoHCKre+Hwle7ukdD8fWkhi5S01GdiNjIlwhQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2100,7 +2100,7 @@
"@babel/types": "^7.18.13",
"@graphql-codegen/client-preset": "^5.2.4",
"@graphql-codegen/core": "^5.0.1",
"@graphql-codegen/plugin-helpers": "^6.1.1",
"@graphql-codegen/plugin-helpers": "^6.2.0",
"@graphql-tools/apollo-engine-loader": "^8.0.28",
"@graphql-tools/code-file-loader": "^8.1.28",
"@graphql-tools/git-loader": "^8.0.32",
@@ -2108,6 +2108,7 @@
"@graphql-tools/graphql-file-loader": "^8.1.11",
"@graphql-tools/json-file-loader": "^8.0.26",
"@graphql-tools/load": "^8.1.8",
"@graphql-tools/merge": "^9.0.6",
"@graphql-tools/url-loader": "^9.0.6",
"@graphql-tools/utils": "^11.0.0",
"@inquirer/prompts": "^7.8.2",
@@ -2320,9 +2321,9 @@
"license": "0BSD"
},
"node_modules/@graphql-codegen/plugin-helpers": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.1.1.tgz",
"integrity": "sha512-ipWZHA4ZG8PUdZWx87rvL6LCoIZVhrovVl+448FuxnKIGdzyLmL3+FJc/x96jsQZqKKrUcId9oEgssyh6p15eg==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.2.0.tgz",
"integrity": "sha512-TKm0Q0+wRlg354Qt3PyXc+sy6dCKxmNofBsgmHoFZNVHtzMQSSgNT+rUWdwBwObQ9bFHiUVsDIv8QqxKMiKmpw==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -36,7 +36,7 @@
"devDependencies": {
"@commitlint/cli": "20.4.4",
"@commitlint/config-conventional": "20.4.4",
"@graphql-codegen/cli": "6.1.3",
"@graphql-codegen/cli": "6.2.0",
"@graphql-codegen/typed-document-node": "6.1.7",
"@graphql-codegen/typescript": "5.0.9",
"@graphql-codegen/typescript-operations": "5.0.9",