Skip to content

Commit

Permalink
fix: added daisyui and tailwind to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Mar 10, 2022
1 parent 27b8ec1 commit 2bf5a9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
"react-dom": ">=16",
"daisyui": "^2.6.3",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down Expand Up @@ -63,15 +65,13 @@
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.2",
"clsx": "^1.1.1",
"daisyui": "^2.6.3",
"jest": "^27.0.6",
"microbundle": "^0.14.2",
"postcss": "^8.4.8",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"storybook-builder-vite": "^0.1.18",
"styled-jsx": "^5.0.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.3.5",
"vite": "^2.8.6"
},
Expand Down

0 comments on commit 2bf5a9e

Please sign in to comment.