Skip to content

Commit

Permalink
fix(deps): missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ffern committed Dec 15, 2017
1 parent 0ca5437 commit 4b20622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.4.0",
"gl-react": "^2.2.8",
"gl-react-native": "^2.38.0"
"gl-react-native": "^2.38.0",
"prop-types": "^15.6.0",
"rect-clamp": "^0.0.0",
"rect-crop": "^0.0.0"
},
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1967,11 +1967,11 @@ readable-stream@^2.0.0, readable-stream@^2.0.6, readable-stream@^2.1.5, readable
string_decoder "~1.0.3"
util-deprecate "~1.0.1"

rect-clamp@0.0.0:
rect-clamp@^0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/rect-clamp/-/rect-clamp-0.0.0.tgz#652f91c5a5bfeac125c52b9ade82ebe05507641b"

rect-crop@0.0.0:
rect-crop@^0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/rect-crop/-/rect-crop-0.0.0.tgz#f6ea75863021177566887d4ca60e466e8a1c3898"

Expand Down

0 comments on commit 4b20622

Please sign in to comment.