Skip to content

Commit

Permalink
chore(release): v1.0.0-beta.77
Browse files Browse the repository at this point in the history
fix deps issue
  • Loading branch information
preshonyee committed Jun 10, 2021
1 parent 37541db commit 445d619
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camara",
"version": "1.0.0-beta.76",
"version": "1.0.0-beta.77",
"description": "A design system that helps you build your ideas quickly",
"author": {
"name": "Presh Onyee",
Expand Down Expand Up @@ -87,7 +87,10 @@
"peerDependencies": {
"react": ">=16"
},
"dependencies": {},
"dependencies": {
"@stitches/react": "^0.1.9",
"react-feather": "^2.0.9"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.5",
Expand Down

0 comments on commit 445d619

Please sign in to comment.