Skip to content

Commit

Permalink
fix: update peerDependencies range (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww authored Jan 22, 2025
1 parent bae2970 commit bdd149f
Show file tree
Hide file tree
Showing 3 changed files with 1,145 additions and 422 deletions.
12 changes: 6 additions & 6 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.5.0",
"packageManager": "pnpm@9.15.4",
"description": "use shadcn ui with unocss",
"author": "Stephen Zhou <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -51,23 +51,23 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"unocss": ">= 0.56.0 < 1",
"unocss-preset-animations": "^1.0.1"
"unocss": ">= 0.56.0 < 101",
"unocss-preset-animations": "^1.1.1"
},
"devDependencies": {
"@antfu/ni": "^0.22.0",
"@antfu/utils": "^0.7.10",
"@types/node": "^20.14.11",
"@unocss/preset-mini": "^0.61.5",
"@unocss/preset-mini": "^65.4.2",
"eslint": "^9.7.0",
"eslint-config-hyoban": "3.0.0-beta.30",
"lint-staged": "^15.2.7",
"pnpm": "^9.5.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"unocss": "^0.61.5",
"vite": "^5.3.4",
"unocss": "^65.4.2",
"vite": "^5.4.14",
"vitest": "^2.0.3"
},
"simple-git-hooks": {
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@unocss/reset": "^0.61.5",
"@unocss/reset": "^65.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"foxact": "^0.2.36",
Expand All @@ -27,8 +27,8 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"unocss": "^0.61.5",
"unocss-preset-animations": "^1.1.0",
"unocss": "^65.4.2",
"unocss-preset-animations": "^1.1.1",
"unocss-preset-shadcn": "workspace:^",
"vite": "^5.3.4"
}
Expand Down
Loading

0 comments on commit bdd149f

Please sign in to comment.