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 6
6
"build" : " gulp"
7
7
},
8
8
"devDependencies" : {
9
- "babel-core" : " ^ 6.26.3" ,
9
+ "babel-core" : " 6.26.3" ,
10
10
"babel-loader" : " 6.2.10" ,
11
- "babel-preset-es2015" : " ^ 6.24.1" ,
11
+ "babel-preset-es2015" : " 6.24.1" ,
12
12
"babel-preset-stage-0" : " 6.5.0" ,
13
13
"babel-standalone" : " 6.7.7" ,
14
14
"gulp" : " 3.9.1" ,
15
15
"gulp-uglify" : " 1.5.4" ,
16
16
"json-loader" : " 0.5.7" ,
17
- "natives" : " ^ 1.1.6" ,
17
+ "natives" : " 1.1.6" ,
18
18
"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" ,
21
21
"vinyl-named" : " 1.1.0" ,
22
22
"webpack" : " 1.13.3" ,
23
23
"webpack-stream" : " 3.2.0"
Original file line number Diff line number Diff line change 18
18
"styled-components" : " ^3.4.5"
19
19
},
20
20
"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"
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments