|
3 | 3 | "type": "module", |
4 | 4 | "scripts": { |
5 | 5 | "prebuild": "node --run build:blog-data", |
6 | | - "build": "cross-env NODE_NO_WARNINGS=1 next build --turbo", |
| 6 | + "build": "cross-env NODE_NO_WARNINGS=1 next build", |
7 | 7 | "build:blog-data": "cross-env NODE_NO_WARNINGS=1 node ./scripts/blog-data/index.mjs", |
8 | 8 | "build:blog-data:watch": "node --watch --watch-path=pages/en/blog ./scripts/blog-data/index.mjs", |
9 | 9 | "cloudflare:build:worker": "OPEN_NEXT_CLOUDFLARE=true opennextjs-cloudflare build", |
|
12 | 12 | "predeploy": "node --run build:blog-data", |
13 | 13 | "deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build", |
14 | 14 | "predev": "node --run build:blog-data", |
15 | | - "dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbo", |
| 15 | + "dev": "cross-env NODE_NO_WARNINGS=1 next dev", |
16 | 16 | "lint": "node --run lint:js && node --run lint:css && node --run lint:md", |
17 | 17 | "lint:fix": "node --run lint:js:fix && node --run lint:css:fix && node --run lint:md:fix", |
18 | 18 | "lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache", |
|
42 | 42 | "@opentelemetry/instrumentation": "~0.206.0", |
43 | 43 | "@opentelemetry/resources": "~1.30.1", |
44 | 44 | "@orama/core": "^1.2.13", |
45 | | - "@orama/ui": "^1.5.2", |
| 45 | + "@orama/ui": "^1.5.3", |
46 | 46 | "@opentelemetry/sdk-logs": "~0.206.0", |
47 | 47 | "@radix-ui/react-tabs": "^1.1.13", |
48 | 48 | "@radix-ui/react-tooltip": "^1.2.8", |
|
51 | 51 | "@types/react": "catalog:", |
52 | 52 | "@vcarl/remark-headings": "~0.1.0", |
53 | 53 | "@vercel/analytics": "~1.5.0", |
54 | | - "@vercel/otel": "~2.0.1", |
| 54 | + "@vercel/otel": "~2.1.0", |
55 | 55 | "@vercel/speed-insights": "~1.2.0", |
56 | 56 | "classnames": "catalog:", |
57 | 57 | "cross-env": "catalog:", |
58 | 58 | "feed": "~5.1.0", |
59 | 59 | "github-slugger": "~2.0.0", |
60 | 60 | "gray-matter": "~4.0.3", |
61 | 61 | "mdast-util-to-string": "^4.0.0", |
62 | | - "next": "15.5.7", |
63 | | - "next-intl": "~4.3.11", |
| 62 | + "next": "16.0.7", |
| 63 | + "next-intl": "~4.5.3", |
64 | 64 | "next-themes": "~0.4.6", |
65 | 65 | "postcss-calc": "~10.1.1", |
66 | 66 | "react": "catalog:", |
|
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | 82 | "@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.1", |
83 | | - "@next/eslint-plugin-next": "15.5.7", |
| 83 | + "@next/eslint-plugin-next": "16.0.7", |
84 | 84 | "@node-core/remark-lint": "workspace:*", |
85 | | - "@opennextjs/cloudflare": "^1.13.1", |
| 85 | + "@opennextjs/cloudflare": "^1.14.4", |
86 | 86 | "@playwright/test": "^1.56.1", |
87 | 87 | "@testing-library/user-event": "~14.6.1", |
88 | 88 | "@types/mdast": "^4.0.4", |
89 | 89 | "@types/mdx": "^2.0.13", |
90 | 90 | "@types/semver": "~7.7.1", |
| 91 | + "babel-plugin-react-compiler": "^1.0.0", |
91 | 92 | "dedent": "^1.7.0", |
92 | | - "eslint-config-next": "15.5.4", |
| 93 | + "eslint-config-next": "16.0.7", |
93 | 94 | "eslint-plugin-mdx": "~3.6.2", |
94 | 95 | "eslint-plugin-react": "~7.37.5", |
95 | 96 | "eslint-plugin-react-hooks": "^5.2.0", |
|
107 | 108 | "typescript": "catalog:", |
108 | 109 | "typescript-eslint": "~8.45.0", |
109 | 110 | "user-agent-data-types": "0.4.2", |
110 | | - "wrangler": "^4.45.3" |
| 111 | + "wrangler": "^4.53.0" |
111 | 112 | }, |
112 | 113 | "imports": { |
113 | 114 | "#site/*": [ |
|
0 commit comments