Skip to content

Commit

Permalink
chore(deps): Peer dependencies to latest major version (#259)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Peer dependency update. Update `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` to ^5.0.0.
  • Loading branch information
iamturns committed Nov 5, 2021
1 parent 0c9dc6d commit e640b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"eslint-config-airbnb-base": "^14.2.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.3 || ^5.0.0",
"@typescript-eslint/parser": "^4.29.3 || ^5.0.0"
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.3.0",
Expand Down

0 comments on commit e640b21

Please sign in to comment.