Skip to content

Commit ca456ba

Browse files
committed
fix: upgrade eslint, react-scripts, eslint-plugin to major versions
1 parent 3bd40e7 commit ca456ba

File tree

2 files changed

+4119
-5164
lines changed

2 files changed

+4119
-5164
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@
4343
"@types/react-redux": "^7.1.5",
4444
"@types/react-router-dom": "^5.1.3",
4545
"@types/redux-mock-store": "^1.0.1",
46-
"@typescript-eslint/eslint-plugin": "^4.8.1",
46+
"@typescript-eslint/eslint-plugin": "^5.0.0",
4747
"@typescript-eslint/parser": "5.9.0",
4848
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
4949
"enzyme": "^3.11.0",
50-
"eslint": "^7.11.0",
50+
"eslint": "^8.6.0",
5151
"eslint-config-airbnb-typescript": "^16.1.0",
5252
"eslint-config-prettier": "^8.0.0",
5353
"eslint-plugin-import": "^2.22.0",
5454
"eslint-plugin-jsx-a11y": "^6.4.1",
55-
"eslint-plugin-prettier": "^3.1.4",
55+
"eslint-plugin-prettier": "^4.0.0",
5656
"eslint-plugin-react": "^7.21.5",
5757
"eslint-plugin-react-hooks": "^4.0.8",
5858
"prettier": "^2.0.0",
5959
"react": "^17.0.0",
6060
"react-dom": "^17.0.0",
6161
"react-redux": "^7.1.3",
6262
"react-router-dom": "^5.1.2",
63-
"react-scripts": "4.0.3",
63+
"react-scripts": "5.0.0",
6464
"redux": "^4.0.5",
6565
"redux-devtools-extension": "^2.13.8",
6666
"redux-mock-store": "^1.5.4",

0 commit comments

Comments
 (0)