mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Fix zoom for npm start
Pins d3-transition and d3-drag dependencies which were previously pulled in as deps from d3zoom as version 1.1.0 each. This broke the zoom feature for `npm start`. Fixes #2545
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
"d3-selection": "1.0.5",
|
||||
"d3-shape": "1.0.6",
|
||||
"d3-time-format": "2.0.5",
|
||||
"d3-transition": "1.0.4",
|
||||
"d3-drag": "1.0.4",
|
||||
"d3-zoom": "1.1.4",
|
||||
"dagre": "0.7.4",
|
||||
"debug": "2.6.6",
|
||||
|
||||
Reference in New Issue
Block a user