Skip to content

Commit b0ac6af

Browse files
Update react monorepo
1 parent 594d4f3 commit b0ac6af

File tree

2 files changed

+312
-17
lines changed

2 files changed

+312
-17
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-prettier": "^3.1.2",
4646
"eslint-plugin-promise": "^4.2.1",
4747
"eslint-plugin-react": "^7.18.0",
48-
"eslint-plugin-react-hooks": "^1.6.1",
48+
"eslint-plugin-react-hooks": "^1.6.1 || ^7.0.0",
4949
"eslint-plugin-redux-saga": "^1.1.3",
5050
"eslint-plugin-testcafe": "^0.2.1"
5151
},
@@ -60,12 +60,12 @@
6060
"eslint-plugin-prettier": "3.1.4",
6161
"eslint-plugin-promise": "4.2.1",
6262
"eslint-plugin-react": "7.20.6",
63-
"eslint-plugin-react-hooks": "4.0.8",
63+
"eslint-plugin-react-hooks": "7.0.1",
6464
"eslint-plugin-redux-saga": "1.1.3",
6565
"eslint-plugin-testcafe": "0.2.1",
6666
"jest": "26.4.0",
6767
"prettier": "2.0.5",
68-
"react": "16.13.1",
68+
"react": "19.2.0",
6969
"redux-saga": "1.1.3"
7070
},
7171
"eslintConfig": {

0 commit comments

Comments
 (0)