Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
  • Loading branch information
ZTL-UwU committed Sep 1, 2024
1 parent 7af13b2 commit 0bbd95f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Binary file modified bun.lockb
Binary file not shown.
26 changes: 13 additions & 13 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.0",
"version": "0.5.1",
"author": "Tony Zhang <zhangtianli2006@gmail.com>",
"license": "MIT",
"homepage": "https://shadcn-docs.nuxt.dev/",
Expand Down Expand Up @@ -35,30 +35,30 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/lucide": "^1.1.205",
"@iconify-json/lucide": "^1.1.209",
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.4.5",
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxt/icon": "^1.5.0",
"@nuxt/image": "^1.8.0",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/tailwindcss": "^6.12.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"nuxt": "^3.12.4",
"radix-vue": "^1.9.3",
"nuxt": "^3.13.0",
"radix-vue": "^1.9.5",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@antfu/eslint-config": "^2.27.3",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"shiki": "^1.12.1",
"vue-tsc": "^2.0.29"
"shiki": "^1.15.2",
"vue-tsc": "^2.1.4"
}
}

0 comments on commit 0bbd95f

Please sign in to comment.