1 parent 0e416b1 commit 1fb4d8cCopy full SHA for 1fb4d8c
3 files changed
package.json
@@ -26,9 +26,9 @@
26
"devDependencies": {
27
"@babel/core": "^7.22.15",
28
"@babel/plugin-proposal-decorators": "^7.22.15",
29
- "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
30
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
31
- "@babel/plugin-proposal-optional-chaining": "^7.21.0",
+ "@babel/plugin-transform-export-namespace-from": "^7.18.9",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.18.6",
+ "@babel/plugin-transform-optional-chaining": "^7.21.0",
32
"@babel/plugin-syntax-class-properties": "^7.12.13",
33
"@babel/plugin-syntax-import-assertions": "^7.22.5",
34
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
@@ -77,4 +77,4 @@
77
"webpack-cli": "^5.1.4"
78
},
79
"packageManager": "pnpm@8.7.4"
80
-}
+}
0 commit comments