Skip to content

Commit

Permalink
fix: vue3-jsx examples are broken
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 15, 2024
1 parent ac63aec commit 2c8c691
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 20 deletions.
64 changes: 46 additions & 18 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion rspack/vue3-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/core": "7.25.8",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/babel-plugin-jsx": "1.2.5",
"babel-loader": "9.1.3"
}
}
2 changes: 1 addition & 1 deletion rspack/vue3-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/preset-typescript": "^7.24.7",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/babel-plugin-jsx": "1.2.5",
"babel-loader": "9.1.3",
"typescript": "^5.1.3",
"vue-loader": "^17.2.2"
Expand Down

0 comments on commit 2c8c691

Please sign in to comment.