|
17 | 17 | "test.js"
|
18 | 18 | ],
|
19 | 19 | "dependencies": {
|
20 |
| - "@babel/core": "7.1.6", |
21 |
| - "@babel/plugin-proposal-class-properties": "7.1.0", |
22 |
| - "@babel/plugin-proposal-decorators": "7.1.6", |
23 |
| - "@babel/plugin-proposal-object-rest-spread": "7.0.0", |
24 |
| - "@babel/plugin-syntax-dynamic-import": "7.0.0", |
25 |
| - "@babel/plugin-transform-classes": "7.1.0", |
26 |
| - "@babel/plugin-transform-destructuring": "7.1.3", |
27 |
| - "@babel/plugin-transform-flow-strip-types": "7.1.6", |
28 |
| - "@babel/plugin-transform-react-constant-elements": "7.0.0", |
29 |
| - "@babel/plugin-transform-react-display-name": "7.0.0", |
30 |
| - "@babel/plugin-transform-runtime": "7.1.0", |
31 |
| - "@babel/preset-env": "7.1.6", |
| 20 | + "@babel/core": "7.2.2", |
| 21 | + "@babel/plugin-proposal-class-properties": "7.2.3", |
| 22 | + "@babel/plugin-proposal-decorators": "7.2.3", |
| 23 | + "@babel/plugin-proposal-object-rest-spread": "7.2.0", |
| 24 | + "@babel/plugin-syntax-dynamic-import": "7.2.0", |
| 25 | + "@babel/plugin-transform-classes": "7.2.2", |
| 26 | + "@babel/plugin-transform-destructuring": "7.2.0", |
| 27 | + "@babel/plugin-transform-flow-strip-types": "7.2.3", |
| 28 | + "@babel/plugin-transform-react-constant-elements": "7.2.0", |
| 29 | + "@babel/plugin-transform-react-display-name": "7.2.0", |
| 30 | + "@babel/plugin-transform-runtime": "7.2.0", |
| 31 | + "@babel/preset-env": "7.2.3", |
32 | 32 | "@babel/preset-react": "7.0.0",
|
33 | 33 | "@babel/preset-typescript": "7.1.0",
|
34 |
| - "@babel/runtime": "7.1.5", |
35 |
| - "babel-loader": "8.0.4", |
| 34 | + "@babel/runtime": "7.2.0", |
| 35 | + "babel-loader": "8.0.5", |
36 | 36 | "babel-plugin-dynamic-import-node": "2.2.0",
|
37 |
| - "babel-plugin-macros": "2.4.2", |
38 |
| - "babel-plugin-transform-react-remove-prop-types": "0.4.20" |
| 37 | + "babel-plugin-macros": "2.4.4", |
| 38 | + "babel-plugin-transform-react-remove-prop-types": "0.4.21" |
39 | 39 | }
|
40 | 40 | }
|
0 commit comments