diff --git a/packages/babel-plugin-jsx/package.json b/packages/babel-plugin-jsx/package.json index 9de68d9..423624f 100644 --- a/packages/babel-plugin-jsx/package.json +++ b/packages/babel-plugin-jsx/package.json @@ -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", diff --git a/packages/babel-plugin-resolve-type/package.json b/packages/babel-plugin-resolve-type/package.json index d3bc350..91c43ef 100644 --- a/packages/babel-plugin-resolve-type/package.json +++ b/packages/babel-plugin-resolve-type/package.json @@ -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" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11f2e7d..1091ed8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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