Skip to content

Commit a061454

Browse files
committed
build: move babel react compiler dep
1 parent e1541a7 commit a061454

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"dependencies": {
3030
"@babel/runtime": "^7.20.13",
3131
"@supercharge/promise-pool": "^2.3.2",
32-
"babel-plugin-react-compiler": "^1.0.0",
3332
"loglevel": "^1.8.0",
3433
"qs": "^6.12.1"
3534
},
@@ -56,9 +55,11 @@
5655
"react": "^19.0.0",
5756
"react-dom": "^19.0.0",
5857
"typescript": "^5.1.0",
58+
"babel-plugin-react-compiler": "^1.0.0",
5959
"vitest": "^1.6.1"
6060
},
6161
"peerDependencies": {
62+
"babel-plugin-react-compiler": "^1.0.0",
6263
"next": "^16.0.0",
6364
"react": "^19.0.0",
6465
"react-dom": "^19.0.0"

0 commit comments

Comments
 (0)