Skip to content

Commit

Permalink
feat!: update to ESLint v8
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 15, 2021
1 parent 94e2ceb commit f1747b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"test": "node test/test.mjs"
},
"peerDependencies": {
"@graphql-eslint/eslint-plugin": ">=2.2.0",
"eslint": ">=7.8.0",
"graphql": ">=15.0.0"
"@graphql-eslint/eslint-plugin": "^2.2.0",
"eslint": "^8.0.1",
"graphql": "^15.6.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.2.0",
"eslint": "7.8.0",
"graphql": "15.0.0",
"eslint": "8.0.1",
"graphql": "15.6.1",
"prettier": "^2.4.1"
}
}

0 comments on commit f1747b8

Please sign in to comment.