Skip to content

Commit bfa32bb

Browse files
committed
chore(deps): upgrade dependencies
1 parent 988a38b commit bfa32bb

File tree

4 files changed

+2702
-1284
lines changed

4 files changed

+2702
-1284
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"@iconify-json/heroicons": "^1.2.2",
1414
"@iconify-json/logos": "^1.2.4",
15-
"@iconify-json/lucide": "^1.2.35",
15+
"@iconify-json/lucide": "^1.2.38",
1616
"@iconify-json/ph": "^1.2.2",
17-
"@iconify-json/simple-icons": "^1.2.31",
18-
"@iconify-json/vscode-icons": "^1.2.18",
17+
"@iconify-json/simple-icons": "^1.2.33",
18+
"@iconify-json/vscode-icons": "^1.2.19",
1919
"@nuxt/content": "^3.4.0",
2020
"@nuxt/fonts": "^0.11.1",
2121
"@nuxt/image": "^1.10.0",
22-
"@nuxt/scripts": "^0.11.5",
22+
"@nuxt/scripts": "^0.11.6",
2323
"@nuxt/ui": "3.0.2",
2424
"@nuxt/ui-pro": "3.0.2",
2525
"@nuxtjs/plausible": "^1.2.0",
@@ -33,6 +33,6 @@
3333
"nuxt": "^3.16.2",
3434
"nuxt-cloudflare-analytics": "^1.0.8",
3535
"nuxt-llms": "^0.1.2",
36-
"nuxt-og-image": "^5.1.1"
36+
"nuxt-og-image": "^5.1.2"
3737
}
3838
}

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
5151
},
5252
"dependencies": {
53-
"@cloudflare/workers-types": "^4.20250409.0",
54-
"@nuxt/devtools-kit": "^2.3.2",
53+
"@cloudflare/workers-types": "^4.20250422.0",
54+
"@nuxt/devtools-kit": "^2.4.0",
5555
"@nuxt/kit": "^3.16.2",
5656
"@uploadthing/mime-types": "^0.3.4",
5757
"citty": "^0.1.6",
@@ -68,25 +68,25 @@
6868
"ufo": "^1.6.1",
6969
"uncrypto": "^0.1.3",
7070
"unstorage": "^1.15.0",
71-
"zod": "^3.24.2"
71+
"zod": "^3.24.3"
7272
},
7373
"devDependencies": {
74-
"@nuxt/devtools": "^2.3.2",
74+
"@nuxt/devtools": "^2.4.0",
7575
"@nuxt/eslint-config": "^1.3.0",
7676
"@nuxt/module-builder": "^1.0.1",
7777
"@nuxt/schema": "^3.16.2",
7878
"@nuxt/test-utils": "^3.17.2",
7979
"@nuxthub/core": "link:",
80-
"@types/node": "^22.14.0",
80+
"@types/node": "^22.14.1",
8181
"changelogen": "^0.6.1",
82-
"eslint": "^9.24.0",
82+
"eslint": "^9.25.1",
8383
"nuxt": "^3.16.2",
8484
"typescript": "~5.8.3",
85-
"vitest": "^3.1.1",
86-
"vue-tsc": "^2.2.8",
87-
"wrangler": "^4.9.1"
85+
"vitest": "^3.1.2",
86+
"vue-tsc": "^2.2.10",
87+
"wrangler": "^4.12.1"
8888
},
89-
"packageManager": "pnpm@10.8.0",
89+
"packageManager": "pnpm@10.9.0",
9090
"pnpm": {
9191
"onlyBuiltDependencies": [
9292
"@parcel/watcher",
@@ -95,6 +95,7 @@
9595
"esbuild",
9696
"puppeteer",
9797
"sharp",
98+
"unrs-resolver",
9899
"vue-demi",
99100
"workerd"
100101
]

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vueuse/nuxt": "^13.1.0",
2121
"ai": "^4.3.4",
2222
"aws4fetch": "^1.0.20",
23-
"drizzle-orm": "^0.41.0",
23+
"drizzle-orm": "^0.42.0",
2424
"nuxt": "^3.16.2",
2525
"nuxt-auth-utils": "^0.5.19",
2626
"postgres": "^3.4.5",

0 commit comments

Comments
 (0)