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

Commit 7e3da73

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

File tree

3 files changed

+516
-527
lines changed

3 files changed

+516
-527
lines changed

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"docusaurus-plugin-tailwind": "workspace:*",
2727
"fuse.js": "7.1.0",
2828
"prism-react-renderer": "2.4.1",
29-
"react": "18.3.1",
29+
"react": "19.1.0",
3030
"react-cookie": "8.0.1",
31-
"react-dom": "18.3.1",
31+
"react-dom": "19.1.0",
3232
"react-icons": "5.5.0",
3333
"ui": "workspace:*",
3434
"use-query-params": "2.2.1"
@@ -38,8 +38,8 @@
3838
"@docusaurus/theme-classic": "3.8.1",
3939
"@docusaurus/types": "3.8.1",
4040
"@types/node": "20.19.1",
41-
"@types/react": "18.3.23",
42-
"@types/react-dom": "18.3.7",
41+
"@types/react": "19.1.8",
42+
"@types/react-dom": "19.1.6",
4343
"autoprefixer": "10.4.21",
4444
"deepmerge": "4.3.1",
4545
"dotenv": "16.5.0",

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.23",
10-
"@types/react-dom": "18.3.7",
9+
"@types/react": "19.1.8",
10+
"@types/react-dom": "19.1.6",
1111
"autoprefixer": "10.4.21",
1212
"axios": "1.10.0",
1313
"eslint": "8.57.0",
1414
"eslint-config-custom": "workspace:*",
1515
"postcss": "8.5.6",
16-
"react": "18.3.1",
17-
"react-dom": "18.3.1",
16+
"react": "19.1.0",
17+
"react-dom": "19.1.0",
1818
"tailwindcss": "3.4.17",
1919
"tsconfig": "workspace:*",
2020
"typescript": "5.8.3"

0 commit comments

Comments
 (0)