Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 42e6c17

Browse files
committed
chore: update eslint and prettier
1 parent 2c484ab commit 42e6c17

File tree

2 files changed

+99
-149
lines changed

2 files changed

+99
-149
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"devDependencies": {
2929
"@types/react": "^17.0.27",
3030
"jest": "^27.1.1",
31-
"eslint": "^7.30.0",
31+
"eslint": "^8.0.0",
3232
"prettier": "^2.3.2",
3333
"react": "^17.0.2",
3434
"standard-version": "^9.1.1",
3535
"typescript": "^4.4.3"
3636
},
3737
"peerDependencies": {
38-
"eslint": "^7.0.0",
38+
"eslint": "^7.0.0 || ^8.0.0",
3939
"prettier": "^1.17.0 || ^2.0.0",
4040
"react": "^16.8.6 || ^17.0.0",
4141
"typescript": "^3.4.5 || ^4.0.0"
@@ -45,7 +45,7 @@
4545
"@typescript-eslint/parser": "^4.24.0",
4646
"eslint-config-prettier": "^8.3.0",
4747
"eslint-plugin-jsx-a11y": "^6.4.1",
48-
"eslint-plugin-prettier": "^3.4.1",
48+
"eslint-plugin-prettier": "^4.0.0",
4949
"eslint-plugin-react": "^7.24.0",
5050
"eslint-plugin-react-hooks": "^4.2.0"
5151
}

0 commit comments

Comments
 (0)