Skip to content

Commit d39eab1

Browse files
committed
docs: update deps
1 parent 7fcdcd2 commit d39eab1

3 files changed

Lines changed: 965 additions & 1639 deletions

File tree

docs/app.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ watch(() => search.value?.commandPaletteRef?.query, debounce((query) => {
4949
</template>
5050
<template #right>
5151
<UColorModeButton v-if="!$colorMode.forced" />
52-
<USocialButton aria-label="Nuxt Website" icon="i-simple-icons-nuxtdotjs" to="https://nuxt.com" />
53-
<USocialButton aria-label="Nuxt on X" icon="i-simple-icons-x" to="https://x.com/nuxt_js" />
54-
<USocialButton aria-label="Nuxt Image on GitHub" icon="i-simple-icons-github" to="https://github.com/nuxt/image" />
52+
<UButton aria-label="Nuxt Website" icon="i-simple-icons-nuxtdotjs" to="https://nuxt.com" color="gray" variant="ghost" />
53+
<UButton aria-label="Nuxt on X" icon="i-simple-icons-x" to="https://x.com/nuxt_js" color="gray" variant="ghost" />
54+
<UButton aria-label="Nuxt Image on GitHub" icon="i-simple-icons-github" to="https://github.com/nuxt/image" color="gray" variant="ghost" />
5555
</template>
5656
<!-- Mobile panel -->
5757
<template v-if="$route.path !== '/'" #panel>
@@ -72,9 +72,9 @@ watch(() => search.value?.commandPaletteRef?.query, debounce((query) => {
7272
</template>
7373
<template #right>
7474
<UColorModeButton v-if="!$colorMode.forced" />
75-
<USocialButton aria-label="Nuxt Website" icon="i-simple-icons-nuxtdotjs" to="https://nuxt.com" />
76-
<USocialButton aria-label="Nuxt on X" icon="i-simple-icons-x" to="https://x.com/nuxt_js" />
77-
<USocialButton aria-label="Nuxt Image on GitHub" icon="i-simple-icons-github" to="https://github.com/nuxt/image" />
75+
<UButton aria-label="Nuxt Website" icon="i-simple-icons-nuxtdotjs" to="https://nuxt.com" color="gray" variant="ghost" />
76+
<UButton aria-label="Nuxt on X" icon="i-simple-icons-x" to="https://x.com/nuxt_js" color="gray" variant="ghost" />
77+
<UButton aria-label="Nuxt Image on GitHub" icon="i-simple-icons-github" to="https://github.com/nuxt/image" color="gray" variant="ghost" />
7878
</template>
7979
</UFooter>
8080
<ClientOnly>

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
},
1111
"dependencies": {
1212
"@iconify-json/ph": "^1.1.6",
13-
"@iconify-json/simple-icons": "^1.1.70",
13+
"@iconify-json/simple-icons": "^1.1.71",
1414
"@nuxt/content": "^2.8.2",
1515
"@nuxt/image": "link:..",
16-
"@nuxthq/elements": "npm:@nuxthq/elements-edge@0.0.1-28245154.98fc0f6",
16+
"@nuxthq/elements": "npm:@nuxthq/elements-edge@0.0.1-28250956.31b8365",
1717
"@nuxthq/studio": "^0.14.1",
1818
"@nuxtjs/fontaine": "^0.4.1",
1919
"@nuxtjs/google-fonts": "^3.0.2",
2020
"@nuxtjs/plausible": "^0.2.3",
2121
"@vueuse/core": "^10.4.1",
2222
"@vueuse/nuxt": "^10.4.1",
2323
"nuxt": "^3.7.3",
24-
"nuxt-og-image": "^2.0.25",
24+
"nuxt-og-image": "^2.0.28",
2525
"perfect-debounce": "^1.0.0"
2626
},
2727
"devDependencies": {
28-
"@antfu/eslint-config": "^0.41.3",
28+
"@antfu/eslint-config": "^0.42.1",
2929
"@nuxt/devtools": "0.8.3",
30-
"@types/node": "^20.6.0",
30+
"@types/node": "^20.6.2",
3131
"eslint": "^8.49.0"
3232
}
3333
}

0 commit comments

Comments
 (0)