|
3 | 3 | "name": "React.Core", |
4 | 4 | "private": true, |
5 | 5 | "devDependencies": { |
6 | | - "babel-core": "~6.9.0", |
7 | | - "babel-loader": "~6.2.4", |
8 | | - "babel-preset-es2015": "~6.9.0", |
9 | | - "babel-preset-stage-0": "~6.5.0", |
10 | | - "babel-standalone": "~6.7.7", |
11 | | - "gulp": "^3.9.1", |
12 | | - "gulp-uglify": "~1.5.3", |
13 | | - "json-loader": "~0.5.4", |
14 | | - "prop-types": "~15.6.0", |
15 | | - "react": "^16.7.0", |
16 | | - "react-dom": "^16.7.0", |
17 | | - "vinyl-named": "~1.1.0", |
18 | | - "webpack": "~1.13.1", |
19 | | - "webpack-stream": "~3.2.0" |
| 6 | + "babel-core": "6.9.1", |
| 7 | + "babel-loader": "6.2.10", |
| 8 | + "babel-preset-es2015": "6.9.0", |
| 9 | + "babel-preset-stage-0": "6.5.0", |
| 10 | + "babel-standalone": "6.7.7", |
| 11 | + "gulp": "3.9.1", |
| 12 | + "gulp-uglify": "1.5.4", |
| 13 | + "json-loader": "0.5.7", |
| 14 | + "prop-types": "15.6.0", |
| 15 | + "react": "16.7.0", |
| 16 | + "react-dom": "16.7.0", |
| 17 | + "vinyl-named": "1.1.0", |
| 18 | + "webpack": "1.13.3", |
| 19 | + "webpack-stream": "3.2.0" |
20 | 20 | } |
21 | 21 | } |
0 commit comments