File tree Expand file tree Collapse file tree 3 files changed +5572
-3472
lines changed Expand file tree Collapse file tree 3 files changed +5572
-3472
lines changed Original file line number Diff line number Diff line change 1+ SKIP_PREFLIGHT_CHECK = true
2+
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "private" : true ,
77 "dependencies" : {
8- "prop-types" : " ^15.6 .2" ,
9- "react" : " ^16.4.1 " ,
8+ "prop-types" : " ^15.7 .2" ,
9+ "react" : " ^16.8.6 " ,
1010 "react-bottom-scroll-listener" : " link:.." ,
11- "react-dom" : " ^16.4.1 " ,
12- "react-scripts" : " ^1.1.4 " ,
11+ "react-dom" : " ^16.8.6 " ,
12+ "react-scripts" : " ^3.0.1 " ,
1313 "react-toggle" : " ^4.0.2"
1414 },
1515 "scripts" : {
1616 "start" : " react-scripts start" ,
1717 "build" : " react-scripts build" ,
1818 "test" : " react-scripts test --env=jsdom" ,
1919 "eject" : " react-scripts eject"
20+ },
21+ "browserslist" : {
22+ "production" : [
23+ " >0.2%" ,
24+ " not dead" ,
25+ " not op_mini all"
26+ ],
27+ "development" : [
28+ " last 1 chrome version" ,
29+ " last 1 firefox version" ,
30+ " last 1 safari version"
31+ ]
2032 }
2133}
You can’t perform that action at this time.
0 commit comments