Skip to content

Commit f5603e5

Browse files
committed
chore: update babel-plugin-react-compiler to stable version 1.0.0
1 parent 98bc138 commit f5603e5

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/renovate.json5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"ansi-escapes",
5555
"cli-truncate",
5656
"patch-console",
57-
"babel-plugin-react-compiler",
5857
"@tailwindcss/postcss",
5958
"@nestjs/common",
6059
"@nestjs/core",

pnpm-lock.yaml

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

rsbuild/react-compiler-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@rsbuild/plugin-react": "^1.4.4",
1919
"@types/react": "^19.2.10",
2020
"@types/react-dom": "^19.2.3",
21-
"babel-plugin-react-compiler": "0.0.0-experimental-cd3852a-20241229",
21+
"babel-plugin-react-compiler": "^1.0.0",
2222
"typescript": "^5.9.3"
2323
}
2424
}

rspack/react-compiler-babel-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.2.10",
2222
"@types/react-dom": "^19.2.3",
2323
"babel-loader": "^10.0.0",
24-
"babel-plugin-react-compiler": "0.0.0-experimental-cd3852a-20241229",
24+
"babel-plugin-react-compiler": "^1.0.0",
2525
"typescript": "^5.9.3"
2626
}
2727
}

rspack/react-compiler-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@rspack/cli": "1.7.5",
1919
"@rspack/core": "1.7.5",
2020
"babel-loader": "^10.0.0",
21-
"babel-plugin-react-compiler": "0.0.0-experimental-cd3852a-20241229"
21+
"babel-plugin-react-compiler": "^1.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)