Skip to content

Commit

Permalink
fix: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nachozullo committed Apr 23, 2024
1 parent ee0af38 commit b0f6eb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/src/atomic/MultiSelect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"dependencies": {
"@nimbus-ds/icon": "workspace:^",
"@nimbus-ds/icons": "workspace:^",
"@nimbus-ds/skeleton": "workspace:^"
"@nimbus-ds/skeleton": "workspace:^",
"@nimbus-ds/chip": "workspace:^"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
Expand Down

0 comments on commit b0f6eb0

Please sign in to comment.