Skip to content

Commit

Permalink
Fix peer deps
Browse files Browse the repository at this point in the history
Fix #21
Fix #28
  • Loading branch information
kidonng committed Sep 5, 2023
1 parent 7e59572 commit 4d9ea1e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 406 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"postcss-js": "^4.0.1"
},
"peerDependencies": {
"daisyui": "^3.1.0",
"unocss": "^0.53.1"
"daisyui": "^3.0.0",
"unocss": ">0.53.0"
},
"devDependencies": {
"@iconify-json/octicon": "^1.1.48",
Expand Down

0 comments on commit 4d9ea1e

Please sign in to comment.