File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 26
26
"clean" : " rimraf lib tsconfig.tsbuildinfo"
27
27
},
28
28
"peerDependencies" : {
29
- "react" : " ^16.13.1" ,
29
+ "react" : " ^16.13.1 || ^17.0.0 " ,
30
30
"react-dom" : " ^16.13.1"
31
31
},
32
32
"dependencies" : {
70
70
"optimize-css-assets-webpack-plugin" : " 5.0.4" ,
71
71
"postcss-loader" : " 4.0.2" ,
72
72
"prettier" : " 2.1.1" ,
73
- "react" : " 16.13.1 " ,
73
+ "react" : " 17.0.0 " ,
74
74
"react-dom" : " 16.13.1" ,
75
75
"react-svg-loader" : " 3.0.3" ,
76
76
"regenerator-runtime" : " 0.13.7" ,
Original file line number Diff line number Diff line change 26
26
"clean" : " rimraf lib tsconfig.tsbuildinfo"
27
27
},
28
28
"peerDependencies" : {
29
- "react" : " ^16.13.1" ,
29
+ "react" : " ^16.13.1 || ^17.0.0 " ,
30
30
"react-dom" : " ^16.13.1"
31
31
},
32
32
"dependencies" : {
Original file line number Diff line number Diff line change @@ -10958,14 +10958,13 @@ react-svg-loader@3.0.3:
10958
10958
loader-utils "^1.2.3"
10959
10959
react-svg-core "^3.0.3"
10960
10960
10961
- react@16.13.1 :
10962
- version "16.13.1 "
10963
- resolved "https://registry.yarnpkg.com/react/-/react-16.13.1 .tgz#2e818822f1a9743122c063d6410d85c1e3afe48e "
10964
- integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w ==
10961
+ react@17.0.0 :
10962
+ version "17.0.0 "
10963
+ resolved "https://registry.yarnpkg.com/react/-/react-17.0.0 .tgz#ad96d5fa1a33bb9b06d0cc52672f7992d84aa662 "
10964
+ integrity sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ ==
10965
10965
dependencies:
10966
10966
loose-envify "^1.1.0"
10967
10967
object-assign "^4.1.1"
10968
- prop-types "^15.6.2"
10969
10968
10970
10969
read-cmd-shim@^1.0.1:
10971
10970
version "1.0.5"
You can’t perform that action at this time.
0 commit comments