File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 109109 "mini-html-webpack-plugin" : " ^1.0.0" ,
110110 "pre-commit" : " ^1.2.2" ,
111111 "raf" : " ^3.4.1" ,
112- "react" : " ^ 16.8.6" ,
113- "react-dom" : " ^ 16.8.6" ,
114- "react-test-renderer" : " ^ 16.8.6" ,
112+ "react" : " >=16.0.0 <= 16.8.6" ,
113+ "react-dom" : " >=16.0.0 <= 16.8.6" ,
114+ "react-test-renderer" : " >=16.0.0 <= 16.8.6" ,
115115 "rimraf" : " ^2.6.3" ,
116116 "rollup" : " ^1.15.6" ,
117117 "semantic-release" : " ^15.13.16" ,
145145 "coverageThreshold" : {
146146 "global" : {
147147 "statements" : 90 ,
148- "branches" : 75 ,
148+ "branches" : 74 ,
149149 "functions" : 85 ,
150150 "lines" : 90
151151 }
193193 "tether-fix" : " ^1.4.0-fix-es"
194194 },
195195 "peerDependencies" : {
196- "react" : " ^ 16.0.0" ,
197- "react-dom" : " ^ 16.0.0" ,
196+ "react" : " >= 16.0.0 <=16.8.6 " ,
197+ "react-dom" : " >= 16.0.0 <=16.8.6 " ,
198198 "styled-components" : " ^4.0.0"
199199 },
200200 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments