Skip to content

Commit 8f94605

Browse files
committed
Update react monorepo
1 parent 594d4f3 commit 8f94605

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

package.json

Lines changed: 2 additions & 2 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 || ^4.0.0",
4949
"eslint-plugin-redux-saga": "^1.1.3",
5050
"eslint-plugin-testcafe": "^0.2.1"
5151
},
@@ -65,7 +65,7 @@
6565
"eslint-plugin-testcafe": "0.2.1",
6666
"jest": "26.4.0",
6767
"prettier": "2.0.5",
68-
"react": "16.13.1",
68+
"react": "17.0.1",
6969
"redux-saga": "1.1.3"
7070
},
7171
"eslintConfig": {

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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,13 @@ 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@17.0.1:
4146+
version "17.0.1"
4147+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
4148+
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
41494149
dependencies:
41504150
loose-envify "^1.1.0"
41514151
object-assign "^4.1.1"
4152-
prop-types "^15.6.2"
41534152

41544153
read-pkg-up@^2.0.0:
41554154
version "2.0.0"

0 commit comments

Comments
 (0)