Skip to content

Commit a5769c1

Browse files
committed
fix: update eslint-plugins that caused installation fail
1 parent 9a56c18 commit a5769c1

File tree

3 files changed

+179
-253
lines changed

3 files changed

+179
-253
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@types/node": "^14.0.0",
4040
"@types/react": "^18.2.6",
4141
"@types/react-dom": "^18.2.4",
42+
"@types/react-redux": "^7.1.25",
4243
"@types/react-router-dom": "^5.3.3",
4344
"@types/redux-mock-store": "^1.0.1",
4445
"@typescript-eslint/eslint-plugin": "^5.59.5",
@@ -47,10 +48,10 @@
4748
"eslint-config-airbnb-typescript": "^16.1.0",
4849
"eslint-config-prettier": "^8.0.0",
4950
"eslint-plugin-import": "^2.27.5",
50-
"eslint-plugin-jsx-a11y": "^6.4.1",
51+
"eslint-plugin-jsx-a11y": "^6.7.1",
5152
"eslint-plugin-prettier": "^4.0.0",
52-
"eslint-plugin-react": "^7.21.5",
53-
"eslint-plugin-react-hooks": "^4.0.8",
53+
"eslint-plugin-react": "^7.32.2",
54+
"eslint-plugin-react-hooks": "^4.6.0",
5455
"prettier": "^2.0.0",
5556
"react": "^18.2.0",
5657
"react-dom": "^18.2.0",

template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@types/node": "14.0.0",
66
"@types/react": "18.2.6",
77
"@types/react-dom": "18.2.4",
8-
"@types/react-redux": "8.0.5",
8+
"@types/react-redux": "7.1.25",
99
"@types/react-router-dom": "5.3.3",
1010
"@types/redux-mock-store": "1.0.1",
1111
"@typescript-eslint/eslint-plugin": "5.59.5",
@@ -14,10 +14,10 @@
1414
"eslint-config-airbnb-typescript": "16.1.0",
1515
"eslint-config-prettier": "8.0.0",
1616
"eslint-plugin-import": "2.27.5",
17-
"eslint-plugin-jsx-a11y": "6.4.1",
17+
"eslint-plugin-jsx-a11y": "6.7.1",
1818
"eslint-plugin-prettier": "4.0.0",
19-
"eslint-plugin-react": "7.21.5",
20-
"eslint-plugin-react-hooks": "4.0.8",
19+
"eslint-plugin-react": "7.32.2",
20+
"eslint-plugin-react-hooks": "4.6.0",
2121
"prettier": "2.0.0",
2222
"react-redux": "8.0.5",
2323
"react-router-dom": "6.11.1",

0 commit comments

Comments
 (0)