Skip to content

Commit 0d6d08c

Browse files
committed
chore: bump next to latest
1 parent 8eb52dd commit 0d6d08c

File tree

3 files changed

+46
-47
lines changed

3 files changed

+46
-47
lines changed

next.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const nextConfig: NextConfig = {
88
transpilePackages: ["next-mdx-remote"],
99
experimental: {
1010
reactCompiler: true,
11-
turbopackPersistentCaching: true,
1211
},
1312
images: {
1413
// 静态导出无法优化

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dev:turbo": "next dev --turbopack",
1717
"dev:https": "next dev --experimental-https",
1818
"postbuild": "node ./scripts/postbuild.js",
19-
"build": "npm run generate && next build --turbopack",
19+
"build": "npm run generate && next build",
2020
"start": "next start",
2121
"lint": "biome lint --write --unsafe",
2222
"watch": "onchange post/**/*.{md,mdx} -- npm run generate",
@@ -32,7 +32,7 @@
3232
"dayjs": "^1.11.13",
3333
"lodash-es": "^4.17.21",
3434
"lucide-react": "^0.536.0",
35-
"next": "15.4.2-canary.31",
35+
"next": "15.5.0",
3636
"next-mdx-remote-client": "^2.1.3",
3737
"next-themes": "^0.4.6",
3838
"react": "^19.1.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)