|
3 | 3 | "private": true, |
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | | - "build": "next build --turbopack --no-mangling && sanity manifest extract --path public/studio/static", |
| 6 | + "build": "next build --turbopack && sanity manifest extract --path public/studio/static", |
7 | 7 | "predev": "npm run typegen", |
8 | 8 | "dev": "next --turbopack", |
9 | 9 | "format": "npx prettier --write . --ignore-path .gitignore", |
|
12 | 12 | "start": "next start", |
13 | 13 | "type-check": "tsc --noEmit", |
14 | 14 | "typegen": "sanity schema extract && sanity typegen generate", |
15 | | - "update:canaries": "pnpm up next@canary eslint-config-next@canary @next/env@canary next-sanity@latest" |
| 15 | + "update:canaries": "pnpm up next@latest eslint-config-next@latest @next/env@latest next-sanity@canary" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@next/env": "16.0.0-canary.10", |
| 18 | + "@next/env": "16.0.0", |
19 | 19 | "@sanity/client": "7.12.0", |
20 | 20 | "@sanity/demo": "2.0.0", |
21 | 21 | "@sanity/icons": "3.7.4", |
|
27 | 27 | "@vercel/speed-insights": "1.2.0", |
28 | 28 | "classnames": "2.5.1", |
29 | 29 | "date-fns": "4.1.0", |
30 | | - "next": "16.0.0-canary.10", |
31 | | - "next-sanity": "11.5.5", |
| 30 | + "next": "16.0.0", |
| 31 | + "next-sanity": "11.5.7-canary.0", |
32 | 32 | "react": "19.2.0", |
33 | 33 | "react-dom": "19.2.0", |
34 | 34 | "react-live-transitions": "0.2.0", |
|
46 | 46 | "@types/react": "19.2.2", |
47 | 47 | "autoprefixer": "10.4.21", |
48 | 48 | "babel-plugin-react-compiler": "1.0.0", |
49 | | - "eslint": "9.37.0", |
| 49 | + "eslint": "9.38.0", |
50 | 50 | "eslint-formatter-gha": "1.6.0", |
51 | 51 | "eslint-plugin-react-hooks": "7.0.0", |
52 | 52 | "postcss": "8.5.6", |
53 | 53 | "prettier": "3.6.2", |
54 | | - "prettier-plugin-tailwindcss": "0.6.14", |
| 54 | + "prettier-plugin-tailwindcss": "0.7.1", |
55 | 55 | "tailwindcss": "3.4.18", |
56 | 56 | "typescript": "5.9.3" |
57 | 57 | }, |
58 | | - "packageManager": "pnpm@10.17.1" |
| 58 | + "packageManager": "pnpm@10.18.3" |
59 | 59 | } |
0 commit comments