From 4a418928be63a12834accbae246a69136c2e8c19 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Mon, 6 Jul 2020 14:37:15 -0700 Subject: [PATCH] v0.0.198 --- lerna.json | 2 +- packages/vx-annotation/package.json | 8 ++-- packages/vx-axis/package.json | 12 +++--- packages/vx-bounds/package.json | 2 +- packages/vx-brush/package.json | 8 ++-- packages/vx-chord/package.json | 2 +- packages/vx-clip-path/package.json | 2 +- packages/vx-curve/package.json | 2 +- packages/vx-demo/package.json | 62 ++++++++++++++--------------- packages/vx-drag/package.json | 4 +- packages/vx-event/package.json | 4 +- packages/vx-geo/package.json | 4 +- packages/vx-glyph/package.json | 4 +- packages/vx-gradient/package.json | 2 +- packages/vx-grid/package.json | 8 ++-- packages/vx-group/package.json | 2 +- packages/vx-heatmap/package.json | 4 +- packages/vx-hierarchy/package.json | 4 +- packages/vx-legend/package.json | 6 +-- packages/vx-marker/package.json | 6 +-- packages/vx-mock-data/package.json | 2 +- packages/vx-network/package.json | 4 +- packages/vx-pattern/package.json | 2 +- packages/vx-point/package.json | 2 +- packages/vx-responsive/package.json | 2 +- packages/vx-scale/package.json | 2 +- packages/vx-shape/package.json | 6 +-- packages/vx-stats/package.json | 6 +-- packages/vx-text/package.json | 2 +- packages/vx-threshold/package.json | 6 +-- packages/vx-tooltip/package.json | 4 +- packages/vx-voronoi/package.json | 2 +- packages/vx-vx/package.json | 58 +++++++++++++-------------- packages/vx-zoom/package.json | 4 +- 34 files changed, 125 insertions(+), 125 deletions(-) diff --git a/lerna.json b/lerna.json index fe8972fa6..9057ddd72 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.0.197", + "version": "0.0.198", "command": { "publish": { "allowBranch": "master" diff --git a/packages/vx-annotation/package.json b/packages/vx-annotation/package.json index 74f94090e..877dbcd0a 100644 --- a/packages/vx-annotation/package.json +++ b/packages/vx-annotation/package.json @@ -1,6 +1,6 @@ { "name": "@vx/annotation", - "version": "0.0.197", + "version": "0.0.198", "description": "vx annotation", "sideEffects": false, "main": "lib/index.js", @@ -33,9 +33,9 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/react": "*", - "@vx/group": "0.0.197", - "@vx/point": "0.0.197", - "@vx/shape": "0.0.197", + "@vx/group": "0.0.198", + "@vx/point": "0.0.198", + "@vx/shape": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index 6958d08de..a82ed862f 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@vx/axis", - "version": "0.0.197", + "version": "0.0.198", "description": "vx axis", "sideEffects": false, "main": "lib/index.js", @@ -30,15 +30,15 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/react": "*", - "@vx/group": "0.0.197", - "@vx/point": "0.0.197", - "@vx/shape": "0.0.197", - "@vx/text": "0.0.197", + "@vx/group": "0.0.198", + "@vx/point": "0.0.198", + "@vx/shape": "0.0.198", + "@vx/text": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.6.0" }, "devDependencies": { - "@vx/scale": "0.0.197" + "@vx/scale": "0.0.198" }, "peerDependencies": { "react": "^16.3.0-0" diff --git a/packages/vx-bounds/package.json b/packages/vx-bounds/package.json index 59b147b3e..325b8cf65 100644 --- a/packages/vx-bounds/package.json +++ b/packages/vx-bounds/package.json @@ -1,6 +1,6 @@ { "name": "@vx/bounds", - "version": "0.0.197", + "version": "0.0.198", "description": "Utilities to make your life with bounding boxes better", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-brush/package.json b/packages/vx-brush/package.json index 9735d1c21..f8e6c1a4b 100644 --- a/packages/vx-brush/package.json +++ b/packages/vx-brush/package.json @@ -1,6 +1,6 @@ { "name": "@vx/brush", - "version": "0.0.197", + "version": "0.0.198", "description": "vx brush", "sideEffects": false, "main": "lib/index.js", @@ -33,9 +33,9 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/drag": "0.0.197", - "@vx/group": "0.0.197", - "@vx/shape": "0.0.197", + "@vx/drag": "0.0.198", + "@vx/group": "0.0.198", + "@vx/shape": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.6.1" } diff --git a/packages/vx-chord/package.json b/packages/vx-chord/package.json index 45ba2bdff..9934446f0 100644 --- a/packages/vx-chord/package.json +++ b/packages/vx-chord/package.json @@ -1,6 +1,6 @@ { "name": "@vx/chord", - "version": "0.0.197", + "version": "0.0.198", "description": "vx group", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-clip-path/package.json b/packages/vx-clip-path/package.json index f13490b3d..a39731a33 100644 --- a/packages/vx-clip-path/package.json +++ b/packages/vx-clip-path/package.json @@ -1,6 +1,6 @@ { "name": "@vx/clip-path", - "version": "0.0.197", + "version": "0.0.198", "description": "vx clip-path", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-curve/package.json b/packages/vx-curve/package.json index fcb12d5ca..b54144b3e 100644 --- a/packages/vx-curve/package.json +++ b/packages/vx-curve/package.json @@ -1,6 +1,6 @@ { "name": "@vx/curve", - "version": "0.0.197", + "version": "0.0.198", "description": "vx curve", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 0cce12566..e473fc147 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.197", + "version": "0.0.198", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -23,36 +23,36 @@ "@types/d3-time-format": "2.1.0", "@types/nprogress": "^0.2.0", "@types/prismjs": "^1.16.0", - "@vx/annotation": "0.0.197", - "@vx/axis": "0.0.197", - "@vx/brush": "0.0.197", - "@vx/chord": "0.0.197", - "@vx/clip-path": "0.0.197", - "@vx/curve": "0.0.197", - "@vx/drag": "0.0.197", - "@vx/event": "0.0.197", - "@vx/geo": "0.0.197", - "@vx/glyph": "0.0.197", - "@vx/gradient": "0.0.197", - "@vx/grid": "0.0.197", - "@vx/group": "0.0.197", - "@vx/heatmap": "0.0.197", - "@vx/hierarchy": "0.0.197", - "@vx/legend": "0.0.197", - "@vx/marker": "0.0.197", - "@vx/mock-data": "0.0.197", - "@vx/network": "0.0.197", - "@vx/pattern": "0.0.197", - "@vx/point": "0.0.197", - "@vx/responsive": "0.0.197", - "@vx/scale": "0.0.197", - "@vx/shape": "0.0.197", - "@vx/stats": "0.0.197", - "@vx/text": "0.0.197", - "@vx/threshold": "0.0.197", - "@vx/tooltip": "0.0.197", - "@vx/voronoi": "0.0.197", - "@vx/zoom": "0.0.197", + "@vx/annotation": "0.0.198", + "@vx/axis": "0.0.198", + "@vx/brush": "0.0.198", + "@vx/chord": "0.0.198", + "@vx/clip-path": "0.0.198", + "@vx/curve": "0.0.198", + "@vx/drag": "0.0.198", + "@vx/event": "0.0.198", + "@vx/geo": "0.0.198", + "@vx/glyph": "0.0.198", + "@vx/gradient": "0.0.198", + "@vx/grid": "0.0.198", + "@vx/group": "0.0.198", + "@vx/heatmap": "0.0.198", + "@vx/hierarchy": "0.0.198", + "@vx/legend": "0.0.198", + "@vx/marker": "0.0.198", + "@vx/mock-data": "0.0.198", + "@vx/network": "0.0.198", + "@vx/pattern": "0.0.198", + "@vx/point": "0.0.198", + "@vx/responsive": "0.0.198", + "@vx/scale": "0.0.198", + "@vx/shape": "0.0.198", + "@vx/stats": "0.0.198", + "@vx/text": "0.0.198", + "@vx/threshold": "0.0.198", + "@vx/tooltip": "0.0.198", + "@vx/voronoi": "0.0.198", + "@vx/zoom": "0.0.198", "@zeit/next-css": "^1.0.1", "classnames": "^2.2.5", "d3-array": "^1.1.1", diff --git a/packages/vx-drag/package.json b/packages/vx-drag/package.json index e7579fb36..3cf18077e 100644 --- a/packages/vx-drag/package.json +++ b/packages/vx-drag/package.json @@ -1,6 +1,6 @@ { "name": "@vx/drag", - "version": "0.0.197", + "version": "0.0.198", "description": "vx drag", "sideEffects": false, "main": "lib/index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@types/react": "*", - "@vx/event": "0.0.197", + "@vx/event": "0.0.198", "prop-types": "^15.5.10" } } diff --git a/packages/vx-event/package.json b/packages/vx-event/package.json index 154513bd2..546a7ff9d 100644 --- a/packages/vx-event/package.json +++ b/packages/vx-event/package.json @@ -1,6 +1,6 @@ { "name": "@vx/event", - "version": "0.0.197", + "version": "0.0.198", "description": "vx event", "sideEffects": false, "main": "lib/index.js", @@ -32,6 +32,6 @@ }, "dependencies": { "@types/react": "*", - "@vx/point": "0.0.197" + "@vx/point": "0.0.198" } } diff --git a/packages/vx-geo/package.json b/packages/vx-geo/package.json index 7fdb24782..5cf436802 100644 --- a/packages/vx-geo/package.json +++ b/packages/vx-geo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/geo", - "version": "0.0.197", + "version": "0.0.198", "description": "vx geo", "sideEffects": false, "main": "lib/index.js", @@ -33,7 +33,7 @@ "@types/d3-geo": "^1.11.1", "@types/geojson": "*", "@types/react": "*", - "@vx/group": "0.0.197", + "@vx/group": "0.0.198", "classnames": "^2.2.5", "d3-geo": "^1.11.3", "prop-types": "^15.5.10" diff --git a/packages/vx-glyph/package.json b/packages/vx-glyph/package.json index 78856fef6..0df2cefa0 100644 --- a/packages/vx-glyph/package.json +++ b/packages/vx-glyph/package.json @@ -1,6 +1,6 @@ { "name": "@vx/glyph", - "version": "0.0.197", + "version": "0.0.198", "description": "vx glyph", "sideEffects": false, "main": "lib/index.js", @@ -37,7 +37,7 @@ "@types/classnames": "^2.2.9", "@types/d3-shape": "^1.3.1", "@types/react": "*", - "@vx/group": "0.0.197", + "@vx/group": "0.0.198", "classnames": "^2.2.5", "d3-shape": "^1.2.0", "prop-types": "^15.6.2" diff --git a/packages/vx-gradient/package.json b/packages/vx-gradient/package.json index 3b033b6d4..1235c8c48 100644 --- a/packages/vx-gradient/package.json +++ b/packages/vx-gradient/package.json @@ -1,6 +1,6 @@ { "name": "@vx/gradient", - "version": "0.0.197", + "version": "0.0.198", "description": "vx gradient", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index 6a7e1ff29..d732f71fc 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -1,6 +1,6 @@ { "name": "@vx/grid", - "version": "0.0.197", + "version": "0.0.198", "description": "vx grid", "sideEffects": false, "main": "lib/index.js", @@ -33,9 +33,9 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/react": "*", - "@vx/group": "0.0.197", - "@vx/point": "0.0.197", - "@vx/shape": "0.0.197", + "@vx/group": "0.0.198", + "@vx/point": "0.0.198", + "@vx/shape": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.6.2" }, diff --git a/packages/vx-group/package.json b/packages/vx-group/package.json index eab61b58d..3948d139f 100644 --- a/packages/vx-group/package.json +++ b/packages/vx-group/package.json @@ -1,6 +1,6 @@ { "name": "@vx/group", - "version": "0.0.197", + "version": "0.0.198", "description": "vx group", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-heatmap/package.json b/packages/vx-heatmap/package.json index e10a4f96d..544980ac5 100644 --- a/packages/vx-heatmap/package.json +++ b/packages/vx-heatmap/package.json @@ -1,6 +1,6 @@ { "name": "@vx/heatmap", - "version": "0.0.197", + "version": "0.0.198", "description": "vx heatmap", "sideEffects": false, "main": "lib/index.js", @@ -36,7 +36,7 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/react": "*", - "@vx/group": "0.0.197", + "@vx/group": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.6.1" } diff --git a/packages/vx-hierarchy/package.json b/packages/vx-hierarchy/package.json index 1e9774e59..49b43a785 100644 --- a/packages/vx-hierarchy/package.json +++ b/packages/vx-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@vx/hierarchy", - "version": "0.0.197", + "version": "0.0.198", "description": "vx tree", "sideEffects": false, "main": "lib/index.js", @@ -34,7 +34,7 @@ "@types/classnames": "^2.2.9", "@types/d3-hierarchy": "^1.1.6", "@types/react": "*", - "@vx/group": "0.0.197", + "@vx/group": "0.0.198", "classnames": "^2.2.5", "d3-hierarchy": "^1.1.4", "prop-types": "^15.6.1" diff --git a/packages/vx-legend/package.json b/packages/vx-legend/package.json index 7cf71762f..e32f7571d 100644 --- a/packages/vx-legend/package.json +++ b/packages/vx-legend/package.json @@ -1,6 +1,6 @@ { "name": "@vx/legend", - "version": "0.0.197", + "version": "0.0.198", "description": "vx legend", "sideEffects": false, "main": "lib/index.js", @@ -37,11 +37,11 @@ "@types/classnames": "^2.2.9", "@types/d3-scale": "^2.1.1", "@types/react": "*", - "@vx/group": "0.0.197", + "@vx/group": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, "devDependencies": { - "@vx/scale": "0.0.197" + "@vx/scale": "0.0.198" } } diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index 75e0e8b3a..b51c19aed 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -1,6 +1,6 @@ { "name": "@vx/marker", - "version": "0.0.197", + "version": "0.0.198", "description": "vx marker", "sideEffects": false, "main": "lib/index.js", @@ -30,8 +30,8 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/react": "*", - "@vx/group": "0.0.197", - "@vx/shape": "0.0.197", + "@vx/group": "0.0.198", + "@vx/shape": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.6.2" }, diff --git a/packages/vx-mock-data/package.json b/packages/vx-mock-data/package.json index 6abaea649..9682c94a0 100644 --- a/packages/vx-mock-data/package.json +++ b/packages/vx-mock-data/package.json @@ -1,6 +1,6 @@ { "name": "@vx/mock-data", - "version": "0.0.197", + "version": "0.0.198", "description": "vx mock data", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-network/package.json b/packages/vx-network/package.json index c54e5dd5c..fc145c092 100644 --- a/packages/vx-network/package.json +++ b/packages/vx-network/package.json @@ -1,6 +1,6 @@ { "name": "@vx/network", - "version": "0.0.197", + "version": "0.0.198", "description": "vx network", "sideEffects": false, "repository": "https://github.com/hshoff/vx", @@ -22,7 +22,7 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/react": "*", - "@vx/group": "0.0.197", + "@vx/group": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.6.2" }, diff --git a/packages/vx-pattern/package.json b/packages/vx-pattern/package.json index 3fcc80f4c..8af96355a 100644 --- a/packages/vx-pattern/package.json +++ b/packages/vx-pattern/package.json @@ -1,6 +1,6 @@ { "name": "@vx/pattern", - "version": "0.0.197", + "version": "0.0.198", "description": "vx pattern", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-point/package.json b/packages/vx-point/package.json index 51b876d1a..019236388 100644 --- a/packages/vx-point/package.json +++ b/packages/vx-point/package.json @@ -1,6 +1,6 @@ { "name": "@vx/point", - "version": "0.0.197", + "version": "0.0.198", "description": "vx point", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-responsive/package.json b/packages/vx-responsive/package.json index 75aaf3a20..1af0f08f6 100644 --- a/packages/vx-responsive/package.json +++ b/packages/vx-responsive/package.json @@ -1,6 +1,6 @@ { "name": "@vx/responsive", - "version": "0.0.197", + "version": "0.0.198", "description": "vx responsive svg", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-scale/package.json b/packages/vx-scale/package.json index 7565c9408..24268ff86 100644 --- a/packages/vx-scale/package.json +++ b/packages/vx-scale/package.json @@ -1,6 +1,6 @@ { "name": "@vx/scale", - "version": "0.0.197", + "version": "0.0.198", "description": "vx scale", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index b7a4145b5..dbc7e6448 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -1,6 +1,6 @@ { "name": "@vx/shape", - "version": "0.0.197", + "version": "0.0.198", "description": "vx shape", "sideEffects": false, "main": "lib/index.js", @@ -25,8 +25,8 @@ "@types/d3-path": "^1.0.8", "@types/d3-shape": "^1.3.1", "@types/react": "*", - "@vx/curve": "0.0.197", - "@vx/group": "0.0.197", + "@vx/curve": "0.0.198", + "@vx/group": "0.0.198", "classnames": "^2.2.5", "d3-path": "^1.0.5", "d3-shape": "^1.2.0", diff --git a/packages/vx-stats/package.json b/packages/vx-stats/package.json index 37e8a5f9b..b55c7d31f 100644 --- a/packages/vx-stats/package.json +++ b/packages/vx-stats/package.json @@ -1,6 +1,6 @@ { "name": "@vx/stats", - "version": "0.0.197", + "version": "0.0.198", "description": "vx stats box violin", "sideEffects": false, "main": "lib/index.js", @@ -31,8 +31,8 @@ "@types/classnames": "^2.2.9", "@types/d3-shape": "^1.3.2", "@types/react": "*", - "@vx/group": "0.0.197", - "@vx/scale": "0.0.197", + "@vx/group": "0.0.198", + "@vx/scale": "0.0.198", "classnames": "^2.2.5", "d3-shape": "^1.2.0", "prop-types": "^15.5.10" diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index 7f633aeb3..2a42132ee 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -1,6 +1,6 @@ { "name": "@vx/text", - "version": "0.0.197", + "version": "0.0.198", "description": "vx text", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-threshold/package.json b/packages/vx-threshold/package.json index e3fbdfa17..9f112a886 100644 --- a/packages/vx-threshold/package.json +++ b/packages/vx-threshold/package.json @@ -1,6 +1,6 @@ { "name": "@vx/threshold", - "version": "0.0.197", + "version": "0.0.198", "description": "vx threshold", "sideEffects": false, "main": "lib/index.js", @@ -26,8 +26,8 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/react": "*", - "@vx/clip-path": "0.0.197", - "@vx/shape": "0.0.197", + "@vx/clip-path": "0.0.198", + "@vx/shape": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-tooltip/package.json b/packages/vx-tooltip/package.json index e7c6aee86..219178fc2 100644 --- a/packages/vx-tooltip/package.json +++ b/packages/vx-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@vx/tooltip", - "version": "0.0.197", + "version": "0.0.198", "description": "vx tooltip", "sideEffects": false, "main": "lib/index.js", @@ -30,7 +30,7 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/react": "*", - "@vx/bounds": "0.0.197", + "@vx/bounds": "0.0.198", "classnames": "^2.2.5", "prop-types": "^15.5.10", "react-use-measure": "2.0.1" diff --git a/packages/vx-voronoi/package.json b/packages/vx-voronoi/package.json index 39bfce052..23955f4ba 100644 --- a/packages/vx-voronoi/package.json +++ b/packages/vx-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@vx/voronoi", - "version": "0.0.197", + "version": "0.0.198", "description": "vx voronoi", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 307786b89..a9c174809 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.197", + "version": "0.0.198", "description": "One stop install for all vx packages", "sideEffects": false, "main": "lib/index.js", @@ -33,33 +33,33 @@ "react": "^16.3.0-0" }, "dependencies": { - "@vx/annotation": "0.0.197", - "@vx/axis": "0.0.197", - "@vx/bounds": "0.0.197", - "@vx/brush": "0.0.197", - "@vx/clip-path": "0.0.197", - "@vx/curve": "0.0.197", - "@vx/drag": "0.0.197", - "@vx/event": "0.0.197", - "@vx/geo": "0.0.197", - "@vx/glyph": "0.0.197", - "@vx/gradient": "0.0.197", - "@vx/grid": "0.0.197", - "@vx/group": "0.0.197", - "@vx/heatmap": "0.0.197", - "@vx/hierarchy": "0.0.197", - "@vx/legend": "0.0.197", - "@vx/marker": "0.0.197", - "@vx/mock-data": "0.0.197", - "@vx/network": "0.0.197", - "@vx/pattern": "0.0.197", - "@vx/point": "0.0.197", - "@vx/responsive": "0.0.197", - "@vx/scale": "0.0.197", - "@vx/shape": "0.0.197", - "@vx/text": "0.0.197", - "@vx/tooltip": "0.0.197", - "@vx/voronoi": "0.0.197", - "@vx/zoom": "0.0.197" + "@vx/annotation": "0.0.198", + "@vx/axis": "0.0.198", + "@vx/bounds": "0.0.198", + "@vx/brush": "0.0.198", + "@vx/clip-path": "0.0.198", + "@vx/curve": "0.0.198", + "@vx/drag": "0.0.198", + "@vx/event": "0.0.198", + "@vx/geo": "0.0.198", + "@vx/glyph": "0.0.198", + "@vx/gradient": "0.0.198", + "@vx/grid": "0.0.198", + "@vx/group": "0.0.198", + "@vx/heatmap": "0.0.198", + "@vx/hierarchy": "0.0.198", + "@vx/legend": "0.0.198", + "@vx/marker": "0.0.198", + "@vx/mock-data": "0.0.198", + "@vx/network": "0.0.198", + "@vx/pattern": "0.0.198", + "@vx/point": "0.0.198", + "@vx/responsive": "0.0.198", + "@vx/scale": "0.0.198", + "@vx/shape": "0.0.198", + "@vx/text": "0.0.198", + "@vx/tooltip": "0.0.198", + "@vx/voronoi": "0.0.198", + "@vx/zoom": "0.0.198" } } diff --git a/packages/vx-zoom/package.json b/packages/vx-zoom/package.json index d73cb3020..e182e63a2 100644 --- a/packages/vx-zoom/package.json +++ b/packages/vx-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@vx/zoom", - "version": "0.0.197", + "version": "0.0.198", "description": "vx zoom", "sideEffects": false, "main": "lib/index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@types/react": "*", - "@vx/event": "0.0.197", + "@vx/event": "0.0.198", "prop-types": "^15.6.2" } }