|
16 | 16 | "test": "node ../ts-lib-tools/dist/index.js test" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@babel/core": "^7.15.0", |
20 | | - "@babel/plugin-proposal-class-properties": "^7.14.5", |
21 | | - "@babel/plugin-proposal-decorators": "^7.14.5", |
22 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", |
23 | | - "@babel/plugin-proposal-numeric-separator": "^7.14.5", |
24 | | - "@babel/plugin-proposal-object-rest-spread": "^7.14.7", |
25 | | - "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
26 | | - "@babel/plugin-proposal-private-methods": "^7.14.5", |
27 | | - "@babel/plugin-proposal-private-property-in-object": "^7.14.5", |
| 19 | + "@babel/core": "^7.17.10", |
| 20 | + "@babel/plugin-proposal-class-properties": "^7.16.7", |
| 21 | + "@babel/plugin-proposal-decorators": "^7.17.9", |
| 22 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", |
| 23 | + "@babel/plugin-proposal-numeric-separator": "^7.16.7", |
| 24 | + "@babel/plugin-proposal-object-rest-spread": "^7.17.3", |
| 25 | + "@babel/plugin-proposal-optional-chaining": "^7.16.7", |
| 26 | + "@babel/plugin-proposal-private-methods": "^7.16.11", |
| 27 | + "@babel/plugin-proposal-private-property-in-object": "^7.16.7", |
28 | 28 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
29 | | - "@babel/plugin-transform-runtime": "^7.15.0", |
| 29 | + "@babel/plugin-transform-runtime": "^7.17.10", |
30 | 30 | "@babel/polyfill": "^7.12.1", |
31 | | - "@babel/preset-env": "^7.15.0", |
32 | | - "@babel/preset-react": "^7.14.5", |
33 | | - "@babel/preset-typescript": "^7.15.0", |
34 | | - "@babel/runtime": "^7.14.8", |
| 31 | + "@babel/preset-env": "^7.17.10", |
| 32 | + "@babel/preset-react": "^7.16.7", |
| 33 | + "@babel/preset-typescript": "^7.16.7", |
| 34 | + "@babel/runtime": "^7.17.9", |
35 | 35 | "@types/babel__core": "^7.1.15", |
36 | 36 | "babel-plugin-annotate-pure-calls": "^0.4.0", |
37 | 37 | "babel-plugin-dev-expression": "^0.2.2", |
|
0 commit comments