Skip to content

Commit 4cbee61

Browse files
committed
chore: update deps
1 parent 7ec36cf commit 4cbee61

File tree

5 files changed

+1963
-2120
lines changed

5 files changed

+1963
-2120
lines changed

.nuxtrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/app.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup lang="ts">
22
const url = useRequestURL()
3+
34
useSeoMeta({
45
title: 'Multiplayer Globe with Nuxt',
56
description: 'Display website visitor locations in real-time using Nuxt and NuxtHub.',
@@ -39,7 +40,7 @@ body {
3940
}
4041
4142
.github-fork-ribbon:before {
42-
background-color: #222;
43+
background-color: #222 !important;
4344
}
4445
4546
h1,

nuxt.config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ export default defineNuxtConfig({
1212

1313
// https://nitro.build/config
1414
nitro: {
15-
preset: 'cloudflare_durable',
1615
experimental: {
1716
websocket: true,
1817
},
1918
},
2019

2120
// https://hub.nuxt.com/docs/getting-started/installation#options
22-
hub: {},
21+
hub: {
22+
workers: true,
23+
},
2324

2425
// https://eslint.nuxt.com
2526
eslint: {
@@ -29,4 +30,4 @@ export default defineNuxtConfig({
2930
},
3031
},
3132
},
32-
})
33+
})

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
"lint": "eslint ."
1313
},
1414
"dependencies": {
15-
"@nuxt/eslint": "^1.1.0",
16-
"@nuxt/fonts": "0.10.3",
17-
"@nuxthub/core": "^0.8.18",
18-
"@vueuse/core": "^12.8.2",
19-
"@vueuse/nuxt": "12.8.2",
15+
"@nuxt/eslint": "^1.3.0",
16+
"@nuxt/fonts": "0.11.1",
17+
"@nuxthub/core": "^0.8.24",
18+
"@vueuse/core": "^13.1.0",
19+
"@vueuse/nuxt": "13.1.0",
2020
"cobe": "^0.6.3",
21-
"nuxt": "^3.15.4",
22-
"ufo": "^1.5.4",
21+
"nuxt": "^3.16.2",
22+
"ufo": "^1.6.1",
2323
"vue": "^3.5.13",
2424
"vue-router": "^4.5.0"
2525
},
2626
"devDependencies": {
27-
"@nuxt/eslint-config": "^1.1.0",
28-
"eslint": "^9.21.0",
29-
"typescript": "^5.8.2",
27+
"@nuxt/eslint-config": "^1.3.0",
28+
"eslint": "^9.24.0",
29+
"typescript": "^5.8.3",
3030
"vue-tsc": "^2.2.8",
31-
"wrangler": "^3.113.0"
31+
"wrangler": "^4.10.0"
3232
},
33-
"packageManager": "pnpm@10.5.2",
33+
"packageManager": "pnpm@10.8.1",
3434
"pnpm": {
3535
"onlyBuiltDependencies": [
3636
"sharp"

0 commit comments

Comments
 (0)