Skip to content

Commit 245e128

Browse files
committed
chore: upgrade Next.js and React to canary
1 parent 868dc98 commit 245e128

3 files changed

Lines changed: 378 additions & 363 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "admin",
33
"version": "0.1.0",
44
"private": true,
5+
"type": "module",
56
"scripts": {
67
"dev": "next dev --turbopack",
78
"build": "next build --turbopack",
@@ -36,10 +37,10 @@
3637
"graphql": "^16.11.0",
3738
"iron-session": "^8.0.4",
3839
"lucide-react": "^0.544.0",
39-
"next": "15.5.3",
40+
"next": "15.6.0-canary.6",
4041
"next-themes": "^0.4.6",
41-
"react": "^19.1.1",
42-
"react-dom": "^19.1.1",
42+
"react": "19.2.0-canary-8a8e9a7e-20250912",
43+
"react-dom": "19.2.0-canary-8a8e9a7e-20250912",
4344
"react-hook-form": "^7.62.0",
4445
"remark": "^15.0.1",
4546
"remark-html": "^16.0.1",

0 commit comments

Comments
 (0)