|
21 | 21 | "test.js"
|
22 | 22 | ],
|
23 | 23 | "dependencies": {
|
24 |
| - "@babel/core": "7.7.2", |
25 |
| - "@babel/plugin-proposal-class-properties": "7.7.0", |
26 |
| - "@babel/plugin-proposal-decorators": "7.7.0", |
27 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4", |
28 |
| - "@babel/plugin-proposal-numeric-separator": "7.2.0", |
29 |
| - "@babel/plugin-proposal-object-rest-spread": "7.6.2", |
30 |
| - "@babel/plugin-proposal-optional-chaining": "7.6.0", |
31 |
| - "@babel/plugin-syntax-dynamic-import": "7.2.0", |
32 |
| - "@babel/plugin-transform-destructuring": "7.6.0", |
33 |
| - "@babel/plugin-transform-flow-strip-types": "7.6.3", |
34 |
| - "@babel/plugin-transform-react-display-name": "7.2.0", |
35 |
| - "@babel/plugin-transform-runtime": "7.6.2", |
36 |
| - "@babel/preset-env": "7.7.1", |
37 |
| - "@babel/preset-react": "7.7.0", |
38 |
| - "@babel/preset-typescript": "7.7.2", |
39 |
| - "@babel/runtime": "7.7.2", |
| 24 | + "@babel/core": "7.7.4", |
| 25 | + "@babel/plugin-proposal-class-properties": "7.7.4", |
| 26 | + "@babel/plugin-proposal-decorators": "7.7.4", |
| 27 | + "@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4", |
| 28 | + "@babel/plugin-proposal-numeric-separator": "7.7.4", |
| 29 | + "@babel/plugin-proposal-object-rest-spread": "7.7.4", |
| 30 | + "@babel/plugin-proposal-optional-chaining": "7.7.4", |
| 31 | + "@babel/plugin-syntax-dynamic-import": "7.7.4", |
| 32 | + "@babel/plugin-transform-destructuring": "7.7.4", |
| 33 | + "@babel/plugin-transform-flow-strip-types": "7.7.4", |
| 34 | + "@babel/plugin-transform-react-display-name": "7.7.4", |
| 35 | + "@babel/plugin-transform-runtime": "7.7.4", |
| 36 | + "@babel/preset-env": "7.7.4", |
| 37 | + "@babel/preset-react": "7.7.4", |
| 38 | + "@babel/preset-typescript": "7.7.4", |
| 39 | + "@babel/runtime": "7.7.4", |
40 | 40 | "babel-plugin-dynamic-import-node": "2.3.0",
|
41 |
| - "babel-plugin-macros": "2.6.2", |
| 41 | + "babel-plugin-macros": "2.7.1", |
42 | 42 | "babel-plugin-transform-react-remove-prop-types": "0.4.24"
|
43 | 43 | }
|
44 | 44 | }
|
0 commit comments