mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-02 10:03:25 +08:00
fix: pin @babel/helper-module-imports to ~7.22.15, workaround for babel regression
https://github.com/babel/babel/pull/16349 seems to have caused a regression in this plugin, leading to https://github.com/vuejs/core/issues/10549
This commit is contained in:
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
@ -71,7 +71,7 @@ importers:
|
||||
packages/babel-plugin-jsx:
|
||||
dependencies:
|
||||
'@babel/helper-module-imports':
|
||||
specifier: ^7.22.15
|
||||
specifier: ~7.22.15
|
||||
version: 7.22.15
|
||||
'@babel/helper-plugin-utils':
|
||||
specifier: ^7.22.5
|
||||
@ -138,7 +138,7 @@ importers:
|
||||
specifier: ^7.23.5
|
||||
version: 7.23.5
|
||||
'@babel/helper-module-imports':
|
||||
specifier: ^7.22.15
|
||||
specifier: ~7.22.15
|
||||
version: 7.22.15
|
||||
'@babel/helper-plugin-utils':
|
||||
specifier: ^7.22.5
|
||||
|
Reference in New Issue
Block a user