Skip to content

Commit 17014ee

Browse files
committed
fixes before release
1 parent 44f0d73 commit 17014ee

File tree

4 files changed

+24
-352
lines changed

4 files changed

+24
-352
lines changed

.changeset/proud-stingrays-yell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': major
3+
---
4+
5+
Drop support for Node 10, update to latest graphql-tools

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint --ext graphql ."
1010
},
1111
"dependencies": {
12-
"graphql-config": "3.2.0",
12+
"graphql-config": "4.0.0",
1313
"eslint": "7.24.0",
1414
"@graphql-eslint/eslint-plugin": "1.1.4",
1515
"graphql": "15.5.0",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@graphql-tools/graphql-tag-pluck": "^7.0.1",
2121
"@graphql-tools/import": "^6.3.1",
2222
"@graphql-tools/utils": "^8.0.1",
23-
"graphql-config": "^3.4.0",
23+
"graphql-config": "^4.0.0",
2424
"graphql-depth-limit": "1.1.0"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)