Skip to content

Commit 015511e

Browse files
committed
fix: update Next.js to version 16.0.10 and add fix script for react2shell
1 parent b68be4e commit 015511e

File tree

2 files changed

+62
-50
lines changed

2 files changed

+62
-50
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"dev": "next dev",
1010
"build": "next build",
1111
"start": "next start",
12-
"lint": "next lint"
12+
"lint": "next lint",
13+
"fix": "pnpm i fix-react2shell-next@latest && npx fix-react2shell-next"
1314
},
1415
"dependencies": {
1516
"@radix-ui/react-dropdown-menu": "^2.1.4",
@@ -24,10 +25,11 @@
2425
"class-variance-authority": "^0.7.1",
2526
"clsx": "^2.1.1",
2627
"dayjs": "^1.11.13",
28+
"fix-react2shell-next": "^1.1.2",
2729
"gray-matter": "^4.0.3",
2830
"js-cookie": "^3.0.5",
2931
"lucide-react": "^0.468.0",
30-
"next": "16.0.7",
32+
"next": "16.0.10",
3133
"next-intl": "^4.4.0",
3234
"next-mdx-remote-client": "2",
3335
"next-themes": "^0.4.4",
@@ -55,4 +57,4 @@
5557
"tailwindcss": "^3.4.3",
5658
"typescript": "^5"
5759
}
58-
}
60+
}

pnpm-lock.yaml

Lines changed: 57 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)