Skip to content

Commit cbe83b5

Browse files
chore(dependencies): update next and react versions in package.json (#1905)
Co-authored-by: Mariano Fuentes <[email protected]>
1 parent e84e4b0 commit cbe83b5

File tree

3 files changed

+112
-118
lines changed

3 files changed

+112
-118
lines changed

apps/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"lucide-react": "^0.544.0",
8181
"mammoth": "^1.11.0",
8282
"motion": "^12.9.2",
83-
"next": "^16.0.8",
83+
"next": "^16.0.10",
8484
"next-safe-action": "^8.0.3",
8585
"next-themes": "^0.4.4",
8686
"nuqs": "^2.4.3",
@@ -90,8 +90,8 @@
9090
"posthog-node": "^5.8.2",
9191
"prisma": "^6.13.0",
9292
"puppeteer-core": "^24.7.2",
93-
"react": "^19.2.1",
94-
"react-dom": "^19.2.1",
93+
"react": "^19.2.3",
94+
"react-dom": "^19.2.3",
9595
"react-email": "^4.0.15",
9696
"react-hook-form": "^7.61.1",
9797
"react-hotkeys-hook": "^5.1.0",

apps/portal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"class-variance-authority": "^0.7.1",
2121
"geist": "^1.3.1",
2222
"jszip": "^3.10.1",
23-
"next": "^16.0.8",
23+
"next": "^16.0.10",
2424
"next-safe-action": "^8.0.3",
2525
"next-themes": "^0.4.4",
2626
"prisma": "^6.13.0",
27-
"react": "^19.2.1",
28-
"react-dom": "^19.2.1",
27+
"react": "^19.2.3",
28+
"react-dom": "^19.2.3",
2929
"react-email": "^4.0.15",
3030
"sonner": "^2.0.5"
3131
},

0 commit comments

Comments
 (0)