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

Commit 8847d0c

Browse files
authored
chore(deps): Update peer dependencies (#236)
BREAKING CHANGE: Update peer dependencies
1 parent a763123 commit 8847d0c

File tree

3 files changed

+151
-25
lines changed

3 files changed

+151
-25
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Make sure you have the regular Airbnb config setup. See [eslint-config-airbnb](h
1414

1515
```bash
1616
npm install eslint-config-airbnb-typescript \
17-
@typescript-eslint/eslint-plugin@^4.4.1 \
18-
@typescript-eslint/parser@^4.4.1 \
17+
@typescript-eslint/eslint-plugin@^4.29.3 \
18+
@typescript-eslint/parser@^4.29.3 \
1919
--save-dev
2020
```
2121

package-lock.json

Lines changed: 147 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"validate": "npm run lint"
2424
},
2525
"peerDependencies": {
26-
"@typescript-eslint/eslint-plugin": "^4.4.1",
27-
"@typescript-eslint/parser": "^4.4.1"
26+
"@typescript-eslint/eslint-plugin": "^4.29.3",
27+
"@typescript-eslint/parser": "^4.29.3"
2828
},
2929
"devDependencies": {
3030
"@typescript-eslint/eslint-plugin": "4.29.2",

0 commit comments

Comments
 (0)