Skip to content

Commit 3267647

Browse files
committed
refactor: use types from babel-plugin-react-compiler
1 parent 040a601 commit 3267647

File tree

6 files changed

+91
-334
lines changed

6 files changed

+91
-334
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/loader-utils": "^2.0.6",
4747
"@types/mocha": "^10.0.10",
4848
"@types/node": "^22.13.10",
49-
"babel-plugin-react-compiler": "0.0.0-experimental-e504e66-20241010",
49+
"babel-plugin-react-compiler": "^19.0.0-beta-bafa41b-20250307",
5050
"browserslist": "^4.24.4",
5151
"bumpp": "^10.0.3",
5252
"chai": "^4.5.0",
@@ -64,7 +64,7 @@
6464
"rollup-plugin-dts": "^6.1.1",
6565
"rollup-plugin-swc3": "^0.12.1",
6666
"swc-loader": "^0.2.6",
67-
"typescript": "^5.8.2",
67+
"typescript": "^5.9.0-dev.20250310",
6868
"webpack": "^5.98.0"
6969
},
7070
"peerDependencies": {

0 commit comments

Comments
 (0)