Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit cb845a9

Browse files
fix(deps): update react monorepo to v19
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 413c0a7 commit cb845a9

File tree

3 files changed

+485
-492
lines changed

3 files changed

+485
-492
lines changed

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"docusaurus-plugin-tailwind": "workspace:*",
2626
"fuse.js": "7.0.0",
2727
"prism-react-renderer": "2.3.1",
28-
"react": "18.3.1",
28+
"react": "19.0.0",
2929
"react-cookie": "7.2.0",
30-
"react-dom": "18.3.1",
30+
"react-dom": "19.0.0",
3131
"react-icons": "5.2.1",
3232
"ui": "workspace:*",
3333
"use-query-params": "2.2.1"
@@ -37,8 +37,8 @@
3737
"@docusaurus/theme-classic": "3.4.0",
3838
"@docusaurus/types": "3.4.0",
3939
"@types/node": "20.14.11",
40-
"@types/react": "18.3.3",
41-
"@types/react-dom": "18.3.0",
40+
"@types/react": "19.0.6",
41+
"@types/react-dom": "19.0.3",
4242
"autoprefixer": "10.4.19",
4343
"deepmerge": "4.3.1",
4444
"dotenv": "16.4.5",

packages/ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
77
},
88
"devDependencies": {
9-
"@types/react": "18.3.3",
10-
"@types/react-dom": "18.3.0",
9+
"@types/react": "19.0.6",
10+
"@types/react-dom": "19.0.3",
1111
"autoprefixer": "10.4.19",
1212
"axios": "1.7.2",
1313
"eslint": "8.57.0",
1414
"eslint-config-custom": "workspace:*",
1515
"postcss": "8.4.39",
16-
"react": "18.3.1",
17-
"react-dom": "18.3.1",
16+
"react": "19.0.0",
17+
"react-dom": "19.0.0",
1818
"tailwindcss": "3.4.6",
1919
"tsconfig": "workspace:*",
2020
"typescript": "5.5.3"

0 commit comments

Comments
 (0)