Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Sep 25, 2024
1 parent d6146a9 commit 813718f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<NuxtLoadingIndicator :color="false" class="z-100 bg-primary/80" />
<LayoutHeader />

<div v-if="$route.path !== '/'" class="min-h-screen border-b">
<div v-if="route.path !== '/'" class="min-h-screen border-b">
<div
class="flex-1 items-start px-4 md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 md:px-8 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10"
:class="[config.main.padded && 'container']"
Expand All @@ -23,6 +23,7 @@
import Toaster from '@/components/ui/toast/Toaster.vue';
const config = useConfig();
const route = useRoute();
const { themeClass, radius } = useThemes();
useSeoMeta({
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ navigation: false
::hero
---
announcement:
title: 'Release v0.5.5'
title: 'Release v0.5.6'
icon: '🎉'
to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases
target: _blank
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.5.5",
"version": "0.5.6",
"author": "Tony Zhang <[email protected]>",
"license": "MIT",
"homepage": "https://shadcn-docs.nuxt.dev/",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.4",
"@iconify-json/lucide": "^1.2.5",
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "^1.8.0",
Expand All @@ -58,14 +58,14 @@
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"vue": "^3.5.7",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.1",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"shiki": "^1.18.0",
"vue-tsc": "^2.1.6"
Expand Down

0 comments on commit 813718f

Please sign in to comment.