Skip to content

Commit 776a402

Browse files
committed
feat(create-vite): Update React Compiler dep to 1.0.0
React Compiler's stable release was just announced at ReactConf. This PR updates the compiler template to use 1.0.0.
1 parent 3a92bc7 commit 776a402

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

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

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

0 commit comments

Comments
 (0)