Skip to content

Commit

Permalink
chore: arrange dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rizqitsani committed Jan 11, 2024
1 parent 2eed80c commit 186eeee
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 128 deletions.
11 changes: 5 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,21 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"peerDependencies": {
"@radix-ui/react-popover": "^1.0.7",
"clsx": "^2.1.0",
"lucide-react": "^0.303.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0"
},
"dependencies": {
"@radix-ui/react-popover": "^1.0.7",
"react-datepicker": "^4.25.0",
"react-select": "^5.8.0"
},
"devDependencies": {
"@elysium/eslint-config": "workspace:*",
"@elysium/prettier-config": "workspace:*",
"@elysium/typescript-config": "workspace:*",
"@radix-ui/react-popover": "^1.0.7",
"@types/node": "^20.10.6",
"@types/react": "^18.2.38",
"@types/react-datepicker": "^4.19.5",
Expand All @@ -45,10 +47,7 @@
"next": "^14.0.4",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"react": "^18.2.0",
"react-datepicker": "^4.25.0",
"react-hook-form": "^7.49.3",
"react-select": "^5.8.0",
"rimraf": "^5.0.5",
"tailwind-merge": "^2.2.0",
"tsup": "^8.0.1",
Expand Down
Loading

0 comments on commit 186eeee

Please sign in to comment.