Skip to content

Commit ea8c875

Browse files
Update react monorepo
1 parent 594d4f3 commit ea8c875

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-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 || ^5.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": "5.2.0",
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.1.0",
6969
"redux-saga": "1.1.3"
7070
},
7171
"eslintConfig": {

yarn.lock

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,10 +1850,10 @@ eslint-plugin-promise@4.2.1:
18501850
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
18511851
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
18521852

1853-
eslint-plugin-react-hooks@4.0.8:
1854-
version "4.0.8"
1855-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.8.tgz#a9b1e3d57475ccd18276882eff3d6cba00da7a56"
1856-
integrity sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ==
1853+
eslint-plugin-react-hooks@5.2.0:
1854+
version "5.2.0"
1855+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
1856+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
18571857

18581858
eslint-plugin-react@7.20.6:
18591859
version "7.20.6"
@@ -3417,7 +3417,7 @@ lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
34173417
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
34183418
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
34193419

3420-
loose-envify@^1.1.0, loose-envify@^1.4.0:
3420+
loose-envify@^1.4.0:
34213421
version "1.4.0"
34223422
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
34233423
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -4058,7 +4058,7 @@ prompts@^2.0.1:
40584058
kleur "^3.0.3"
40594059
sisteransi "^1.0.4"
40604060

4061-
prop-types@^15.6.2, prop-types@^15.7.2:
4061+
prop-types@^15.7.2:
40624062
version "15.7.2"
40634063
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
40644064
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -4142,14 +4142,10 @@ react-is@^16.12.0, react-is@^16.8.1:
41424142
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
41434143
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
41444144

4145-
react@16.13.1:
4146-
version "16.13.1"
4147-
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
4148-
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
4149-
dependencies:
4150-
loose-envify "^1.1.0"
4151-
object-assign "^4.1.1"
4152-
prop-types "^15.6.2"
4145+
react@19.1.0:
4146+
version "19.1.0"
4147+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75"
4148+
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
41534149

41544150
read-pkg-up@^2.0.0:
41554151
version "2.0.0"

0 commit comments

Comments
 (0)