|
21 | 21 | "test.js"
|
22 | 22 | ],
|
23 | 23 | "dependencies": {
|
24 |
| - "@babel/core": "7.10.3", |
25 |
| - "@babel/plugin-proposal-class-properties": "7.10.1", |
26 |
| - "@babel/plugin-proposal-decorators": "7.10.3", |
27 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1", |
28 |
| - "@babel/plugin-proposal-numeric-separator": "7.10.1", |
29 |
| - "@babel/plugin-proposal-optional-chaining": "7.10.3", |
30 |
| - "@babel/plugin-transform-flow-strip-types": "7.10.1", |
31 |
| - "@babel/plugin-transform-react-display-name": "7.10.3", |
32 |
| - "@babel/plugin-transform-runtime": "7.10.3", |
33 |
| - "@babel/preset-env": "7.10.3", |
34 |
| - "@babel/preset-react": "7.10.1", |
35 |
| - "@babel/preset-typescript": "7.10.1", |
36 |
| - "@babel/runtime": "7.10.3", |
| 24 | + "@babel/core": "7.10.5", |
| 25 | + "@babel/plugin-proposal-class-properties": "7.10.4", |
| 26 | + "@babel/plugin-proposal-decorators": "7.10.5", |
| 27 | + "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4", |
| 28 | + "@babel/plugin-proposal-numeric-separator": "7.10.4", |
| 29 | + "@babel/plugin-proposal-optional-chaining": "7.10.4", |
| 30 | + "@babel/plugin-transform-flow-strip-types": "7.10.4", |
| 31 | + "@babel/plugin-transform-react-display-name": "7.10.4", |
| 32 | + "@babel/plugin-transform-runtime": "7.10.5", |
| 33 | + "@babel/preset-env": "7.10.4", |
| 34 | + "@babel/preset-react": "7.10.4", |
| 35 | + "@babel/preset-typescript": "7.10.4", |
| 36 | + "@babel/runtime": "7.10.5", |
37 | 37 | "babel-plugin-macros": "2.8.0",
|
38 | 38 | "babel-plugin-transform-react-remove-prop-types": "0.4.24"
|
39 | 39 | }
|
|
0 commit comments