Skip to content

Commit 7532538

Browse files
committed
chore: update deps
1 parent ef5de0d commit 7532538

File tree

4 files changed

+300
-830
lines changed

4 files changed

+300
-830
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@iconify-json/heroicons": "^1.2.1",
1414
"@iconify-json/logos": "^1.2.3",
15-
"@iconify-json/lucide": "^1.2.11",
15+
"@iconify-json/lucide": "^1.2.14",
1616
"@iconify-json/ph": "^1.2.1",
1717
"@iconify-json/simple-icons": "^1.2.11",
1818
"@iconify-json/vscode-icons": "^1.2.2",
@@ -30,7 +30,7 @@
3030
"@vueuse/nuxt": "^11.2.0",
3131
"feed": "^4.2.2",
3232
"medium-zoom": "^1.1.0",
33-
"nuxt": "^3.14.0",
33+
"nuxt": "^3.14.159",
3434
"nuxt-cloudflare-analytics": "^1.0.8",
3535
"nuxt-og-image": "^3.0.8"
3636
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"test:watch": "vitest watch"
3939
},
4040
"dependencies": {
41-
"@cloudflare/workers-types": "^4.20241022.0",
41+
"@cloudflare/workers-types": "^4.20241112.0",
4242
"@nuxt/devtools-kit": "^1.6.0",
43-
"@nuxt/kit": "^3.14.0",
44-
"@uploadthing/mime-types": "^0.3.1",
43+
"@nuxt/kit": "^3.14.159",
44+
"@uploadthing/mime-types": "^0.3.2",
4545
"citty": "^0.1.6",
4646
"confbox": "^0.1.8",
4747
"defu": "^6.1.4",
@@ -52,7 +52,7 @@
5252
"ofetch": "^1.4.1",
5353
"pathe": "^1.1.2",
5454
"pkg-types": "^1.2.1",
55-
"std-env": "^3.7.0",
55+
"std-env": "^3.8.0",
5656
"ufo": "^1.5.4",
5757
"uncrypto": "^0.1.3",
5858
"unstorage": "^1.13.1",
@@ -62,16 +62,16 @@
6262
"@nuxt/devtools": "^1.6.0",
6363
"@nuxt/eslint-config": "^0.6.1",
6464
"@nuxt/module-builder": "^0.8.4",
65-
"@nuxt/schema": "^3.14.0",
65+
"@nuxt/schema": "^3.14.159",
6666
"@nuxt/test-utils": "^3.14.4",
6767
"@nuxthub/core": "link:",
6868
"@types/node": "^22.9.0",
6969
"changelogen": "^0.5.7",
7070
"eslint": "^9.14.0",
71-
"nuxt": "^3.14.0",
71+
"nuxt": "^3.14.159",
7272
"typescript": "^5.6.3",
7373
"vitest": "^2.1.4",
74-
"wrangler": "^3.84.1"
74+
"wrangler": "^3.86.1"
7575
},
7676
"packageManager": "pnpm@9.12.3"
7777
}

playground/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"preview": "nuxi preview"
99
},
1010
"dependencies": {
11-
"@ai-sdk/vue": "^0.0.55",
11+
"@ai-sdk/vue": "^0.0.59",
1212
"@cloudflare/puppeteer": "^0.0.14",
13-
"@iconify-json/simple-icons": "^1.2.9",
13+
"@iconify-json/simple-icons": "^1.2.11",
1414
"@kgierke/nuxt-basic-auth": "^1.7.0",
15-
"@nuxt/ui": "^2.18.7",
15+
"@nuxt/ui": "^2.19.2",
1616
"@nuxthub/core": "latest",
1717
"@nuxtjs/mdc": "^0.9.2",
18-
"ai": "^3.4.18",
18+
"ai": "^3.4.33",
1919
"aws4fetch": "^1.0.20",
20-
"drizzle-orm": "^0.35.3",
21-
"nuxt": "^3.13.2",
22-
"postgres": "^3.4.4",
23-
"puppeteer": "^23.6.0",
20+
"drizzle-orm": "^0.36.1",
21+
"nuxt": "^3.14.159",
22+
"postgres": "^3.4.5",
23+
"puppeteer": "^23.7.1",
2424
"zod": "^3.23.8"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)