Skip to content

Commit 30c4436

Browse files
chore(deps): update all non-major dependencies (#71)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
1 parent c6bfee2 commit 30c4436

3 files changed

Lines changed: 1035 additions & 857 deletions

File tree

app/app.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ export default defineAppConfig({
4343
},
4444
prose: {
4545
pre: {
46-
base: 'text-xs/5 max-h-122 overflow-y-auto'
46+
slots: {
47+
base: 'text-xs/5 max-h-122 overflow-y-auto'
48+
}
4749
}
4850
},
4951
inputMenu: {

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,48 +13,48 @@
1313
"db:migrate": "nuxt db migrate"
1414
},
1515
"dependencies": {
16-
"@ai-sdk/gateway": "^3.0.139",
17-
"@ai-sdk/vue": "^3.0.214",
18-
"@comark/nuxt": "^0.4.0",
19-
"@electric-sql/pglite": "^0.5.3",
20-
"@iconify-json/lucide": "^1.2.114",
21-
"@iconify-json/simple-icons": "^1.2.87",
22-
"@nuxt/ui": "^4.9.0",
23-
"@nuxthub/core": "^0.10.7",
16+
"@ai-sdk/gateway": "^3.0.151",
17+
"@ai-sdk/vue": "^3.0.228",
18+
"@comark/nuxt": "^0.5.1",
19+
"@electric-sql/pglite": "^0.5.4",
20+
"@iconify-json/lucide": "^1.2.117",
21+
"@iconify-json/simple-icons": "^1.2.90",
22+
"@nuxt/ui": "^4.10.0",
23+
"@nuxthub/core": "^0.10.8",
2424
"@octokit/auth-app": "^8.2.0",
25-
"@shikijs/langs": "^4.3.0",
26-
"@tiptap/core": "^3.27.1",
27-
"@tiptap/extension-details": "^3.27.1",
28-
"@tiptap/extension-emoji": "^3.27.1",
29-
"@tiptap/extension-list": "^3.27.1",
30-
"@tiptap/extension-mention": "^3.27.1",
31-
"@tiptap/extension-table": "^3.27.1",
32-
"@tiptap/pm": "^3.27.1",
33-
"@tiptap/vue-3": "^3.27.1",
25+
"@shikijs/langs": "^4.3.1",
26+
"@tiptap/core": "^3.28.0",
27+
"@tiptap/extension-details": "^3.28.0",
28+
"@tiptap/extension-emoji": "^3.28.0",
29+
"@tiptap/extension-list": "^3.28.0",
30+
"@tiptap/extension-mention": "^3.28.0",
31+
"@tiptap/extension-table": "^3.28.0",
32+
"@tiptap/pm": "^3.28.0",
33+
"@tiptap/vue-3": "^3.28.0",
3434
"@vercel/analytics": "^2.0.1",
3535
"@vite-pwa/nuxt": "1.1.1",
3636
"@vueuse/core": "^14.3.0",
3737
"@vueuse/nuxt": "^14.3.0",
38-
"ai": "^6.0.214",
38+
"ai": "^6.0.228",
3939
"drizzle-kit": "^0.31.10",
4040
"drizzle-orm": "^0.45.2",
4141
"nuxt": "^4.4.8",
4242
"nuxt-auth-utils": "^0.5.29",
4343
"nuxt-charts": "^2.1.4",
4444
"octokit": "^5.0.5",
4545
"postgres": "^3.4.9",
46-
"shiki": "^4.3.0",
47-
"tailwindcss": "^4.3.1",
46+
"shiki": "^4.3.1",
47+
"tailwindcss": "^4.3.2",
4848
"tiptap-extension-code-block-shiki": "^1.2.0",
49-
"workflow": "4.5.0",
49+
"workflow": "4.6.0",
5050
"zod": "^4.4.3"
5151
},
5252
"devDependencies": {
5353
"@nuxt/eslint": "^1.16.0",
54-
"@types/node": "^25.9.4",
55-
"eslint": "^10.6.0",
54+
"@types/node": "^25.9.5",
55+
"eslint": "^10.7.0",
5656
"typescript": "^6.0.3",
57-
"vue-tsc": "^3.3.5"
57+
"vue-tsc": "^3.3.7"
5858
},
59-
"packageManager": "pnpm@11.9.0"
59+
"packageManager": "pnpm@11.13.1"
6060
}

0 commit comments

Comments
 (0)