|
13 | 13 | "index.js" |
14 | 14 | ], |
15 | 15 | "dependencies": { |
16 | | - "@babel/core": "^7.0.0", |
17 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
18 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
19 | | - "@babel/plugin-transform-modules-commonjs": "^7.0.0", |
20 | | - "@babel/plugin-transform-parameters": "^7.0.0", |
21 | | - "@babel/plugin-transform-regenerator": "^7.0.0", |
22 | | - "@babel/plugin-transform-runtime": "^7.0.0", |
23 | | - "@babel/preset-env": "^7.0.0", |
24 | | - "@babel/runtime": "^7.0.0", |
25 | | - "babel-loader": "v8.0.4" |
| 16 | + "@babel/core": "^7.4.5", |
| 17 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 18 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 19 | + "@babel/plugin-transform-modules-commonjs": "^7.4.4", |
| 20 | + "@babel/plugin-transform-parameters": "^7.4.4", |
| 21 | + "@babel/plugin-transform-regenerator": "^7.4.5", |
| 22 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 23 | + "@babel/preset-env": "^7.4.5", |
| 24 | + "@babel/runtime": "^7.4.5", |
| 25 | + "babel-loader": "^8.0.6" |
26 | 26 | }, |
27 | 27 | "keywords": [ |
28 | 28 | "babel", |
|
0 commit comments