|
11 | 11 | "cloudflare:deploy": "wrangler deploy", |
12 | 12 | "cloudflare:preview": "wrangler dev", |
13 | 13 | "predeploy": "node --run build:blog-data", |
14 | | - "deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default", |
| 14 | + "deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default -- --turbo", |
15 | 15 | "predev": "node --run build:blog-data", |
16 | 16 | "dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbo", |
17 | 17 | "lint": "turbo run lint:md lint:js lint:css", |
|
57 | 57 | "feed": "~5.1.0", |
58 | 58 | "github-slugger": "~2.0.0", |
59 | 59 | "gray-matter": "~4.0.3", |
60 | | - "next": "15.3.4", |
| 60 | + "next": "15.4.3", |
61 | 61 | "next-intl": "~4.3.4", |
62 | 62 | "next-themes": "~0.4.6", |
63 | 63 | "postcss-calc": "~10.1.1", |
|
83 | 83 | "@playwright/test": "^1.53.2", |
84 | 84 | "@testing-library/user-event": "~14.6.1", |
85 | 85 | "@types/semver": "~7.7.0", |
86 | | - "eslint-config-next": "15.3.5", |
| 86 | + "eslint-config-next": "15.4.3", |
87 | 87 | "eslint-import-resolver-typescript": "~4.4.4", |
88 | 88 | "eslint-plugin-mdx": "~3.6.0", |
89 | 89 | "eslint-plugin-react": "~7.37.4", |
|
0 commit comments