Skip to content

Commit bdd149f

Browse files
authored
fix: update peerDependencies range (#18)
1 parent bae2970 commit bdd149f

File tree

3 files changed

+1145
-422
lines changed

3 files changed

+1145
-422
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unocss-preset-shadcn",
33
"type": "module",
44
"version": "0.3.1",
5-
"packageManager": "pnpm@9.5.0",
5+
"packageManager": "pnpm@9.15.4",
66
"description": "use shadcn ui with unocss",
77
"author": "Stephen Zhou <[email protected]>",
88
"license": "MIT",
@@ -51,23 +51,23 @@
5151
"typecheck": "tsc --noEmit"
5252
},
5353
"peerDependencies": {
54-
"unocss": ">= 0.56.0 < 1",
55-
"unocss-preset-animations": "^1.0.1"
54+
"unocss": ">= 0.56.0 < 101",
55+
"unocss-preset-animations": "^1.1.1"
5656
},
5757
"devDependencies": {
5858
"@antfu/ni": "^0.22.0",
5959
"@antfu/utils": "^0.7.10",
6060
"@types/node": "^20.14.11",
61-
"@unocss/preset-mini": "^0.61.5",
61+
"@unocss/preset-mini": "^65.4.2",
6262
"eslint": "^9.7.0",
6363
"eslint-config-hyoban": "3.0.0-beta.30",
6464
"lint-staged": "^15.2.7",
6565
"pnpm": "^9.5.0",
6666
"simple-git-hooks": "^2.11.1",
6767
"typescript": "^5.5.3",
6868
"unbuild": "^2.0.0",
69-
"unocss": "^0.61.5",
70-
"vite": "^5.3.4",
69+
"unocss": "^65.4.2",
70+
"vite": "^5.4.14",
7171
"vitest": "^2.0.3"
7272
},
7373
"simple-git-hooks": {

playground/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@radix-ui/react-accordion": "^1.2.0",
1313
"@radix-ui/react-slot": "^1.1.0",
14-
"@unocss/reset": "^0.61.5",
14+
"@unocss/reset": "^65.4.2",
1515
"class-variance-authority": "^0.7.0",
1616
"clsx": "^2.1.1",
1717
"foxact": "^0.2.36",
@@ -27,8 +27,8 @@
2727
"@types/react-dom": "^18.3.0",
2828
"@vitejs/plugin-react": "^4.3.1",
2929
"typescript": "^5.5.3",
30-
"unocss": "^0.61.5",
31-
"unocss-preset-animations": "^1.1.0",
30+
"unocss": "^65.4.2",
31+
"unocss-preset-animations": "^1.1.1",
3232
"unocss-preset-shadcn": "workspace:^",
3333
"vite": "^5.3.4"
3434
}

0 commit comments

Comments
 (0)