|
57 | 57 | "react-dom": ">=16.3.0" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@babel/cli": "^7.0.0", |
61 | | - "@babel/core": "^7.0.0", |
62 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
63 | | - "@babel/plugin-proposal-export-default-from": "^7.0.0", |
64 | | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
65 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
66 | | - "@babel/plugin-transform-runtime": "^7.0.0", |
67 | | - "@babel/preset-env": "^7.0.0", |
68 | | - "@babel/preset-react": "^7.0.0", |
| 60 | + "@babel/cli": "^7.4.0", |
| 61 | + "@babel/core": "^7.4.0", |
| 62 | + "@babel/plugin-proposal-class-properties": "^7.4.0", |
| 63 | + "@babel/plugin-proposal-export-default-from": "^7.4.0", |
| 64 | + "@babel/plugin-proposal-export-namespace-from": "^7.4.0", |
| 65 | + "@babel/plugin-syntax-dynamic-import": "^7.4.0", |
| 66 | + "@babel/plugin-transform-runtime": "^7.4.0", |
| 67 | + "@babel/preset-env": "^7.4.0", |
| 68 | + "@babel/preset-react": "^7.4.0", |
69 | 69 | "@babel/register": "^7.0.0", |
70 | 70 | "babel-eslint": "^9.0.0", |
71 | 71 | "babel-loader": "^8.0.2", |
|
115 | 115 | "webpack": "^4.35.2" |
116 | 116 | }, |
117 | 117 | "dependencies": { |
118 | | - "@babel/runtime-corejs2": "^7.0.0", |
| 118 | + "@babel/runtime-corejs3": "^7.4.0", |
119 | 119 | "classnames": "^2.2.5", |
120 | 120 | "dom-helpers": "^3.2.0", |
121 | 121 | "invariant": "^2.2.4", |
|
0 commit comments