Skip to content

Commit 867ef49

Browse files
Update react monorepo to v19
1 parent 917d235 commit 867ef49

File tree

6 files changed

+660
-785
lines changed

6 files changed

+660
-785
lines changed

frontend/apps/app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"langfuse": "3.37.1",
2626
"langfuse-langchain": "3.37.1",
2727
"next": "15.3.0",
28-
"react": "18.3.1",
29-
"react-dom": "18",
28+
"react": "19.1.0",
29+
"react-dom": "19",
3030
"ts-pattern": "5.7.0",
3131
"valibot": "1.0.0"
3232
},
@@ -37,8 +37,8 @@
3737
"@types/diff": "7.0.2",
3838
"@types/gtag.js": "0.0.20",
3939
"@types/node": "22.14.0",
40-
"@types/react": "18",
41-
"@types/react-dom": "18",
40+
"@types/react": "19",
41+
"@types/react-dom": "19",
4242
"esbuild": "0.25.2",
4343
"typed-css-modules": "0.9.1",
4444
"typescript": "5.8.3",

frontend/apps/docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"fumadocs-ui": "15.2.6",
1616
"lucide-react": "0.487.0",
1717
"next": "15.3.0",
18-
"react": "18.3.1",
19-
"react-dom": "18",
18+
"react": "19.1.0",
19+
"react-dom": "19",
2020
"tailwind-variants": "1.0.0",
2121
"ts-pattern": "5.7.0"
2222
},
@@ -25,8 +25,8 @@
2525
"@tailwindcss/postcss": "4.1.3",
2626
"@types/mdx": "2.0.13",
2727
"@types/node": "22.14.0",
28-
"@types/react": "18",
29-
"@types/react-dom": "18",
28+
"@types/react": "19",
29+
"@types/react-dom": "19",
3030
"postcss": "8.5.3",
3131
"tailwindcss": "4.1.3",
3232
"typescript": "5.8.3"

frontend/packages/cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"commander": "13.1.0",
3131
"glob": "11.0.1",
3232
"inquirer": "12.5.2",
33-
"react": "18.3.1",
34-
"react-dom": "18",
33+
"react": "19.1.0",
34+
"react-dom": "19",
3535
"valibot": "1.0.0",
3636
"yoctocolors": "2.1.1"
3737
},
@@ -41,8 +41,8 @@
4141
"@rollup/plugin-typescript": "12.1.2",
4242
"@types/glob": "8.1.0",
4343
"@types/node": "22.14.0",
44-
"@types/react": "18",
45-
"@types/react-dom": "18",
44+
"@types/react": "19",
45+
"@types/react-dom": "19",
4646
"@vitejs/plugin-react": "4.3.4",
4747
"rollup": "4.39.0",
4848
"rollup-plugin-execute": "1.1.1",

frontend/packages/erd-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@xyflow/react": "12.3.5",
1414
"clsx": "2.1.1",
1515
"elkjs": "0.10.0",
16-
"react": "18.3.1",
16+
"react": "19.1.0",
1717
"ts-pattern": "5.7.0",
1818
"valibot": "1.0.0",
1919
"valtio": "2.1.4"
@@ -22,7 +22,7 @@
2222
"@biomejs/biome": "1.9.4",
2323
"@liam-hq/configs": "workspace:*",
2424
"@liam-hq/db-structure": "workspace:*",
25-
"@types/react": "18",
25+
"@types/react": "19",
2626
"typed-css-modules": "0.9.1",
2727
"typescript": "5.8.3",
2828
"vitest": "3.1.1"

frontend/packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"destyle.css": "4.0.1",
1717
"lucide-react": "0.487.0",
1818
"nanoid": "5.1.5",
19-
"react": "18.3.1",
19+
"react": "19.1.0",
2020
"react-resizable-panels": "2.1.7",
2121
"ts-pattern": "5.7.0",
2222
"vaul": "1.1.2"
2323
},
2424
"devDependencies": {
2525
"@biomejs/biome": "1.9.4",
2626
"@liam-hq/configs": "workspace:*",
27-
"@types/react": "18",
27+
"@types/react": "19",
2828
"typed-css-modules": "0.9.1",
2929
"typescript": "5.8.3"
3030
},

0 commit comments

Comments
 (0)