Skip to content

Commit

Permalink
fix: add missed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Nov 22, 2021
1 parent 9155f45 commit 5bcf4b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
"storybook-addon-locale": "^0.3.6",
"storybook-addon-themes": "^6.1.0",
"storybook-rtl-addon": "^0.3.3",
"typescript": "^4.3.5",
"@use-gesture/react": "^10.1.5"
"typescript": "^4.3.5"
},
"keywords": [],
"author": "[email protected]",
Expand Down
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"compile": "tsc -b",
"watch": "tsc -w",
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@use-gesture/react": "^10.1.6"
}
}
}

0 comments on commit 5bcf4b1

Please sign in to comment.