|
19 | 19 | "release:major": "standard-version --release-as major" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@anthropic-ai/sdk": "^0.39.0", |
23 | | - "@google/genai": "^0.9.0", |
24 | | - "@lancedb/lancedb": "^0.18.2", |
| 22 | + "@anthropic-ai/sdk": "^0.40.1", |
| 23 | + "@google/genai": "^0.12.0", |
| 24 | + "@lancedb/lancedb": "^0.19.0", |
25 | 25 | "@libsql/client": "^0.15.4", |
26 | | - "@libsql/darwin-arm64": "^0.5.6", |
27 | | - "@libsql/linux-arm64-gnu": "^0.5.6", |
| 26 | + "@libsql/darwin-arm64": "^0.5.8", |
| 27 | + "@libsql/linux-arm64-gnu": "^0.5.8", |
28 | 28 | "@nuxt/eslint": "1.3.0", |
29 | | - "@nuxt/fonts": "0.11.0", |
30 | | - "@nuxt/icon": "1.11.0", |
31 | | - "@nuxtjs/mdc": "0.16.1", |
32 | | - "@pinia/nuxt": "^0.10.1", |
33 | | - "@tailwindcss/vite": "^4.1.4", |
| 29 | + "@nuxt/fonts": "0.11.2", |
| 30 | + "@nuxt/icon": "1.12.0", |
| 31 | + "@nuxtjs/mdc": "0.17.0", |
| 32 | + "@pinia/nuxt": "^0.11.0", |
| 33 | + "@tailwindcss/vite": "^4.1.5", |
34 | 34 | "@vueuse/core": "^13.1.0", |
35 | 35 | "@vueuse/nuxt": "^13.1.0", |
36 | 36 | "better-auth": "^1.2.7", |
37 | 37 | "canvas-confetti": "^1.9.3", |
38 | 38 | "dexie": "^4.0.11", |
39 | 39 | "dotenv": "^16.5.0", |
40 | | - "drizzle-orm": "^0.41.0", |
41 | | - "eslint": "^9.24.0", |
| 40 | + "drizzle-orm": "^0.43.1", |
| 41 | + "esbuild": "0.25.3", |
| 42 | + "eslint": "^9.26.0", |
42 | 43 | "fuzzysort": "^3.1.0", |
43 | 44 | "hast-util-to-jsx-runtime": "^2.3.6", |
44 | 45 | "highlight.js": "^11.11.1", |
45 | | - "lowlight": "^3.3.0", |
46 | | - "nuxt": "^3.16.2", |
47 | | - "openai": "^4.95.0", |
| 46 | + "nuxt": "^3.17.1", |
| 47 | + "openai": "^4.97.0", |
48 | 48 | "pdfreader": "^3.0.7", |
49 | 49 | "pinia": "^3.0.2", |
50 | 50 | "pinia-plugin-persistedstate": "^4.2.0", |
51 | 51 | "pino": "^9.6.0", |
52 | | - "rehype-highlight": "^7.0.2", |
53 | 52 | "rehype-katex": "^7.0.1", |
54 | 53 | "rehype-parse": "^9.0.1", |
55 | 54 | "remark-gfm": "^4.0.1", |
56 | 55 | "remark-math": "^6.0.0", |
57 | | - "shiki": "^3.2.2", |
58 | | - "tailwindcss": "^4.1.4", |
| 56 | + "tailwindcss": "^4.1.5", |
59 | 57 | "typescript": "^5.8.3", |
60 | 58 | "uuid": "^11.1.0", |
61 | 59 | "vue": "^3.5.13", |
62 | | - "vue-router": "^4.5.0" |
| 60 | + "vue-router": "^4.5.1" |
63 | 61 | }, |
64 | 62 | "packageManager": "pnpm@10.10.0", |
65 | 63 | "devDependencies": { |
66 | | - "@iconify-json/lucide": "^1.2.37", |
67 | | - "@nuxtjs/tailwindcss": "6.13.2", |
68 | | - "drizzle-kit": "^0.30.6", |
| 64 | + "@iconify-json/lucide": "^1.2.39", |
| 65 | + "@nuxtjs/tailwindcss": "6.14.0", |
| 66 | + "drizzle-kit": "^0.31.1", |
69 | 67 | "pino-pretty": "^13.0.0", |
70 | 68 | "standard-version": "^9.5.0", |
71 | | - "tsx": "^4.19.3" |
| 69 | + "tsx": "^4.19.4" |
72 | 70 | } |
73 | 71 | } |
0 commit comments