Skip to content

Commit 6cf3304

Browse files
authored
feat(create-vite): update React Compiler dep to 1.0.0 (#20911)
1 parent e4ac2eb commit 6cf3304

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
@@ -798,7 +798,7 @@ function setupReactSwc(root: string, isTs: boolean) {
798798

799799
function setupReactCompiler(root: string, isTs: boolean) {
800800
// renovate: datasource=npm depName=babel-plugin-react-compiler
801-
const reactCompilerPluginVersion = '19.1.0-rc.3'
801+
const reactCompilerPluginVersion = '1.0.0'
802802

803803
editFile(path.resolve(root, 'package.json'), (content) => {
804804
const asObject = JSON.parse(content)

0 commit comments

Comments
 (0)