Skip to content

Commit da58344

Browse files
authored
Merge branch 'main' into main
2 parents 68f547f + 5b9a2ce commit da58344

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,12 +1661,13 @@ babel-plugin-dynamic-import-node@^2.3.3:
16611661
dependencies:
16621662
object.assign "^4.1.0"
16631663

1664-
1665-
version "19.0.0-beta-e552027-20250112"
1666-
resolved "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.0.0-beta-e552027-20250112.tgz"
1667-
integrity sha512-pUTT0mAZ4XLewC6bvqVeX015nVRLVultcSQlkzGdC10G6YV6K2h4E7cwGlLAuLKWTj3Z08mTO9uTnPP/opUBsg==
1664+
1665+
babel-plugin-react-compiler@^19.1.0-rc.3:
1666+
version "19.1.0-rc.3"
1667+
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.1.0-rc.3.tgz#45e5a282a2460b3701971e5eb8310a90a7919022"
1668+
integrity sha512-mjRn69WuTz4adL0bXGx8Rsyk1086zFJeKmes6aK0xPuK3aaXmDJdLHqwKKMrpm6KAI1MCoUK72d2VeqQbu8YIA==
16681669
dependencies:
1669-
"@babel/types" "^7.19.0"
1670+
"@babel/types" "^7.26.0"
16701671

16711672
bail@^1.0.0:
16721673
version "1.0.5"

0 commit comments

Comments
 (0)