Skip to content

Commit 2711e71

Browse files
Update react monorepo
1 parent 594d4f3 commit 2711e71

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
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.0.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": "18.3.1",
6969
"redux-saga": "1.1.3"
7070
},
7171
"eslintConfig": {

yarn.lock

Lines changed: 9 additions & 11 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.0.0:
1854+
version "5.0.0"
1855+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
1856+
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
18571857

18581858
eslint-plugin-react@7.20.6:
18591859
version "7.20.6"
@@ -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,12 @@ 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==
4145+
react@18.3.1:
4146+
version "18.3.1"
4147+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
4148+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
41494149
dependencies:
41504150
loose-envify "^1.1.0"
4151-
object-assign "^4.1.1"
4152-
prop-types "^15.6.2"
41534151

41544152
read-pkg-up@^2.0.0:
41554153
version "2.0.0"

0 commit comments

Comments
 (0)