Skip to content

Commit bbd7a0e

Browse files
authored
fix: vue3-jsx examples are broken (#170)
1 parent ac63aec commit bbd7a0e

File tree

3 files changed

+48
-20
lines changed

3 files changed

+48
-20
lines changed

pnpm-lock.yaml

Lines changed: 46 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rspack/vue3-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/core": "7.25.8",
1515
"@rspack/cli": "^1.0.14",
1616
"@rspack/core": "^1.0.14",
17-
"@vue/babel-plugin-jsx": "1.1.1",
17+
"@vue/babel-plugin-jsx": "1.2.5",
1818
"babel-loader": "9.1.3"
1919
}
2020
}

rspack/vue3-tsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/preset-typescript": "^7.24.7",
1616
"@rspack/cli": "^1.0.14",
1717
"@rspack/core": "^1.0.14",
18-
"@vue/babel-plugin-jsx": "1.1.1",
18+
"@vue/babel-plugin-jsx": "1.2.5",
1919
"babel-loader": "9.1.3",
2020
"typescript": "^5.1.3",
2121
"vue-loader": "^17.2.2"

0 commit comments

Comments
 (0)