|
12 | 12 | },
|
13 | 13 | "license": "MIT",
|
14 | 14 | "devDependencies": {
|
15 |
| - "babel-core": "^6.16.0", |
16 |
| - "babel-loader": "^6.2.7", |
17 |
| - "babel-plugin-transform-runtime": "^6.15.0", |
18 |
| - "babel-preset-es2015": "^6.18.0", |
19 |
| - "babel-preset-react": "^6.15.0", |
| 15 | + "babel-core": "6.16.0", |
| 16 | + "babel-loader": "6.2.7", |
| 17 | + "babel-plugin-transform-runtime": "6.15.0", |
| 18 | + "babel-preset-es2015": "6.18.0", |
| 19 | + "babel-preset-react": "6.22.0", |
20 | 20 | "css-loader": "0.14.5",
|
21 |
| - "extract-text-webpack-plugin": "^2.0.0-beta.4", |
22 |
| - "file-loader": "^0.8.5", |
23 |
| - "node-sass": "^3.12.2", |
24 |
| - "sass-loader": "^3.2.3", |
25 |
| - "style-loader": "^0.13.1", |
26 |
| - "webpack": "^2.1.0-beta.26", |
27 |
| - "webpack-dev-server": "^2.1.0-beta.10" |
| 21 | + "extract-text-webpack-plugin": "2.0.0-beta.5", |
| 22 | + "file-loader": "0.8.5", |
| 23 | + "node-sass": "3.12.2", |
| 24 | + "sass-loader": "3.2.3", |
| 25 | + "style-loader": "0.13.1", |
| 26 | + "webpack": "2.2.0", |
| 27 | + "webpack-dev-server": "2.2.0" |
28 | 28 | },
|
29 | 29 | "dependencies": {
|
30 |
| - "babel-polyfill": "^6.16.0", |
31 |
| - "babel-runtime": "^6.16.0", |
32 |
| - "react": "^15.3.0", |
33 |
| - "react-dom": "^15.3.0", |
34 |
| - "react-router": "^2.8.0" |
| 30 | + "babel-runtime": "6.22.0", |
| 31 | + "react": "15.4.2", |
| 32 | + "react-dom": "15.4.2", |
| 33 | + "react-router": "2.8.0" |
35 | 34 | }
|
36 | 35 | }
|
0 commit comments