Skip to content

Commit dd71ab8

Browse files
fix(deps): update react monorepo
1 parent bb3d92a commit dd71ab8

5 files changed

Lines changed: 381 additions & 135 deletions

File tree

frontend/apps/admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"clsx": "^2.1.0",
2424
"date-fns": "^4.0.0",
2525
"lucide-react": "^0.562.0",
26-
"react": "^18.2.0",
27-
"react-dom": "^18.2.0",
26+
"react": "^19.0.0",
27+
"react-dom": "^19.0.0",
2828
"react-hook-form": "^7.50.0",
2929
"react-router-dom": "^7.0.0",
3030
"tailwind-merge": "^3.0.0",
@@ -34,8 +34,8 @@
3434
"devDependencies": {
3535
"@tailwindcss/postcss": "^4.1.17",
3636
"@tailwindcss/typography": "^0.5.19",
37-
"@types/react": "^18.2.0",
38-
"@types/react-dom": "^18.2.0",
37+
"@types/react": "^19.0.0",
38+
"@types/react-dom": "^19.0.0",
3939
"@vitejs/plugin-react-swc": "^4.0.0",
4040
"postcss": "^8.4.0",
4141
"tailwindcss": "^4.1.17",

frontend/apps/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"highlight.js": "^11.11.1",
4444
"lightgallery": "^2.9.0",
4545
"lucide-react": "^0.562.0",
46-
"react": "^18.2.0",
47-
"react-dom": "^18.2.0",
46+
"react": "^19.0.0",
47+
"react-dom": "^19.0.0",
4848
"react-hook-form": "^7.50.0",
4949
"react-router-dom": "^7.0.0",
5050
"tailwind-merge": "^3.0.0",
@@ -57,8 +57,8 @@
5757
"@testing-library/jest-dom": "^6.9.1",
5858
"@testing-library/react": "^16.3.2",
5959
"@types/dompurify": "^3.2.0",
60-
"@types/react": "^18.2.0",
61-
"@types/react-dom": "^18.2.0",
60+
"@types/react": "^19.0.0",
61+
"@types/react-dom": "^19.0.0",
6262
"@vitejs/plugin-react-swc": "^4.0.0",
6363
"electron": "^39.2.4",
6464
"electron-builder": "^26.0.0",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.0.0",
2525
"eslint-config-prettier": "^10.0.0",
2626
"eslint-plugin-react": "^7.33.0",
27-
"eslint-plugin-react-hooks": "^5.0.0",
27+
"eslint-plugin-react-hooks": "^7.0.0",
2828
"eslint-plugin-react-refresh": "^0.4.5",
2929
"globals": "^16.0.0",
3030
"typescript": "^5.3.0"

frontend/packages/ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"tailwind-merge": "^3.0.0"
2323
},
2424
"peerDependencies": {
25-
"react": "^18.2.0",
26-
"react-dom": "^18.2.0"
25+
"react": "^18.2.0 || ^19.0.0",
26+
"react-dom": "^18.2.0 || ^19.0.0"
2727
},
2828
"devDependencies": {
29-
"@types/react": "^18.2.0",
30-
"@types/react-dom": "^18.2.0",
29+
"@types/react": "^19.0.0",
30+
"@types/react-dom": "^19.0.0",
3131
"typescript": "^5.3.0"
3232
}
3333
}

0 commit comments

Comments
 (0)