|
11 | 11 | }, |
12 | 12 | "license": "MIT", |
13 | 13 | "devDependencies": { |
14 | | - "babel-core": "^6.5.0", |
15 | | - "babel-loader": "^6.2.2", |
16 | | - "babel-plugin-transform-runtime": "^6.3.13", |
17 | | - "babel-preset-es2015-native-modules": "^6.3.13", |
18 | | - "babel-preset-react": "^6.3.13", |
| 14 | + "babel-core": "^6.6.5", |
| 15 | + "babel-loader": "^6.2.4", |
| 16 | + "babel-plugin-transform-runtime": "^6.6.0", |
| 17 | + "babel-preset-es2015-native-modules": "^6.6.0", |
| 18 | + "babel-preset-react": "^6.5.0", |
19 | 19 | "css-loader": "^0.23.1", |
20 | | - "file-loader": "^0.8.4", |
21 | | - "node-sass": "^3.4.2", |
| 20 | + "extract-text-webpack-plugin": "^1.0.1", |
| 21 | + "file-loader": "^0.8.5", |
| 22 | + "node-sass": "^3.5.0-beta.1", |
22 | 23 | "sass-loader": "^3.1.2", |
23 | 24 | "style-loader": "^0.13.0", |
24 | 25 | "webpack": "^2.1.0-beta.4", |
25 | 26 | "webpack-dev-server": "^2.0.0-beta" |
26 | 27 | }, |
27 | 28 | "dependencies": { |
28 | | - "babel-polyfill": "^6.5.0", |
29 | | - "babel-runtime": "^6.3.19", |
30 | | - "extract-text-webpack-plugin": "^1.0.1", |
| 29 | + "babel-polyfill": "^6.6.1", |
| 30 | + "babel-runtime": "^6.6.1", |
31 | 31 | "react": "^15.0.0-rc.1", |
32 | 32 | "react-dom": "^15.0.0-rc.1", |
33 | 33 | "react-router": "^2.0.0" |
|
0 commit comments