Skip to content

Commit 5b9a2ce

Browse files
authored
Upgrade babel-plugin-react-compiler (#7985)
Happened to notice we were still on an old version of the compiler. This PR upgrades us to use the latest RC.
1 parent a5181c2 commit 5b9a2ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"asyncro": "^3.0.0",
6262
"autoprefixer": "^10.4.2",
6363
"babel-eslint": "10.x",
64-
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
64+
"babel-plugin-react-compiler": "^19.1.0-rc.3",
6565
"chalk": "4.1.2",
6666
"eslint": "7.x",
6767
"eslint-config-next": "12.0.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,12 +2273,12 @@ babel-plugin-dynamic-import-node@^2.3.3:
22732273
dependencies:
22742274
object.assign "^4.1.0"
22752275

2276-
babel-plugin-react-compiler@19.0.0-beta-e552027-20250112:
2277-
version "19.0.0-beta-e552027-20250112"
2278-
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.0.0-beta-e552027-20250112.tgz#f06f0436420bd09df5abf37337ecd8fb43b0d847"
2279-
integrity sha512-pUTT0mAZ4XLewC6bvqVeX015nVRLVultcSQlkzGdC10G6YV6K2h4E7cwGlLAuLKWTj3Z08mTO9uTnPP/opUBsg==
2276+
babel-plugin-react-compiler@^19.1.0-rc.3:
2277+
version "19.1.0-rc.3"
2278+
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.1.0-rc.3.tgz#45e5a282a2460b3701971e5eb8310a90a7919022"
2279+
integrity sha512-mjRn69WuTz4adL0bXGx8Rsyk1086zFJeKmes6aK0xPuK3aaXmDJdLHqwKKMrpm6KAI1MCoUK72d2VeqQbu8YIA==
22802280
dependencies:
2281-
"@babel/types" "^7.19.0"
2281+
"@babel/types" "^7.26.0"
22822282

22832283
bail@^1.0.0:
22842284
version "1.0.5"

0 commit comments

Comments
 (0)