Skip to content

Commit 1c372dd

Browse files
chore(deps): update dependency @vitejs/plugin-react-swc to v4 (vitejs#20589)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24c9405 commit 1c372dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-vite/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ function pkgFromUserAgent(userAgent: string | undefined): PkgInfo | undefined {
625625

626626
function setupReactSwc(root: string, isTs: boolean) {
627627
// renovate: datasource=npm depName=@vitejs/plugin-react-swc
628-
const reactSwcPluginVersion = '3.11.0'
628+
const reactSwcPluginVersion = '4.0.0'
629629

630630
editFile(path.resolve(root, 'package.json'), (content) => {
631631
return content.replace(

0 commit comments

Comments
 (0)