Skip to content

Commit 9bff98d

Browse files
committedMar 28, 2025··
chore: update deps
1 parent 67113db commit 9bff98d

File tree

5 files changed

+2323
-3378
lines changed

5 files changed

+2323
-3378
lines changed
 

Diff for: ‎docs/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@
1212
"dependencies": {
1313
"@iconify-json/heroicons": "^1.2.2",
1414
"@iconify-json/logos": "^1.2.4",
15-
"@iconify-json/lucide": "^1.2.28",
15+
"@iconify-json/lucide": "^1.2.33",
1616
"@iconify-json/ph": "^1.2.2",
17-
"@iconify-json/simple-icons": "^1.2.27",
18-
"@iconify-json/vscode-icons": "^1.2.16",
19-
"@nuxt/content": "^3.2.2",
20-
"@nuxt/fonts": "^0.10.3",
21-
"@nuxt/image": "^1.9.0",
22-
"@nuxt/scripts": "^0.10.5",
23-
"@nuxt/ui": "3.0.0-beta.2",
24-
"@nuxt/ui-pro": "3.0.0-beta.2",
17+
"@iconify-json/simple-icons": "^1.2.29",
18+
"@iconify-json/vscode-icons": "^1.2.17",
19+
"@nuxt/content": "^3.4.0",
20+
"@nuxt/fonts": "^0.11.0",
21+
"@nuxt/image": "^1.10.0",
22+
"@nuxt/scripts": "^0.11.5",
23+
"@nuxt/ui": "3.0.2",
24+
"@nuxt/ui-pro": "3.0.2",
2525
"@nuxtjs/plausible": "^1.2.0",
2626
"@rollup/plugin-yaml": "^4.1.2",
2727
"@tsparticles/engine": "^3.8.1",
2828
"@tsparticles/slim": "^3.8.1",
29-
"@vueuse/core": "^12.7.0",
30-
"@vueuse/nuxt": "^12.7.0",
29+
"@vueuse/core": "^13.0.0",
30+
"@vueuse/nuxt": "^13.0.0",
3131
"feed": "^4.2.2",
3232
"medium-zoom": "^1.1.0",
33-
"nuxt": "^3.15.4",
33+
"nuxt": "^3.16.1",
3434
"nuxt-cloudflare-analytics": "^1.0.8",
35-
"nuxt-llms": "^0.1.0",
36-
"nuxt-og-image": "^4.1.6"
35+
"nuxt-llms": "^0.1.2",
36+
"nuxt-og-image": "^5.1.1"
3737
}
3838
}

Diff for: ‎package.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,21 @@
3535
"lint": "eslint .",
3636
"lint:fix": "eslint . --fix",
3737
"test": "vitest run --test-timeout=60000",
38-
"test:watch": "vitest watch"
38+
"test:watch": "vitest watch",
39+
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
3940
},
4041
"dependencies": {
41-
"@cloudflare/workers-types": "^4.20250303.0",
42-
"@nuxt/devtools-kit": "^2.1.3",
43-
"@nuxt/kit": "^3.15.4",
42+
"@cloudflare/workers-types": "^4.20250327.0",
43+
"@nuxt/devtools-kit": "^2.3.2",
44+
"@nuxt/kit": "^3.16.1",
4445
"@uploadthing/mime-types": "^0.3.4",
4546
"citty": "^0.1.6",
4647
"confbox": "^0.2.1",
4748
"defu": "^6.1.4",
4849
"destr": "^2.0.3",
4950
"h3": "^1.15.1",
5051
"mime": "^4.0.6",
51-
"nitro-cloudflare-dev": "^0.2.1",
52+
"nitro-cloudflare-dev": "^0.2.2",
5253
"ofetch": "^1.4.1",
5354
"pathe": "^2.0.3",
5455
"pkg-types": "^2.1.0",
@@ -59,24 +60,24 @@
5960
"zod": "^3.24.2"
6061
},
6162
"devDependencies": {
62-
"@nuxt/devtools": "^2.1.3",
63-
"@nuxt/eslint-config": "^1.1.0",
63+
"@nuxt/devtools": "^2.3.2",
64+
"@nuxt/eslint-config": "^1.2.0",
6465
"@nuxt/module-builder": "^0.8.4",
65-
"@nuxt/schema": "^3.15.4",
66-
"@nuxt/test-utils": "^3.17.1",
66+
"@nuxt/schema": "^3.16.1",
67+
"@nuxt/test-utils": "^3.17.2",
6768
"@nuxthub/core": "link:",
68-
"@types/node": "^22.13.9",
69+
"@types/node": "^22.13.14",
6970
"changelogen": "^0.6.1",
70-
"eslint": "^9.21.0",
71-
"nuxt": "^3.15.4",
71+
"eslint": "^9.23.0",
72+
"nuxt": "^3.16.1",
7273
"typescript": "5.6.3",
73-
"vitest": "^3.0.7",
74-
"wrangler": "^3.112.0"
74+
"vitest": "^3.0.9",
75+
"wrangler": "^4.6.0"
7576
},
7677
"resolutions": {
7778
"h3": "^1.14.0"
7879
},
79-
"packageManager": "pnpm@10.5.2",
80+
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
8081
"pnpm": {
8182
"onlyBuiltDependencies": [
8283
"@parcel/watcher",

Diff for: ‎playground/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
"preview": "nuxi preview"
99
},
1010
"dependencies": {
11-
"@ai-sdk/vue": "^1.1.19",
12-
"@cloudflare/puppeteer": "^0.0.14",
13-
"@iconify-json/simple-icons": "^1.2.27",
11+
"@ai-sdk/vue": "^1.2.2",
12+
"@cloudflare/puppeteer": "^0.0.15",
13+
"@iconify-json/simple-icons": "^1.2.29",
1414
"@kgierke/nuxt-basic-auth": "^1.7.0",
15-
"@nuxt/ui": "3.0.0-beta.2",
15+
"@nuxt/ui": "3.0.2",
1616
"@nuxthub/core": "latest",
17-
"@nuxtjs/mdc": "^0.14.0",
18-
"@vueuse/core": "^12.7.0",
19-
"@vueuse/nuxt": "^12.7.0",
20-
"ai": "^4.1.50",
17+
"@nuxtjs/mdc": "^0.16.1",
18+
"@vueuse/core": "^13.0.0",
19+
"@vueuse/nuxt": "^13.0.0",
20+
"ai": "^4.2.8",
2121
"aws4fetch": "^1.0.20",
22-
"drizzle-orm": "^0.40.0",
23-
"nuxt": "^3.15.4",
24-
"nuxt-auth-utils": "^0.5.16",
22+
"drizzle-orm": "^0.41.0",
23+
"nuxt": "^3.16.1",
24+
"nuxt-auth-utils": "^0.5.17",
2525
"postgres": "^3.4.5",
26-
"puppeteer": "^24.3.1",
27-
"tailwindcss": "^4.0.9",
28-
"workers-ai-provider": "^0.1.1",
26+
"puppeteer": "^24.4.0",
27+
"tailwindcss": "^4.0.17",
28+
"workers-ai-provider": "^0.2.1",
2929
"zod": "^3.24.2"
3030
},
3131
"devDependencies": {

Diff for: ‎pnpm-lock.yaml

+2,273-3,334
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎tsconfig.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"extends": "./.nuxt/tsconfig.json"
2+
"extends": "./.nuxt/tsconfig.json",
3+
"exclude": [
4+
"dist",
5+
"node_modules",
6+
"playground",
7+
]
38
}

0 commit comments

Comments
 (0)
Please sign in to comment.