Skip to content

Commit 3bce610

Browse files
Update react monorepo to v19.0.0-beta-ebf51a3-20250411
1 parent c05880e commit 3bce610

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@repo/ui": "workspace:*",
1818
"next": "^15.1.6",
1919
"react": "^19.0.0",
20-
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
20+
"react-compiler-runtime": "19.0.0-beta-ebf51a3-20250411",
2121
"react-dom": "^19.0.0"
2222
},
2323
"devDependencies": {
@@ -28,7 +28,7 @@
2828
"@types/react-dom": "^19.0.3",
2929
"autoprefixer": "^10.4.20",
3030
"babel-loader": "^10.0.0",
31-
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
31+
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
3232
"postcss": "^8.5.1",
3333
"tailwindcss": "^4.0.0",
3434
"typescript": "^5.7.3",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@repo/ui": "workspace:*",
1616
"nanoid": "^5.0.9",
1717
"react": "^19.0.0",
18-
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
18+
"react-compiler-runtime": "19.0.0-beta-ebf51a3-20250411",
1919
"react-dom": "^19.0.0"
2020
},
2121
"devDependencies": {
@@ -28,7 +28,7 @@
2828
"@vitejs/plugin-react-swc": "^3.7.2",
2929
"autoprefixer": "^10.4.20",
3030
"babel-loader": "^10.0.0",
31-
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
31+
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
3232
"postcss": "^8.5.1",
3333
"tailwindcss": "^4.0.0",
3434
"typescript": "^5.7.3",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.1.1",
3333
"react": "^19.0.0",
34-
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
34+
"react-compiler-runtime": "19.0.0-beta-ebf51a3-20250411",
3535
"react-dom": "^19.0.0",
3636
"tailwind-merge": "^2.6.0"
3737
},
@@ -53,7 +53,7 @@
5353
"@vitejs/plugin-react-swc": "^3.7.2",
5454
"autoprefixer": "^10.4.20",
5555
"babel-loader": "^10.0.0",
56-
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
56+
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
5757
"jest-axe": "^9.0.0",
5858
"postcss": "^8.5.1",
5959
"storybook": "^8.5.1",

0 commit comments

Comments
 (0)