Skip to content

Commit deb5da0

Browse files
fix(deps): update react monorepo to v19
1 parent 5a47827 commit deb5da0

File tree

6 files changed

+539
-558
lines changed

6 files changed

+539
-558
lines changed

frontend/apps/app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"langfuse": "3.37.2",
3434
"langfuse-langchain": "3.37.2",
3535
"next": "15.3.1",
36-
"react": "18.3.1",
37-
"react-dom": "18",
36+
"react": "19.1.0",
37+
"react-dom": "19",
3838
"ts-pattern": "5.7.0",
3939
"valibot": "1.0.0",
4040
"yaml": "2.7.1"
@@ -46,8 +46,8 @@
4646
"@types/diff": "7.0.2",
4747
"@types/gtag.js": "0.0.20",
4848
"@types/node": "22.14.1",
49-
"@types/react": "18",
50-
"@types/react-dom": "18",
49+
"@types/react": "19",
50+
"@types/react-dom": "19",
5151
"esbuild": "0.25.2",
5252
"typed-css-modules": "0.9.1",
5353
"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.8",
1616
"lucide-react": "0.488.0",
1717
"next": "15.3.1",
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.4",
2626
"@types/mdx": "2.0.13",
2727
"@types/node": "22.14.1",
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.4",
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.1",
44-
"@types/react": "18",
45-
"@types/react-dom": "18",
44+
"@types/react": "19",
45+
"@types/react-dom": "19",
4646
"@vitejs/plugin-react": "4.4.0",
4747
"rollup": "4.40.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
@@ -18,15 +18,15 @@
1818
"destyle.css": "4.0.1",
1919
"lucide-react": "0.488.0",
2020
"nanoid": "5.1.5",
21-
"react": "18.3.1",
21+
"react": "19.1.0",
2222
"react-resizable-panels": "2.1.7",
2323
"ts-pattern": "5.7.0",
2424
"vaul": "1.1.2"
2525
},
2626
"devDependencies": {
2727
"@biomejs/biome": "1.9.4",
2828
"@liam-hq/configs": "workspace:*",
29-
"@types/react": "18",
29+
"@types/react": "19",
3030
"typed-css-modules": "0.9.1",
3131
"typescript": "5.8.3"
3232
},

0 commit comments

Comments
 (0)