|
45 | 45 | "redux-thunk": "^2.2.0" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "babel-core": "^6.26.3", |
49 | | - "babel-eslint": "^8.2.3", |
50 | | - "babel-loader": "^7.1.4", |
51 | | - "babel-plugin-syntax-dynamic-import": "^6.18.0", |
52 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
53 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
54 | | - "babel-preset-env": "^1.7.0", |
55 | | - "babel-preset-react": "^6.24.1", |
| 48 | + "@babel/core": "^7.0.0", |
| 49 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 50 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 51 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 52 | + "@babel/preset-env": "^7.0.0", |
| 53 | + "@babel/preset-react": "^7.0.0", |
| 54 | + "babel-core": "^7.0.0-bridge.0", |
| 55 | + "babel-eslint": "^9.0.0", |
| 56 | + "babel-jest": "^23.4.2", |
| 57 | + "babel-loader": "^8.0.0", |
56 | 58 | "clean-webpack-plugin": "^0.1.17", |
57 | 59 | "css-loader": "^0.28.7", |
58 | 60 | "enzyme": "^3.3.0", |
|
0 commit comments