refactor: update babel-helper-module-imports and use its built-in imports-merging feature

The snapshots are also updated. These are just order-related changes,
the functionality remains the same.
This commit is contained in:
Haoqun Jiang
2024-03-27 22:00:49 +08:00
parent fb00715da4
commit 9770f43fd3
5 changed files with 56 additions and 46 deletions

View File

@@ -23,7 +23,7 @@
"dist"
],
"dependencies": {
"@babel/helper-module-imports": "~7.22.15",
"@babel/helper-module-imports": "^7.24.3",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/template": "^7.23.9",