Skip to content

Commit

Permalink
feat(deps): 🤖 make eslint parser and plugin eslint 8 compatible (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetrium authored Mar 2, 2022
1 parent cae0992 commit 551414e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"semantic-release": "semantic-release"
},
"peerDependencies": {
"eslint": "^7"
"eslint": "^7 || ^8"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-eslint": "^10.0.3",
"eslint-config-prettier": "^6.5.0",
"eslint-config-standard": "^14.1.0",
Expand Down

0 comments on commit 551414e

Please sign in to comment.