|
11 | 11 | "dependencies": { |
12 | 12 | "@babel/core":"^7.15.0", |
13 | 13 | "@babel/eslint-parser":"^7.15.0", |
14 | | -"@babel/plugin-proposal-class-properties":"^7.13.0", |
15 | | -"@babel/plugin-transform-runtime":"^7.13.10", |
| 14 | +"@babel/plugin-proposal-class-properties":"^7.18.6", |
| 15 | +"@babel/plugin-proposal-object-rest-spread":"^7.20.7", |
| 16 | +"@babel/plugin-proposal-optional-chaining":"^7.21.0", |
| 17 | +"@babel/plugin-proposal-private-methods":"^7.18.6", |
| 18 | +"@babel/plugin-proposal-private-property-in-object":"^7.21.0", |
| 19 | +"@babel/plugin-syntax-dynamic-import":"^7.8.3", |
| 20 | +"@babel/plugin-transform-destructuring":"^7.21.3", |
| 21 | +"@babel/plugin-transform-regenerator":"^7.20.5", |
| 22 | +"@babel/plugin-transform-runtime":"^7.21.4", |
16 | 23 | "@babel/preset-env":"^7.14.7", |
17 | 24 | "@babel/preset-react":"^7.14.5", |
| 25 | +"@babel/preset-typescript":"^7.21.4", |
18 | 26 | "@babel/runtime":"^7.14.8", |
19 | 27 | "@hapi/eslint-plugin":"^5.0.0", |
20 | 28 | "@typescript-eslint/eslint-plugin":"^5.11.0", |
21 | 29 | "@typescript-eslint/parser":"^5.11.0", |
22 | 30 | "babel-eslint":"^10.0.1", |
| 31 | +"babel-plugin-dynamic-import-node":"^2.3.3", |
| 32 | +"babel-plugin-macros":"^3.1.0", |
23 | 33 | "babel-plugin-react-generate-property":"^1.0.5", |
24 | 34 | "eslint":"8.36.0", |
25 | 35 | "eslint-config-airbnb":"^17.1.0", |
|