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 Oct 3, 2024
1 parent 813718f commit bb8c4cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Beautifully designed _Nuxt Content_ template built with _shadcn-vue_. **Customiz

## Contributing

1. Clone this repository
1. Clone this repository.
2. Install dependencies `bun install`.
3. Use `bun run dev` to start dev server.

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.6'
title: 'Release v0.5.7'
icon: '🎉'
to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases
target: _blank
Expand Down
15 changes: 8 additions & 7 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.6",
"version": "0.5.7",
"author": "Tony Zhang <[email protected]>",
"license": "MIT",
"homepage": "https://shadcn-docs.nuxt.dev/",
Expand Down Expand Up @@ -44,10 +44,10 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.5",
"@iconify-json/lucide": "^1.2.6",
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "^1.8.0",
"@nuxt/icon": "^1.5.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"class-variance-authority": "^0.7.0",
Expand All @@ -58,16 +58,17 @@
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"vue": "^3.5.8",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.1",
"@antfu/eslint-config": "^3.7.3",
"@nuxt/devtools": "^1.5.2",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"eslint": "^9.11.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"shiki": "^1.18.0",
"shiki": "^1.21.0",
"vue-tsc": "^2.1.6"
}
}

0 comments on commit bb8c4cd

Please sign in to comment.