Skip to content

Commit 5b30feb

Browse files
committed
chore: update deps
1 parent 6705b8b commit 5b30feb

File tree

4 files changed

+931
-1048
lines changed

4 files changed

+931
-1048
lines changed

docs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@iconify-json/heroicons": "^1.1.21",
1313
"@iconify-json/ph": "^1.1.13",
14-
"@iconify-json/simple-icons": "^1.1.106",
15-
"@nuxt/content": "^2.12.1",
16-
"@nuxt/fonts": "^0.7.0",
14+
"@iconify-json/simple-icons": "^1.1.107",
15+
"@nuxt/content": "^2.13.0",
16+
"@nuxt/fonts": "^0.7.1",
1717
"@nuxt/image": "^1.7.0",
18-
"@nuxt/ui-pro": "^1.3.0",
19-
"@nuxthq/studio": "^2.0.0",
18+
"@nuxt/ui-pro": "^1.3.1",
19+
"@nuxthq/studio": "^2.0.2",
2020
"@nuxtjs/plausible": "^1.0.0",
2121
"@nuxtjs/tailwindcss": "^6.12.0",
2222
"@vueuse/core": "^10.11.0",
@@ -26,6 +26,6 @@
2626
"nuxt-cloudflare-analytics": "^1.0.8",
2727
"nuxt-og-image": "^3.0.0-rc.53",
2828
"three": "^0.165.0",
29-
"three-globe": "^2.31.0"
29+
"three-globe": "^2.31.1"
3030
}
3131
}

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"test:watch": "vitest watch"
3939
},
4040
"dependencies": {
41-
"@cloudflare/workers-types": "^4.20240614.0",
42-
"@nuxt/devtools-kit": "^1.3.3",
41+
"@cloudflare/workers-types": "^4.20240620.0",
42+
"@nuxt/devtools-kit": "^1.3.7",
4343
"@nuxt/kit": "^3.12.2",
4444
"@uploadthing/mime-types": "^0.2.10",
4545
"citty": "^0.1.6",
4646
"confbox": "^0.1.7",
4747
"defu": "^6.1.4",
4848
"destr": "^2.0.3",
49-
"h3": "^1.11.1",
49+
"h3": "^1.12.0",
5050
"mime": "^4.0.3",
5151
"nitro-cloudflare-dev": "^0.1.4",
5252
"ofetch": "^1.3.4",
@@ -58,20 +58,20 @@
5858
"zod": "^3.23.8"
5959
},
6060
"devDependencies": {
61-
"@nuxt/devtools": "^1.3.3",
61+
"@nuxt/devtools": "^1.3.7",
6262
"@nuxt/eslint-config": "^0.3.13",
63-
"@nuxt/module-builder": "^0.7.1",
63+
"@nuxt/module-builder": "^0.8.0",
6464
"@nuxt/schema": "^3.12.2",
6565
"@nuxt/test-utils": "^3.13.1",
6666
"@nuxthub/core": "link:.",
67-
"@types/node": "^20.14.2",
67+
"@types/node": "^20.14.9",
6868
"changelogen": "^0.5.5",
6969
"eslint": "^9.5.0",
70-
"happy-dom": "^14.12.0",
70+
"happy-dom": "^14.12.3",
7171
"nuxt": "^3.12.2",
72-
"typescript": "^5.4.5",
72+
"typescript": "^5.5.2",
7373
"vitest": "^1.6.0",
74-
"wrangler": "^3.60.3"
74+
"wrangler": "^3.62.0"
7575
},
7676
"resolutions": {
7777
"@nuxt/ui": "2.15.2"

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "nuxi preview"
99
},
1010
"dependencies": {
11-
"@iconify-json/simple-icons": "^1.1.106",
11+
"@iconify-json/simple-icons": "^1.1.107",
1212
"@kgierke/nuxt-basic-auth": "^1.6.0",
1313
"@nuxt/ui": "^2.17.0",
1414
"@nuxthub/core": "latest",

0 commit comments

Comments
 (0)