Skip to content

Commit

Permalink
feat(popover): dependencies review
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Aug 2, 2023
1 parent 9d0bc62 commit 8243e00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/components/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
"tailwindcss": "^3.0.0",
"@spark-ui/theme-utils": "^3.0.0"
},
"repository": {
"type": "git",
Expand All @@ -24,8 +25,8 @@
"dependencies": {
"@radix-ui/react-id": "1.0.0",
"@radix-ui/react-popover": "1.0.6",
"@spark-ui/icon": "^1.8.0",
"@spark-ui/icon-button": "^1.3.10",
"@spark-ui/icon": "^2.0.0",
"@spark-ui/icon-button": "^2.0.0",
"@spark-ui/icons": "^1.19.5"
},
"devDependencies": {
Expand Down

0 comments on commit 8243e00

Please sign in to comment.