|
4 | 4 | "dev": "next dev --turbo", |
5 | 5 | "build": "next build", |
6 | 6 | "start": "next start", |
7 | | - "lint": "next lint", |
| 7 | + "lint": "biome check .", |
8 | 8 | "predev": "npm run typegen", |
9 | 9 | "prebuild": "npm run typegen", |
10 | 10 | "typegen": "sanity schema extract --path=./sanity/extract.json && sanity typegen generate", |
|
45 | 45 | "@radix-ui/react-toggle": "^1.1.10", |
46 | 46 | "@radix-ui/react-toggle-group": "^1.1.11", |
47 | 47 | "@radix-ui/react-tooltip": "^1.2.8", |
48 | | - "@sanity/assist": "^5.0.0", |
| 48 | + "@sanity/assist": "^5.0.4", |
49 | 49 | "@sanity/block-content-to-markdown": "^1.0.0", |
50 | | - "@sanity/client": "^7.11.1", |
51 | | - "@sanity/code-input": "^6.0.1", |
| 50 | + "@sanity/client": "^7.16.0", |
| 51 | + "@sanity/code-input": "^7.0.8", |
52 | 52 | "@sanity/icons": "^3.7.4", |
53 | | - "@sanity/image-url": "^1.2.0", |
54 | | - "@sanity/preview-url-secret": "^2.1.15", |
55 | | - "@sanity/studio-secrets": "^3.0.2", |
56 | | - "@sanity/ui": "^3.1.0", |
57 | | - "@sanity/vision": "^4.8.1", |
| 53 | + "@sanity/image-url": "^2.0.3", |
| 54 | + "@sanity/preview-url-secret": "^4.0.3", |
| 55 | + "@sanity/studio-secrets": "^4.0.1", |
| 56 | + "@sanity/ui": "^3.1.13", |
| 57 | + "@sanity/vision": "^5.12.0", |
58 | 58 | "@sanity/webhook": "^4.0.4", |
59 | 59 | "@supabase/ssr": "^0.9.0", |
60 | 60 | "@supabase/supabase-js": "^2.98.0", |
|
71 | 71 | "jwt-decode": "^4.0.0", |
72 | 72 | "lucide-react": "^0.576.0", |
73 | 73 | "micromark": "^4.0.2", |
74 | | - "next": "^15.5.3", |
75 | | - "next-cloudinary": "^6.16.0", |
76 | | - "next-sanity": "^11.1.0", |
| 74 | + "next": "^16.1.6", |
| 75 | + "next-cloudinary": "^6.17.5", |
| 76 | + "next-sanity": "^12.1.0", |
77 | 77 | "next-themes": "^0.4.6", |
78 | 78 | "nextjs-toploader": "^3.9.17", |
79 | 79 | "postcss": "^8.5.6", |
80 | | - "react": "^19.1.1", |
| 80 | + "react": "^19.2.4", |
81 | 81 | "react-cookie": "^8.0.1", |
82 | 82 | "react-day-picker": "^9.14.0", |
83 | | - "react-dom": "^19.1.1", |
| 83 | + "react-dom": "^19.2.4", |
84 | 84 | "react-dropzone": "^15.0.0", |
85 | 85 | "react-facebook-pixel": "^1.0.4", |
86 | 86 | "react-hook-form": "^7.71.2", |
|
92 | 92 | "react-syntax-highlighter": "^16.1.1", |
93 | 93 | "react-twitter-embed": "^4.0.4", |
94 | 94 | "recharts": "3.7.0", |
95 | | - "sanity": "^4.8.1", |
96 | | - "sanity-plugin-cloudinary": "^1.4.0", |
| 95 | + "sanity": "^5.12.0", |
| 96 | + "sanity-plugin-cloudinary": "^1.4.1", |
97 | 97 | "server-only": "^0.0.1", |
98 | 98 | "sonner": "^2.0.7", |
99 | 99 | "styled-components": "^6.1.19", |
|
106 | 106 | }, |
107 | 107 | "devDependencies": { |
108 | 108 | "@biomejs/biome": "2.2.4", |
109 | | - "@eslint/eslintrc": "^3.3.1", |
110 | 109 | "@playwright/test": "^1.51.1", |
111 | 110 | "@tailwindcss/postcss": "^4.2.1", |
112 | 111 | "@tailwindcss/typography": "^0.5.19", |
113 | 112 | "@types/node": "^24.3.1", |
114 | 113 | "@types/react": "^19.1.12", |
115 | 114 | "@types/react-dom": "^19.1.9", |
116 | 115 | "@types/react-syntax-highlighter": "^15.5.13", |
117 | | - "eslint": "^9.35.0", |
118 | | - "eslint-config-next": "15.5.3", |
119 | 116 | "postcss": "^8", |
120 | 117 | "tailwindcss": "^4.2.1", |
121 | 118 | "typescript": "^5" |
122 | 119 | }, |
123 | 120 | "pnpm": { |
| 121 | + "onlyBuiltDependencies": [ |
| 122 | + "esbuild", |
| 123 | + "sharp", |
| 124 | + "unrs-resolver" |
| 125 | + ], |
124 | 126 | "peerDependencyRules": { |
125 | 127 | "allowAny": [ |
126 | 128 | "react", |
|
0 commit comments