File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 45
45
"eslint-plugin-prettier" : " ^3.1.2" ,
46
46
"eslint-plugin-promise" : " ^4.2.1" ,
47
47
"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 " ,
49
49
"eslint-plugin-redux-saga" : " ^1.1.3" ,
50
50
"eslint-plugin-testcafe" : " ^0.2.1"
51
51
},
65
65
"eslint-plugin-testcafe" : " 0.2.1" ,
66
66
"jest" : " 26.4.0" ,
67
67
"prettier" : " 2.0.5" ,
68
- "react" : " 16.13 .1" ,
68
+ "react" : " 17.0 .1" ,
69
69
"redux-saga" : " 1.1.3"
70
70
},
71
71
"eslintConfig" : {
Original file line number Diff line number Diff line change @@ -4058,7 +4058,7 @@ prompts@^2.0.1:
4058
4058
kleur "^3.0.3"
4059
4059
sisteransi "^1.0.4"
4060
4060
4061
- prop-types@^15.6.2, prop-types@^15. 7.2 :
4061
+ prop-types@^15.7.2 :
4062
4062
version "15.7.2"
4063
4063
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
4064
4064
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -4142,14 +4142,13 @@ react-is@^16.12.0, react-is@^16.8.1:
4142
4142
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
4143
4143
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
4144
4144
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 ==
4149
4149
dependencies :
4150
4150
loose-envify "^1.1.0"
4151
4151
object-assign "^4.1.1"
4152
- prop-types "^15.6.2"
4153
4152
4154
4153
read-pkg-up@^2.0.0 :
4155
4154
version "2.0.0"
You can’t perform that action at this time.
0 commit comments