Skip to content

Commit

Permalink
fixes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Aug 3, 2021
1 parent 44f0d73 commit 17014ee
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 352 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-stingrays-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-eslint/eslint-plugin': major
---

Drop support for Node 10, update to latest graphql-tools
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 --ext graphql ."
},
"dependencies": {
"graphql-config": "3.2.0",
"graphql-config": "4.0.0",
"eslint": "7.24.0",
"@graphql-eslint/eslint-plugin": "1.1.4",
"graphql": "15.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@graphql-tools/graphql-tag-pluck": "^7.0.1",
"@graphql-tools/import": "^6.3.1",
"@graphql-tools/utils": "^8.0.1",
"graphql-config": "^3.4.0",
"graphql-config": "^4.0.0",
"graphql-depth-limit": "1.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 17014ee

Please sign in to comment.