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