File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
React.Sample.Webpack.CoreMvc Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 66 "build" : " gulp"
77 },
88 "devDependencies" : {
9- "babel-core" : " ^ 6.26.3" ,
9+ "babel-core" : " 6.26.3" ,
1010 "babel-loader" : " 6.2.10" ,
11- "babel-preset-es2015" : " ^ 6.24.1" ,
11+ "babel-preset-es2015" : " 6.24.1" ,
1212 "babel-preset-stage-0" : " 6.5.0" ,
1313 "babel-standalone" : " 6.7.7" ,
1414 "gulp" : " 3.9.1" ,
1515 "gulp-uglify" : " 1.5.4" ,
1616 "json-loader" : " 0.5.7" ,
17- "natives" : " ^ 1.1.6" ,
17+ "natives" : " 1.1.6" ,
1818 "prop-types" : " 15.7.1" ,
19- "react" : " ^ 16.8.2" ,
20- "react-dom" : " ^ 16.8.2" ,
19+ "react" : " 16.8.2" ,
20+ "react-dom" : " 16.8.2" ,
2121 "vinyl-named" : " 1.1.0" ,
2222 "webpack" : " 1.13.3" ,
2323 "webpack-stream" : " 3.2.0"
Original file line number Diff line number Diff line change 1818 "styled-components" : " ^3.4.5"
1919 },
2020 "devDependencies" : {
21- "babel-core" : " ^ 6.26.3" ,
22- "babel-loader" : " ^ 7.1.2" ,
23- "babel-preset-env" : " ^ 1.6.1" ,
24- "babel-preset-react" : " ^ 6.24.1" ,
25- "webpack" : " ^ 4.29.3" ,
26- "webpack-cli" : " ^ 3.2.3"
21+ "babel-core" : " 6.26.3" ,
22+ "babel-loader" : " 7.1.2" ,
23+ "babel-preset-env" : " 1.6.1" ,
24+ "babel-preset-react" : " 6.24.1" ,
25+ "webpack" : " 4.29.3" ,
26+ "webpack-cli" : " 3.2.3"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments