Skip to content

Commit

Permalink
Updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Apr 27, 2019
1 parent 0c0aa62 commit db20940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"test:coverage:deploy": "npm run test:coverage && codecov"
},
"dependencies": {
"element-resize-detector": "^1.1.12",
"invariant": "^2.2.2",
"element-resize-detector": "^1.1.15",
"invariant": "^2.2.4",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"shallowequal": "^1.0.2"
"shallowequal": "^1.1.0"
},
"peerDependencies": {
"prop-types": "^15.0.0-0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ elegant-spinner@^1.0.1:
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=

element-resize-detector@^1.1.12:
element-resize-detector@^1.1.15:
version "1.1.15"
resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.1.15.tgz#48eba1a2eaa26969a4c998d972171128c971d8d2"
integrity sha512-16/5avDegXlUxytGgaumhjyQoM6hpp5j3+L79sYq5hlXfTNRy5WMMuTVWkZU3egp/CokCmTmvf18P3KeB57Iog==
Expand Down Expand Up @@ -5542,7 +5542,7 @@ set-value@^2.0.0:
is-plain-object "^2.0.3"
split-string "^3.0.1"

shallowequal@^1.0.2:
shallowequal@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
Expand Down

0 comments on commit db20940

Please sign in to comment.