Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jul 18, 2024
1 parent 8d33d6e commit 3d5498f
Show file tree
Hide file tree
Showing 3 changed files with 708 additions and 863 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unocss-preset-shadcn",
"type": "module",
"version": "0.3.1",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"description": "use shadcn ui with unocss",
"author": "Stephen Zhou <hi@hyoban.cc>",
"license": "MIT",
Expand Down Expand Up @@ -55,20 +55,20 @@
"unocss-preset-animations": "^1.0.1"
},
"devDependencies": {
"@antfu/ni": "^0.21.12",
"@antfu/ni": "^0.22.0",
"@antfu/utils": "^0.7.10",
"@types/node": "^20.14.9",
"@unocss/preset-mini": "^0.60.4",
"eslint": "^9.6.0",
"@types/node": "^20.14.11",
"@unocss/preset-mini": "^0.61.5",
"eslint": "^9.7.0",
"eslint-config-hyoban": "3.0.0-beta.30",
"lint-staged": "^15.2.7",
"pnpm": "^9.4.0",
"pnpm": "^9.5.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"unocss": "^0.60.4",
"vite": "^5.3.3",
"vitest": "^1.6.0"
"unocss": "^0.61.5",
"vite": "^5.3.4",
"vitest": "^2.0.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@unocss/reset": "^0.60.4",
"@unocss/reset": "^0.61.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"foxact": "^0.2.35",
"jotai-dark": "^0.3.2",
"lucide-react": "^0.400.0",
"foxact": "^0.2.36",
"jotai-dark": "^0.4.0",
"lucide-react": "^0.408.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.3.0"
"tailwind-merge": "^2.4.0"
},
"devDependencies": {
"@iconify-json/lucide": "^1.1.198",
"@iconify-json/lucide": "^1.1.200",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"unocss": "^0.60.4",
"unocss-preset-animations": "^1.0.2",
"unocss": "^0.61.5",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-shadcn": "workspace:^",
"vite": "^5.3.3"
"vite": "^5.3.4"
}
}
Loading

0 comments on commit 3d5498f

Please sign in to comment.