Skip to content

Commit 955fa32

Browse files
authored
chore(deps): bump to react compiler rc (#1442)
1 parent f10e698 commit 955fa32

File tree

4 files changed

+25
-31
lines changed

4 files changed

+25
-31
lines changed

playground/react-18/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"build": "pkg build --strict --check --clean"
2424
},
2525
"dependencies": {
26-
"react-compiler-runtime": "beta"
26+
"react-compiler-runtime": "rc"
2727
},
2828
"devDependencies": {
2929
"@types/react": "^19.0.12",
30-
"babel-plugin-react-compiler": "beta",
30+
"babel-plugin-react-compiler": "rc",
3131
"react": "^18.3.1"
3232
},
3333
"peerDependencies": {

playground/react-19/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@types/react": "^19.0.12",
27-
"babel-plugin-react-compiler": "beta",
27+
"babel-plugin-react-compiler": "rc",
2828
"react": "^19.1.0"
2929
},
3030
"peerDependencies": {

playground/sanity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@types/react": "^19.0.12",
52-
"babel-plugin-react-compiler": "beta",
52+
"babel-plugin-react-compiler": "rc",
5353
"babel-plugin-styled-components": "^2.1.4",
5454
"react": "^19.1.0",
5555
"react-dom": "^19.1.0",

pnpm-lock.yaml

+21-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)