Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
set minimum typescript-eslint to v5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbryson committed May 24, 2022
1 parent 9462dd7 commit 52ea643
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 90 deletions.
172 changes: 86 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"devDependencies": {
"@types/react": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
Expand All @@ -35,8 +35,8 @@
"typescript": "^4.5.4"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/eslint-plugin": ">= 5.22.0",
"@typescript-eslint/parser": ">= 5.22.0",
"eslint": ">= 8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
Expand Down

0 comments on commit 52ea643

Please sign in to comment.