Skip to content

Commit 8b5f023

Browse files
committed
fix: relax the vue peer dependency version requirement
1. to avoid pnpm peer dependency errors; 2. the vue version doesn't actually matter with regard to this package's ability - the compilation would work regardless of the Vue version, it's just the compiled code won't work in Vue 3 runtime.
1 parent 4552ef4 commit 8b5f023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/babel-preset-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"peerDependencies": {
3333
"@babel/core": "^7.0.0-0",
34-
"vue": "2.x"
34+
"vue": "*"
3535
},
3636
"peerDependenciesMeta": {
3737
"vue": {

0 commit comments

Comments
 (0)