Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit e640b21

Browse files
authored
chore(deps): Peer dependencies to latest major version (#259)
BREAKING CHANGE: Peer dependency update. Update `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` to ^5.0.0.
1 parent 0c9dc6d commit e640b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"eslint-config-airbnb-base": "^14.2.1"
2727
},
2828
"peerDependencies": {
29-
"@typescript-eslint/eslint-plugin": "^4.29.3 || ^5.0.0",
30-
"@typescript-eslint/parser": "^4.29.3 || ^5.0.0"
29+
"@typescript-eslint/eslint-plugin": "^5.0.0",
30+
"@typescript-eslint/parser": "^5.0.0"
3131
},
3232
"devDependencies": {
3333
"@typescript-eslint/eslint-plugin": "5.3.0",

0 commit comments

Comments
 (0)