Skip to content

Commit 4b91592

Browse files
author
herya
committed
tools(nextjs): update nextjs from 15 to 16
1 parent 1c7b72e commit 4b91592

File tree

3 files changed

+807
-472
lines changed

3 files changed

+807
-472
lines changed

package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
2020
"lucide-react": "^0.544.0",
21-
"next": "15.5.4",
21+
"next": "16.0.1",
2222
"next-sitemap": "^4.2.3",
2323
"next-themes": "^0.4.6",
24-
"react": "19.1.0",
25-
"react-dom": "19.1.0",
24+
"react": "19.2.0",
25+
"react-dom": "19.2.0",
2626
"react-markdown": "^10.1.0",
2727
"remark-gfm": "^4.0.1",
2828
"sonner": "^2.0.7",
@@ -34,12 +34,18 @@
3434
"@tailwindcss/postcss": "^4",
3535
"@tailwindcss/typography": "^0.5.19",
3636
"@types/node": "^20",
37-
"@types/react": "^19",
38-
"@types/react-dom": "^19",
37+
"@types/react": "19.2.2",
38+
"@types/react-dom": "19.2.2",
3939
"eslint": "^9",
40-
"eslint-config-next": "15.5.4",
40+
"eslint-config-next": "16.0.1",
4141
"tailwindcss": "^4",
4242
"tw-animate-css": "^1.4.0",
4343
"typescript": "^5"
44+
},
45+
"pnpm": {
46+
"overrides": {
47+
"@types/react": "19.2.2",
48+
"@types/react-dom": "19.2.2"
49+
}
4450
}
4551
}

0 commit comments

Comments
 (0)