Skip to content

Commit

Permalink
fix(dropdown): added missing downshift dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Powerplex committed Nov 22, 2023
1 parent f644e14 commit df2d0f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
16 changes: 6 additions & 10 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"tailwindcss": "^3.0.0"
},
"dependencies": {
"@spark-ui/select": "^0.1.5"
"@spark-ui/popover": "^1.2.7",
"class-variance-authority": "0.7.0",
"downshift": "^8.2.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit df2d0f5

Please sign in to comment.