Skip to content

Commit

Permalink
fix: move @nuxtjs/color-mode to dependencies
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 Jun 18, 2024
1 parent 5e749d4 commit febc8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.0",
"version": "0.3.1",
"author": "Tony Zhang <zhangtianli2006@gmail.com>",
"license": "MIT",
"homepage": "https://shadcn-docs.nuxt.dev/",
Expand Down Expand Up @@ -35,6 +35,7 @@
"dependencies": {
"@nuxt/content": "^2.12.1",
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -53,7 +54,6 @@
"@antfu/eslint-config": "^2.21.1",
"@iconify-json/lucide": "^1.1.193",
"@iconify-json/vscode-icons": "^1.1.35",
"@nuxtjs/color-mode": "^3.4.1",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"eslint": "9.2.0",
Expand Down

0 comments on commit febc8bc

Please sign in to comment.