Skip to content

Commit

Permalink
fix(badge): fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed May 9, 2023
1 parent 95e6e58 commit 824d1ce
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions packages/components/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@
"scripts": {
"build": "vite build"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"directory": "packages/components/badge"
},
"dependencies": {
"@spark-ui/internal-utils": "1",
"class-variance-authority": "0.5.2"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
},
"devDependencies": {
"@spark-ui/icon": "1",
"@spark-ui/icons": "1",
Expand Down

0 comments on commit 824d1ce

Please sign in to comment.