Skip to content

Commit 07cf4d4

Browse files
committed
chore: update deps
1 parent 48186f7 commit 07cf4d4

File tree

4 files changed

+2181
-1005
lines changed

4 files changed

+2181
-1005
lines changed

docs/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"preview": "nuxi preview"
1111
},
1212
"dependencies": {
13-
"@iconify-json/heroicons": "^1.1.23",
14-
"@iconify-json/ph": "^1.1.13",
15-
"@iconify-json/simple-icons": "^1.1.111",
13+
"@iconify-json/heroicons": "^1.1.24",
14+
"@iconify-json/ph": "^1.1.14",
15+
"@iconify-json/simple-icons": "^1.1.114",
1616
"@nuxt/content": "^2.13.2",
17-
"@nuxt/fonts": "^0.7.1",
17+
"@nuxt/fonts": "^0.7.2",
1818
"@nuxt/image": "^1.7.0",
19-
"@nuxt/ui-pro": "^1.4.0",
19+
"@nuxt/ui-pro": "^1.4.1",
2020
"@nuxthq/studio": "^2.0.3",
21-
"@nuxtjs/plausible": "^1.0.0",
21+
"@nuxtjs/plausible": "^1.0.2",
2222
"@nuxtjs/tailwindcss": "^6.12.1",
23-
"@vueuse/core": "^10.11.0",
24-
"@vueuse/nuxt": "^10.11.0",
23+
"@vueuse/core": "^11.0.3",
24+
"@vueuse/nuxt": "^11.0.3",
2525
"feed": "^4.2.2",
2626
"medium-zoom": "^1.1.0",
27-
"nuxt": "^3.12.4",
27+
"nuxt": "^3.13.0",
2828
"nuxt-cloudflare-analytics": "^1.0.8",
29-
"nuxt-og-image": "^3.0.0-rc.64",
29+
"nuxt-og-image": "^3.0.0-rc.65",
3030
"three": "^0.167.1",
3131
"three-globe": "^2.31.1"
3232
},

package.json

+12-16
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"test:watch": "vitest watch"
3939
},
4040
"dependencies": {
41-
"@cloudflare/workers-types": "^4.20240806.0",
42-
"@nuxt/devtools-kit": "^1.3.9",
43-
"@nuxt/kit": "^3.12.4",
41+
"@cloudflare/workers-types": "^4.20240821.1",
42+
"@nuxt/devtools-kit": "^1.4.0",
43+
"@nuxt/kit": "^3.13.0",
4444
"@uploadthing/mime-types": "^0.2.10",
4545
"citty": "^0.1.6",
4646
"confbox": "^0.1.7",
@@ -51,30 +51,26 @@
5151
"nitro-cloudflare-dev": "^0.1.6",
5252
"ofetch": "^1.3.4",
5353
"pathe": "^1.1.2",
54-
"pkg-types": "^1.1.3",
54+
"pkg-types": "^1.2.0",
5555
"ufo": "^1.5.4",
5656
"uncrypto": "^0.1.3",
5757
"unstorage": "^1.10.2",
5858
"zod": "^3.23.8"
5959
},
6060
"devDependencies": {
61-
"@nuxt/devtools": "^1.3.9",
62-
"@nuxt/eslint-config": "^0.5.0",
61+
"@nuxt/devtools": "^1.4.0",
62+
"@nuxt/eslint-config": "^0.5.2",
6363
"@nuxt/module-builder": "^0.8.3",
64-
"@nuxt/schema": "^3.12.4",
64+
"@nuxt/schema": "^3.13.0",
6565
"@nuxt/test-utils": "^3.14.1",
6666
"@nuxthub/core": "link:.",
67-
"@types/node": "^22.3.0",
67+
"@types/node": "^22.5.0",
6868
"changelogen": "^0.5.5",
69-
"eslint": "^9.9.0",
70-
"happy-dom": "^14.12.3",
71-
"nuxt": "^3.12.4",
69+
"eslint": "^9.9.1",
70+
"nuxt": "^3.13.0",
7271
"typescript": "^5.5.4",
7372
"vitest": "^2.0.5",
74-
"wrangler": "^3.71.0"
73+
"wrangler": "^3.72.2"
7574
},
76-
"resolutions": {
77-
"@nuxt/ui": "2.18.3"
78-
},
79-
"packageManager": "pnpm@9.7.0"
75+
"packageManager": "pnpm@9.9.0"
8076
}

playground/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"preview": "nuxi preview"
99
},
1010
"dependencies": {
11-
"@iconify-json/simple-icons": "^1.1.111",
11+
"@iconify-json/simple-icons": "^1.1.114",
1212
"@kgierke/nuxt-basic-auth": "^1.6.0",
13-
"@nuxt/ui": "^2.18.3",
13+
"@nuxt/ui": "^2.18.4",
1414
"@nuxthub/core": "latest",
15-
"drizzle-orm": "^0.32.1",
16-
"nuxt": "^3.12.4"
15+
"drizzle-orm": "^0.33.0",
16+
"nuxt": "^3.13.0"
1717
},
1818
"devDependencies": {
1919
"@nuxt/devtools": "latest"

0 commit comments

Comments
 (0)