|
26 | 26 | "update-opencode-version": "node scripts/update-opencode-version.mjs" |
27 | 27 | }, |
28 | 28 | "packageManager": "pnpm@10.20.0", |
| 29 | + "pnpm": { |
| 30 | + "overrides": { |
| 31 | + "@effect/cluster": ">=0.59.0 <0.60.0", |
| 32 | + "@effect/rpc": ">=0.75.1 <0.76.0", |
| 33 | + "@effect/sql": ">=0.51.1 <0.52.0", |
| 34 | + "dompurify": ">=3.4.0 <4.0.0", |
| 35 | + "esbuild": ">=0.28.1 <0.29.0" |
| 36 | + } |
| 37 | + }, |
29 | 38 | "dependencies": { |
30 | | - "@astrojs/node": "10.0.4", |
31 | | - "@astrojs/react": "5.0.2", |
| 39 | + "@astrojs/node": "10.1.4", |
| 40 | + "@astrojs/react": "5.0.7", |
32 | 41 | "@base-ui/react": "^1.2.0", |
33 | | - "@effect/platform": "^0.94.5", |
34 | | - "@effect/platform-node": "^0.104.1", |
| 42 | + "@effect/cluster": "^0.59.0", |
| 43 | + "@effect/experimental": "^0.60.0", |
| 44 | + "@effect/platform": "^0.96.1", |
| 45 | + "@effect/platform-node": "^0.107.0", |
| 46 | + "@effect/rpc": "^0.75.1", |
| 47 | + "@effect/sql": "^0.51.1", |
| 48 | + "@effect/workflow": "^0.18.2", |
35 | 49 | "@fontsource-variable/inter": "^5.2.8", |
36 | 50 | "@monaco-editor/react": "^4.7.0", |
37 | 51 | "@opencode-ai/sdk": "^1.14.31", |
|
40 | 54 | "@tailwindcss/vite": "^4.2.0", |
41 | 55 | "ai": "^6.0.97", |
42 | 56 | "argon2": "^0.44.0", |
43 | | - "astro": "6.1.1", |
| 57 | + "astro": "6.4.6", |
44 | 58 | "better-sqlite3": "^12.6.2", |
45 | 59 | "class-variance-authority": "^0.7.1", |
46 | 60 | "clsx": "^2.1.1", |
47 | 61 | "cmdk": "^1.1.1", |
48 | | - "drizzle-orm": "^0.45.1", |
49 | | - "effect": "^3.19.18", |
| 62 | + "drizzle-orm": "^0.45.2", |
| 63 | + "effect": "^3.21.3", |
50 | 64 | "highlight.js": "^11.11.1", |
51 | 65 | "lucide-react": "^0.561.0", |
52 | 66 | "motion": "^12.34.3", |
|
0 commit comments