Skip to content

Commit bbd58f4

Browse files
chore(deps): update all non-major dependencies (#6370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92cfda0 commit bbd58f4

5 files changed

Lines changed: 441 additions & 428 deletions

File tree

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/anthropic": "^3.0.69",
13-
"@ai-sdk/gateway": "^3.0.98",
12+
"@ai-sdk/anthropic": "^3.0.71",
13+
"@ai-sdk/gateway": "^3.0.104",
1414
"@ai-sdk/mcp": "^1.0.36",
15-
"@ai-sdk/vue": "^3.0.161",
15+
"@ai-sdk/vue": "^3.0.168",
1616
"@comark/vue": "^0.2.1",
1717
"@iconify-json/logos": "^1.2.11",
1818
"@iconify-json/lucide": "^1.2.102",
19-
"@iconify-json/simple-icons": "^1.2.78",
19+
"@iconify-json/simple-icons": "^1.2.79",
2020
"@iconify-json/vscode-icons": "^1.2.45",
2121
"@nuxt/a11y": "1.0.0-alpha.1",
2222
"@nuxt/content": "^3.13.0",
@@ -33,7 +33,7 @@
3333
"@vercel/speed-insights": "^2.0.0",
3434
"@vueuse/integrations": "^14.2.1",
3535
"@vueuse/nuxt": "^14.2.1",
36-
"ai": "^6.0.161",
36+
"ai": "^6.0.168",
3737
"better-sqlite3": "^12.9.0",
3838
"capture-website": "^5.1.0",
3939
"fflate": "^0.8.2",
@@ -57,7 +57,7 @@
5757
"ufo": "^1.6.3",
5858
"unist-util-visit": "^5.1.0",
5959
"valibot": "^1.3.1",
60-
"vue-component-meta": "^3.2.6",
60+
"vue-component-meta": "^3.2.7",
6161
"yup": "^1.7.1",
6262
"zod": "^4.3.6"
6363
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"@tailwindcss/postcss": "^4.2.2",
141141
"@tailwindcss/vite": "^4.2.2",
142142
"@tanstack/vue-table": "^8.21.3",
143-
"@tanstack/vue-virtual": "^3.13.23",
143+
"@tanstack/vue-virtual": "^3.13.24",
144144
"@tiptap/core": "^3.22.3",
145145
"@tiptap/extension-bubble-menu": "^3.22.3",
146146
"@tiptap/extension-code": "^3.22.3",
@@ -201,9 +201,9 @@
201201
"@tanstack/table-core": "^8.21.3",
202202
"@vitejs/plugin-vue": "^6.0.5",
203203
"@vue/test-utils": "^2.4.6",
204-
"ai": "^6.0.161",
204+
"ai": "^6.0.168",
205205
"embla-carousel": "^8.6.0",
206-
"eslint": "^10.2.0",
206+
"eslint": "^10.2.1",
207207
"happy-dom": "^20.9.0",
208208
"nuxt": "^4.4.2",
209209
"release-it": "^19.2.4",

playgrounds/nuxt/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/anthropic": "^3.0.69",
13-
"@ai-sdk/gateway": "^3.0.98",
14-
"@ai-sdk/vue": "^3.0.161",
12+
"@ai-sdk/anthropic": "^3.0.71",
13+
"@ai-sdk/gateway": "^3.0.104",
14+
"@ai-sdk/vue": "^3.0.168",
1515
"@comark/vue": "^0.2.1",
1616
"@iconify-json/lucide": "^1.2.102",
17-
"@iconify-json/simple-icons": "^1.2.78",
17+
"@iconify-json/simple-icons": "^1.2.79",
1818
"@internationalized/date": "^3.12.1",
1919
"@nuxt/content": "^3.13.0",
2020
"@nuxt/ui": "workspace:*",
2121
"@tiptap/extension-emoji": "^3.22.3",
2222
"@tiptap/extension-text-align": "^3.22.3",
23-
"ai": "^6.0.161",
23+
"ai": "^6.0.168",
2424
"nuxt": "^4.4.2",
2525
"tailwindcss": "^4.2.2",
2626
"zod": "^4.3.6"
2727
},
2828
"devDependencies": {
29-
"typescript": "^6.0.2",
29+
"typescript": "^6.0.3",
3030
"vue-tsc": "^3.2.6"
3131
}
3232
}

playgrounds/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@vitejs/plugin-vue": "^6.0.5",
23-
"typescript": "^6.0.2",
23+
"typescript": "^6.0.3",
2424
"vite": "^7.3.1",
2525
"vue-tsc": "^3.2.6"
2626
}

0 commit comments

Comments
 (0)