|
7 | 7 | "build:blog-data": "cross-env NODE_NO_WARNINGS=1 node ./scripts/blog-data/generate.mjs", |
8 | 8 | "build:blog-data:watch": "node --watch --watch-path=pages/en/blog ./scripts/blog-data/generate.mjs", |
9 | 9 | "build:default": "cross-env NODE_NO_WARNINGS=1 next build", |
10 | | - "cloudflare:build:worker": "opennextjs-cloudflare build", |
11 | | - "cloudflare:deploy": "wrangler deploy", |
| 10 | + "cloudflare:build:worker": "OPEN_NEXT_CLOUDFLARE=true opennextjs-cloudflare build", |
| 11 | + "cloudflare:deploy": "opennextjs-cloudflare 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", |
|
79 | 79 | "@eslint/eslintrc": "~3.3.1", |
80 | 80 | "@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.0", |
81 | 81 | "@next/eslint-plugin-next": "15.3.4", |
82 | | - "@opennextjs/cloudflare": "^1.3.0", |
| 82 | + "@opennextjs/cloudflare": "^1.6.0", |
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", |
|
110 | 110 | "typescript": "catalog:", |
111 | 111 | "typescript-eslint": "~8.35.1", |
112 | 112 | "user-agent-data-types": "0.4.2", |
113 | | - "wrangler": "^4.22.0" |
| 113 | + "wrangler": "^4.25.1" |
114 | 114 | }, |
115 | 115 | "imports": { |
116 | 116 | "#site/*": [ |
|
0 commit comments