Skip to content

Commit

Permalink
fix: pin @babel/helper-module-imports to ~7.22.15, workaround for bab…
Browse files Browse the repository at this point in the history
…el regression

babel/babel#16349 seems to have caused a
regression in this plugin, leading to vuejs/core#10549
  • Loading branch information
sodatea committed Mar 19, 2024
1 parent b4f9f1b commit f916afa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-jsx/package.json
Expand Up @@ -23,7 +23,7 @@
"dist"
],
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-module-imports": "~7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/template": "^7.23.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-resolve-type/package.json
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.23.5",
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-module-imports": "~7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/parser": "^7.23.9",
"@vue/compiler-sfc": "^3.4.15"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f916afa

Please sign in to comment.