Skip to content

Commit f916afa

Browse files
committedMar 19, 2024··
fix: pin @babel/helper-module-imports to ~7.22.15, workaround for babel regression
babel/babel#16349 seems to have caused a regression in this plugin, leading to vuejs/core#10549
1 parent b4f9f1b commit f916afa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎packages/babel-plugin-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dist"
2424
],
2525
"dependencies": {
26-
"@babel/helper-module-imports": "^7.22.15",
26+
"@babel/helper-module-imports": "~7.22.15",
2727
"@babel/helper-plugin-utils": "^7.22.5",
2828
"@babel/plugin-syntax-jsx": "^7.23.3",
2929
"@babel/template": "^7.23.9",

‎packages/babel-plugin-resolve-type/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@babel/code-frame": "^7.23.5",
47-
"@babel/helper-module-imports": "^7.22.15",
47+
"@babel/helper-module-imports": "~7.22.15",
4848
"@babel/helper-plugin-utils": "^7.22.5",
4949
"@babel/parser": "^7.23.9",
5050
"@vue/compiler-sfc": "^3.4.15"

‎pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.