Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 2c7ba3a commit 98a593a
Show file tree
Hide file tree
Showing 11 changed files with 131 additions and 125 deletions.
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"devDependencies": {
"@eslint/js": "9.16.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"devDependencies": {
"@eslint/js": "9.16.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"devDependencies": {
"@eslint/js": "9.16.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-projects-graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"devDependencies": {
"@eslint/js": "9.16.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/programmatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"devDependencies": {
"@eslint/js": "9.16.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/graphql-depth-limit": "1.1.6",
"@types/json-schema": "7.0.15",
"@types/lodash.lowercase": "4.3.9",
"graphql": "16.9.0",
"graphql": "16.10.0",
"json-schema-to-ts": "3.1.1",
"vite-tsconfig-paths": "^5.0.0"
},
Expand Down
Loading

0 comments on commit 98a593a

Please sign in to comment.