|
21 | 21 | "test.js"
|
22 | 22 | ],
|
23 | 23 | "dependencies": {
|
24 |
| - "@babel/core": "7.4.3", |
25 |
| - "@babel/plugin-proposal-class-properties": "7.4.0", |
26 |
| - "@babel/plugin-proposal-decorators": "7.4.0", |
27 |
| - "@babel/plugin-proposal-object-rest-spread": "7.4.3", |
| 24 | + "@babel/core": "7.5.5", |
| 25 | + "@babel/plugin-proposal-class-properties": "7.5.5", |
| 26 | + "@babel/plugin-proposal-decorators": "7.4.4", |
| 27 | + "@babel/plugin-proposal-object-rest-spread": "7.5.5", |
28 | 28 | "@babel/plugin-syntax-dynamic-import": "7.2.0",
|
29 |
| - "@babel/plugin-transform-classes": "7.4.3", |
30 |
| - "@babel/plugin-transform-destructuring": "7.4.3", |
31 |
| - "@babel/plugin-transform-flow-strip-types": "7.4.0", |
32 |
| - "@babel/plugin-transform-react-constant-elements": "7.2.0", |
| 29 | + "@babel/plugin-transform-classes": "7.5.5", |
| 30 | + "@babel/plugin-transform-destructuring": "7.5.0", |
| 31 | + "@babel/plugin-transform-flow-strip-types": "7.4.4", |
| 32 | + "@babel/plugin-transform-react-constant-elements": "7.5.0", |
33 | 33 | "@babel/plugin-transform-react-display-name": "7.2.0",
|
34 |
| - "@babel/plugin-transform-runtime": "7.4.3", |
35 |
| - "@babel/preset-env": "7.4.3", |
| 34 | + "@babel/plugin-transform-runtime": "7.5.5", |
| 35 | + "@babel/preset-env": "7.5.5", |
36 | 36 | "@babel/preset-react": "7.0.0",
|
37 | 37 | "@babel/preset-typescript": "7.3.3",
|
38 |
| - "@babel/runtime": "7.4.3", |
39 |
| - "babel-plugin-dynamic-import-node": "2.2.0", |
40 |
| - "babel-plugin-macros": "2.5.1", |
| 38 | + "@babel/runtime": "7.5.5", |
| 39 | + "babel-plugin-dynamic-import-node": "2.3.0", |
| 40 | + "babel-plugin-macros": "2.6.1", |
41 | 41 | "babel-plugin-transform-react-remove-prop-types": "0.4.24"
|
42 | 42 | }
|
43 | 43 | }
|
0 commit comments