Skip to content

Commit

Permalink
Update dependency @types/d3-drag to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 15, 2018
1 parent 4a71de1 commit 250fe27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@storybook/addons": "3.4.0",
"@storybook/react": "3.4.0",
"@types/d3": "5.0.0",
"@types/d3-drag": "1.2.0",
"@types/d3-drag": "1.2.2",
"@types/jest": "22.2.2",
"@types/lodash": "4.14.106",
"@types/object-hash": "1.2.0",
Expand Down
8 changes: 7 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,18 @@
version "1.0.5"
resolved "https://registry.yarnpkg.com/@types/d3-dispatch/-/d3-dispatch-1.0.5.tgz#f1f9187b538ecb05157569d8dc2f70dfb04f1b52"

"@types/d3-drag@*", "@types/[email protected]":
"@types/d3-drag@*":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/d3-drag/-/d3-drag-1.2.0.tgz#5ee6279432c894f85cb72fcda911a959bae11952"
dependencies:
"@types/d3-selection" "*"

"@types/[email protected]":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@types/d3-drag/-/d3-drag-1.2.2.tgz#1cdd7716212a8cdef0a24c782c9d86c6aeb4a451"
dependencies:
"@types/d3-selection" "*"

"@types/d3-dsv@*":
version "1.0.31"
resolved "https://registry.yarnpkg.com/@types/d3-dsv/-/d3-dsv-1.0.31.tgz#468302f18ac44db2a3944086388d862503ab9c6c"
Expand Down

0 comments on commit 250fe27

Please sign in to comment.