Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnumGoYB committed Feb 22, 2023
1 parent 13b5154 commit 413393c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@
"types": "dist/index.d.ts",
"dependencies": {
"classnames": "^2.3.2",
"daisyui": "^2.50.0"
"daisyui": "^2.50.0",
"postcss": "^8.4.21",
"react-icons": "^4.7.1",
"tailwindcss": "^3.2.4"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-icons": "^4.7.1"
"react-dom": "^16.8.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
Expand Down Expand Up @@ -67,7 +69,6 @@
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"only-allow": "^1.1.1",
"postcss": "^8.4.21",
"prettier": "^2.8.1",
"prettier-package-json": "^2.7.0",
"prettier-plugin-sort-imports-by-identifier": "^3.3.4",
Expand All @@ -80,7 +81,6 @@
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-tsc-alias": "^1.1.2",
"tailwindcss": "^3.2.4",
"tsc-alias": "^1.8.2",
"tslib": "^2.5.0",
"typescript": "^4.9.3"
Expand Down
22 changes: 20 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 413393c

Please sign in to comment.