|
13 | 13 | "db:migrate": "nuxt db migrate" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@ai-sdk/gateway": "^3.0.66", |
17 | | - "@ai-sdk/vue": "^3.0.116", |
18 | | - "@electric-sql/pglite": "^0.3.16", |
| 16 | + "@ai-sdk/gateway": "^3.0.80", |
| 17 | + "@ai-sdk/vue": "^3.0.138", |
| 18 | + "@electric-sql/pglite": "^0.4.2", |
19 | 19 | "@iconify-json/lucide": "^1.2.98", |
20 | | - "@iconify-json/simple-icons": "^1.2.74", |
21 | | - "@nuxt/ui": "^4.5.1", |
| 20 | + "@iconify-json/simple-icons": "^1.2.75", |
| 21 | + "@nuxt/ui": "^4.6.0", |
22 | 22 | "@nuxthub/core": "^0.10.7", |
23 | 23 | "@nuxtjs/mdc": "^0.20.2", |
24 | 24 | "@octokit/auth-app": "^8.2.0", |
25 | | - "@tiptap/core": "^3.20.2", |
26 | | - "@tiptap/extension-details": "^3.20.2", |
27 | | - "@tiptap/extension-emoji": "^3.20.2", |
28 | | - "@tiptap/extension-list": "^3.20.2", |
29 | | - "@tiptap/extension-mention": "^3.20.2", |
30 | | - "@tiptap/extension-table": "^3.20.2", |
31 | | - "@tiptap/pm": "^3.20.2", |
32 | | - "@tiptap/vue-3": "^3.20.2", |
| 25 | + "@tiptap/core": "^3.20.5", |
| 26 | + "@tiptap/extension-details": "^3.20.5", |
| 27 | + "@tiptap/extension-emoji": "^3.20.5", |
| 28 | + "@tiptap/extension-list": "^3.20.5", |
| 29 | + "@tiptap/extension-mention": "^3.20.5", |
| 30 | + "@tiptap/extension-table": "^3.20.5", |
| 31 | + "@tiptap/pm": "^3.20.5", |
| 32 | + "@tiptap/vue-3": "^3.20.5", |
33 | 33 | "@vercel/analytics": "^2.0.1", |
34 | 34 | "@vite-pwa/nuxt": "1.1.1", |
35 | 35 | "@vueuse/core": "^14.2.1", |
36 | 36 | "@vueuse/nuxt": "^14.2.1", |
37 | | - "ai": "^6.0.116", |
38 | | - "drizzle-kit": "^0.31.9", |
| 37 | + "ai": "^6.0.138", |
| 38 | + "drizzle-kit": "^0.31.10", |
39 | 39 | "drizzle-orm": "^0.45.1", |
40 | 40 | "nuxt": "^4.4.2", |
41 | 41 | "nuxt-auth-utils": "^0.5.29", |
42 | 42 | "octokit": "^5.0.5", |
43 | 43 | "postgres": "^3.4.8", |
44 | 44 | "shiki": "^4.0.2", |
45 | | - "tailwindcss": "^4.2.1", |
46 | | - "tiptap-extension-code-block-shiki": "^1.0.0", |
| 45 | + "tailwindcss": "^4.2.2", |
| 46 | + "tiptap-extension-code-block-shiki": "^1.1.0", |
47 | 47 | "workflow": "4.0.1-beta.50", |
48 | 48 | "zod": "^4.3.6" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | 51 | "@nuxt/eslint": "^1.15.2", |
52 | 52 | "@types/node": "^25.5.0", |
53 | | - "eslint": "^10.0.3", |
| 53 | + "eslint": "^10.1.0", |
54 | 54 | "typescript": "^5.9.3", |
55 | | - "vue-tsc": "^3.2.5" |
| 55 | + "vue-tsc": "^3.2.6" |
56 | 56 | }, |
57 | 57 | "resolutions": { |
58 | 58 | "nitropack": "^2.13.0" |
59 | 59 | }, |
60 | | - "packageManager": "pnpm@10.32.1" |
| 60 | + "packageManager": "pnpm@10.33.0" |
61 | 61 | } |
0 commit comments