Skip to content

Commit 0971cf2

Browse files
authored
Update Babel plugins and presets, add TypeScript support and dynamic import handling (#601)
1 parent dcf331f commit 0971cf2

File tree

2 files changed

+538
-13
lines changed

2 files changed

+538
-13
lines changed

package.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,25 @@
1111
"dependencies": {
1212
"@babel/core": "^7.15.0",
1313
"@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",
1623
"@babel/preset-env": "^7.14.7",
1724
"@babel/preset-react": "^7.14.5",
25+
"@babel/preset-typescript": "^7.21.4",
1826
"@babel/runtime": "^7.14.8",
1927
"@hapi/eslint-plugin": "^5.0.0",
2028
"@typescript-eslint/eslint-plugin": "^5.11.0",
2129
"@typescript-eslint/parser": "^5.11.0",
2230
"babel-eslint": "^10.0.1",
31+
"babel-plugin-dynamic-import-node": "^2.3.3",
32+
"babel-plugin-macros": "^3.1.0",
2333
"babel-plugin-react-generate-property": "^1.0.5",
2434
"eslint": "8.36.0",
2535
"eslint-config-airbnb": "^17.1.0",

0 commit comments

Comments
 (0)