From aa7cca8fe2bb14cb39c917b8ea26dff93e4a6dc3 Mon Sep 17 00:00:00 2001 From: Harry Shoff Date: Thu, 21 Sep 2017 11:27:43 -0700 Subject: [PATCH 1/3] [deps] include react@16-rc + 16.x --- package.json | 28 ++++++++-------------------- packages/vx-annotation/package.json | 16 ++++------------ packages/vx-axis/package.json | 16 ++++------------ packages/vx-bounds/package.json | 22 ++++++++-------------- packages/vx-boxplot/package.json | 12 +++--------- packages/vx-brush/package.json | 16 ++++------------ packages/vx-clip-path/package.json | 8 +++----- packages/vx-curve/package.json | 12 ++---------- packages/vx-demo/package.json | 10 ++-------- packages/vx-drag/package.json | 16 ++++------------ packages/vx-event/package.json | 12 ++---------- packages/vx-geo/package.json | 4 ++-- packages/vx-glyph/package.json | 16 ++++------------ packages/vx-gradient/package.json | 16 ++++------------ packages/vx-grid/package.json | 16 ++++------------ packages/vx-group/package.json | 8 +++----- packages/vx-heatmap/package.json | 16 ++++------------ packages/vx-hierarchy/package.json | 12 +++--------- packages/vx-legend/package.json | 12 +++--------- packages/vx-marker/package.json | 16 ++++------------ packages/vx-network/package.json | 15 ++++++--------- packages/vx-pattern/package.json | 16 ++++------------ packages/vx-responsive/package.json | 16 ++++------------ packages/vx-shape/package.json | 16 ++++------------ packages/vx-text/package.json | 16 ++++------------ packages/vx-tooltip/package.json | 12 +++--------- packages/vx-voronoi/package.json | 16 ++++------------ packages/vx-vx/package.json | 12 +++--------- packages/vx-zoom/package.json | 12 ++---------- 29 files changed, 109 insertions(+), 306 deletions(-) diff --git a/package.json b/package.json index 68aa74158..99f09090d 100644 --- a/package.json +++ b/package.json @@ -6,30 +6,18 @@ "scripts": { "test": "lerna exec npm install && jest", "docs": "node ./scripts/docs/index.js", - "prepare-release": "git checkout master && git pull --rebase origin master && npm run docs && lerna updated", + "prepare-release": + "git checkout master && git pull --rebase origin master && npm run docs && lerna updated", "release": "npm run prepare-release && lerna publish --exact" }, "jest": { - "projects": [ - "/packages/*" - ], + "projects": ["/packages/*"], "collectCoverage": true, "coverageDirectory": "/coverage", - "coveragePathIgnorePatterns": [ - "/node_modules/" - ], - "coverageReporters": [ - "text", - "lcov" - ] + "coveragePathIgnorePatterns": ["/node_modules/"], + "coverageReporters": ["text", "lcov"] }, - "keywords": [ - "react", - "d3", - "visualization", - "vx", - "charts" - ], + "keywords": ["react", "d3", "visualization", "vx", "charts"], "author": "@hshoff", "license": "MIT", "devDependencies": { @@ -37,9 +25,9 @@ "coveralls": "^2.13.1", "jest": "^20.0.3", "lerna": "2.1.2", - "react": "^15.5.4", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.5.1", - "react-dom": "^15.5.4", + "react-dom": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "regenerator-runtime": "^0.10.5" } } diff --git a/packages/vx-annotation/package.json b/packages/vx-annotation/package.json index 4057618fa..ab1087f21 100644 --- a/packages/vx-annotation/package.json +++ b/packages/vx-annotation/package.json @@ -3,9 +3,7 @@ "version": "0.0.139", "description": "vx annotation", "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -32,14 +24,14 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "15.4.2", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "dependencies": { "@vx/group": "0.0.136", diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index 91f92c453..a6235fcf1 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -8,20 +8,12 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -39,14 +31,14 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-bounds/package.json b/packages/vx-bounds/package.json index 536e0d872..e901094d7 100644 --- a/packages/vx-bounds/package.json +++ b/packages/vx-bounds/package.json @@ -1,26 +1,20 @@ { "name": "@vx/bounds", "version": "0.0.137", - "description": "Utilities to make your life with bounding boxes better", + "description": + "Utilities to make your life with bounding boxes better", "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "visualizations", "charts"], "author": "Chris Williams @williaster", "license": "MIT", "bugs": { @@ -34,8 +28,8 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", - "react-dom": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react-dom": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.4.2", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -45,7 +39,7 @@ "prop-types": "^15.5.10" }, "peerDependencies": { - "react": "^15.0.0 || 15.x", - "react-dom": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react-dom": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" } } diff --git a/packages/vx-boxplot/package.json b/packages/vx-boxplot/package.json index b031a3ae3..96f750c95 100644 --- a/packages/vx-boxplot/package.json +++ b/packages/vx-boxplot/package.json @@ -12,13 +12,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@conglei", "license": "MIT", "bugs": { @@ -37,10 +31,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-brush/package.json b/packages/vx-brush/package.json index 83cad3217..370bf0399 100644 --- a/packages/vx-brush/package.json +++ b/packages/vx-brush/package.json @@ -8,20 +8,12 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "d3", - "react", - "visualizations", - "charts" - ], + "keywords": ["vx", "d3", "react", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -39,10 +31,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "dependencies": { "classnames": "^2.2.5", diff --git a/packages/vx-clip-path/package.json b/packages/vx-clip-path/package.json index af8ebfd77..0674bfa2c 100644 --- a/packages/vx-clip-path/package.json +++ b/packages/vx-clip-path/package.json @@ -8,9 +8,7 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" @@ -37,10 +35,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-curve/package.json b/packages/vx-curve/package.json index 35387bef7..891680dee 100644 --- a/packages/vx-curve/package.json +++ b/packages/vx-curve/package.json @@ -4,21 +4,13 @@ "description": "vx curve", "main": "build/index.js", "repository": "https://github.com/hshoff/vx", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "react", - "d3", - "visualization", - "chart" - ], + "keywords": ["vx", "react", "d3", "visualization", "chart"], "author": "@hshoff", "license": "MIT", "dependencies": { diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 86f108ed7..1bbcc6389 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -9,11 +9,7 @@ "start": "next start", "test": "jest" }, - "keywords": [ - "vx", - "demo", - "examples" - ], + "keywords": ["vx", "demo", "examples"], "author": "@hshoff", "license": "MIT", "dependencies": { @@ -64,9 +60,7 @@ "topojson-client": "^3.0.0" }, "browserify": { - "transform": [ - "babelify" - ] + "transform": ["babelify"] }, "publishConfig": { "access": "public" diff --git a/packages/vx-drag/package.json b/packages/vx-drag/package.json index 30fcdd4fc..0a27b77ad 100644 --- a/packages/vx-drag/package.json +++ b/packages/vx-drag/package.json @@ -8,20 +8,12 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -39,9 +31,9 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" } } diff --git a/packages/vx-event/package.json b/packages/vx-event/package.json index ac8e4c01d..67f7867c6 100644 --- a/packages/vx-event/package.json +++ b/packages/vx-event/package.json @@ -8,20 +8,12 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "d3", - "react", - "visualizations", - "charts" - ], + "keywords": ["vx", "d3", "react", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { diff --git a/packages/vx-geo/package.json b/packages/vx-geo/package.json index b0c39c68a..94c8885f0 100644 --- a/packages/vx-geo/package.json +++ b/packages/vx-geo/package.json @@ -36,7 +36,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.9.1", "jest": "^20.0.4", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.6.0", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-test-renderer": "^15.6.1", @@ -45,7 +45,7 @@ "topojson-client": "^3.0.0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-glyph/package.json b/packages/vx-glyph/package.json index 9a55a597c..51a29bc35 100644 --- a/packages/vx-glyph/package.json +++ b/packages/vx-glyph/package.json @@ -8,20 +8,12 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -39,10 +31,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "dependencies": { "@vx/group": "0.0.136", diff --git a/packages/vx-gradient/package.json b/packages/vx-gradient/package.json index 0671960dd..81ef014c3 100644 --- a/packages/vx-gradient/package.json +++ b/packages/vx-gradient/package.json @@ -7,21 +7,13 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -40,10 +32,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index 4ffb4237a..9f0b288a3 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -3,9 +3,7 @@ "version": "0.0.139", "description": "vx grid", "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -32,14 +24,14 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "dependencies": { "@vx/group": "0.0.136", diff --git a/packages/vx-group/package.json b/packages/vx-group/package.json index c260ac7ac..00c07f1e6 100644 --- a/packages/vx-group/package.json +++ b/packages/vx-group/package.json @@ -8,9 +8,7 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" @@ -37,10 +35,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "dependencies": { "classnames": "^2.2.5" diff --git a/packages/vx-heatmap/package.json b/packages/vx-heatmap/package.json index 5ede51442..bc3a7d8a5 100644 --- a/packages/vx-heatmap/package.json +++ b/packages/vx-heatmap/package.json @@ -7,21 +7,13 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -39,10 +31,10 @@ "regenerator-runtime": "^0.10.5", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "dependencies": { "@vx/group": "0.0.136", diff --git a/packages/vx-hierarchy/package.json b/packages/vx-hierarchy/package.json index 9b3d10f36..905550863 100644 --- a/packages/vx-hierarchy/package.json +++ b/packages/vx-hierarchy/package.json @@ -12,13 +12,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "d3", - "react", - "visualizations", - "charts" - ], + "keywords": ["vx", "d3", "react", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -29,7 +23,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -44,6 +38,6 @@ "d3-hierarchy": "^1.1.4" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" } } diff --git a/packages/vx-legend/package.json b/packages/vx-legend/package.json index 60623b66a..6ea7afe02 100644 --- a/packages/vx-legend/package.json +++ b/packages/vx-legend/package.json @@ -12,13 +12,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -29,14 +23,14 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index bab9c5524..6b99578d9 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -3,9 +3,7 @@ "version": "0.0.139", "description": "vx marker", "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -32,7 +24,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -44,7 +36,7 @@ "classnames": "^2.2.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-network/package.json b/packages/vx-network/package.json index 4759f6484..67656b6b7 100644 --- a/packages/vx-network/package.json +++ b/packages/vx-network/package.json @@ -4,20 +4,13 @@ "description": "vx graph", "main": "build/index.js", "repository": "https://github.com/hshoff/vx", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "data", - "visualizations", - "charts" - ], + "keywords": ["vx", "data", "visualizations", "charts"], "author": "@andyfang_dz", "license": "MIT", "devDependencies": { @@ -25,6 +18,7 @@ "jest": "^20.0.3", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "regenerator-runtime": "^0.10.5" }, "dependencies": { @@ -32,6 +26,9 @@ "classnames": "^2.2.5", "d3-force": "^1.0.6" }, + "peerDependencies": { + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + }, "publishConfig": { "access": "public" } diff --git a/packages/vx-pattern/package.json b/packages/vx-pattern/package.json index a84a7aed7..5456b5393 100644 --- a/packages/vx-pattern/package.json +++ b/packages/vx-pattern/package.json @@ -3,9 +3,7 @@ "version": "0.0.136", "description": "vx pattern", "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualization", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualization", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -40,10 +32,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-responsive/package.json b/packages/vx-responsive/package.json index abfb33230..861af1b46 100644 --- a/packages/vx-responsive/package.json +++ b/packages/vx-responsive/package.json @@ -3,9 +3,7 @@ "version": "0.0.136", "description": "vx responsive svg", "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -32,7 +24,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -42,7 +34,7 @@ "lodash": "^4.0.8" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index 90e513e62..8299f9c1a 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -4,21 +4,13 @@ "description": "vx shape", "main": "build/index.js", "repository": "https://github.com/hshoff/vx", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "dependencies": { @@ -34,14 +26,14 @@ "d3-array": "^1.2.0", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index 01b55b372..dad78cd82 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -3,9 +3,7 @@ "version": "0.0.136", "description": "vx text", "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualization", - "chart" - ], + "keywords": ["vx", "react", "d3", "visualization", "chart"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -35,14 +27,14 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-tooltip/package.json b/packages/vx-tooltip/package.json index 0e525caf5..03dc0561c 100644 --- a/packages/vx-tooltip/package.json +++ b/packages/vx-tooltip/package.json @@ -12,13 +12,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -38,10 +32,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "publishConfig": { "access": "public" diff --git a/packages/vx-voronoi/package.json b/packages/vx-voronoi/package.json index 73640a969..0b1545629 100644 --- a/packages/vx-voronoi/package.json +++ b/packages/vx-voronoi/package.json @@ -8,20 +8,12 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "Chris Williams @williaster", "license": "MIT", "bugs": { @@ -35,7 +27,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.4.2", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -47,6 +39,6 @@ "d3-voronoi": "^1.1.2" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" } } diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index c89fd81a7..714e86101 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -12,13 +12,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -29,13 +23,13 @@ "access": "public" }, "peerDependencies": { - "react": "^15.0.0 || 15.x" + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" }, "devDependencies": { "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x", + "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", "react-addons-test-utils": "^15.4.2", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", diff --git a/packages/vx-zoom/package.json b/packages/vx-zoom/package.json index 18e972d15..1f32dd3aa 100644 --- a/packages/vx-zoom/package.json +++ b/packages/vx-zoom/package.json @@ -8,20 +8,12 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { From 4333dc5980a518df1c8d0f64d6abbc617c78c80c Mon Sep 17 00:00:00 2001 From: Harry Shoff Date: Thu, 21 Sep 2017 12:57:12 -0700 Subject: [PATCH 2/3] [deps] better semver for react 15+16 --- package.json | 5 ++--- packages/vx-annotation/package.json | 5 +++-- packages/vx-axis/package.json | 4 ++-- packages/vx-bounds/package.json | 8 ++++---- packages/vx-boxplot/package.json | 4 ++-- packages/vx-brush/package.json | 4 ++-- packages/vx-clip-path/package.json | 4 ++-- packages/vx-drag/package.json | 4 ++-- packages/vx-geo/package.json | 4 ++-- packages/vx-glyph/package.json | 4 ++-- packages/vx-gradient/package.json | 4 ++-- packages/vx-grid/package.json | 4 ++-- packages/vx-group/package.json | 4 ++-- packages/vx-heatmap/package.json | 4 ++-- packages/vx-hierarchy/package.json | 4 ++-- packages/vx-legend/package.json | 4 ++-- packages/vx-marker/package.json | 4 ++-- packages/vx-network/package.json | 4 ++-- packages/vx-pattern/package.json | 4 ++-- packages/vx-responsive/package.json | 4 ++-- packages/vx-shape/package.json | 4 ++-- packages/vx-text/package.json | 4 ++-- packages/vx-tooltip/package.json | 4 ++-- packages/vx-voronoi/package.json | 4 ++-- packages/vx-vx/package.json | 4 ++-- 25 files changed, 53 insertions(+), 53 deletions(-) diff --git a/package.json b/package.json index 99f09090d..5e10e54a0 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,8 @@ "coveralls": "^2.13.1", "jest": "^20.0.3", "lerna": "2.1.2", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", - "react-addons-test-utils": "^15.5.1", - "react-dom": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", + "react-dom": "^15.0.0-0 || ^16.0.0-0", "regenerator-runtime": "^0.10.5" } } diff --git a/packages/vx-annotation/package.json b/packages/vx-annotation/package.json index ab1087f21..9a314772d 100644 --- a/packages/vx-annotation/package.json +++ b/packages/vx-annotation/package.json @@ -24,14 +24,15 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "15.4.2", "react-fatigue-dev": "github:tj/react-fatigue-dev", + "react-test-renderer": "^15.6.1", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { "@vx/group": "0.0.136", diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index a6235fcf1..de253ffe5 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -31,14 +31,14 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-bounds/package.json b/packages/vx-bounds/package.json index e901094d7..0be7351d9 100644 --- a/packages/vx-bounds/package.json +++ b/packages/vx-bounds/package.json @@ -28,8 +28,8 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", - "react-dom": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", + "react-dom": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.4.2", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -39,7 +39,7 @@ "prop-types": "^15.5.10" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", - "react-dom": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0", + "react-dom": "^15.0.0-0 || ^16.0.0-0" } } diff --git a/packages/vx-boxplot/package.json b/packages/vx-boxplot/package.json index 96f750c95..c3c5317d4 100644 --- a/packages/vx-boxplot/package.json +++ b/packages/vx-boxplot/package.json @@ -31,10 +31,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-brush/package.json b/packages/vx-brush/package.json index 370bf0399..4523dcc67 100644 --- a/packages/vx-brush/package.json +++ b/packages/vx-brush/package.json @@ -31,10 +31,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { "classnames": "^2.2.5", diff --git a/packages/vx-clip-path/package.json b/packages/vx-clip-path/package.json index 0674bfa2c..59511f590 100644 --- a/packages/vx-clip-path/package.json +++ b/packages/vx-clip-path/package.json @@ -35,10 +35,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-drag/package.json b/packages/vx-drag/package.json index 0a27b77ad..bf893a41c 100644 --- a/packages/vx-drag/package.json +++ b/packages/vx-drag/package.json @@ -31,9 +31,9 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" } } diff --git a/packages/vx-geo/package.json b/packages/vx-geo/package.json index 94c8885f0..56b822b1d 100644 --- a/packages/vx-geo/package.json +++ b/packages/vx-geo/package.json @@ -36,7 +36,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.9.1", "jest": "^20.0.4", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.6.0", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-test-renderer": "^15.6.1", @@ -45,7 +45,7 @@ "topojson-client": "^3.0.0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-glyph/package.json b/packages/vx-glyph/package.json index 51a29bc35..1b3f69ed3 100644 --- a/packages/vx-glyph/package.json +++ b/packages/vx-glyph/package.json @@ -31,10 +31,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { "@vx/group": "0.0.136", diff --git a/packages/vx-gradient/package.json b/packages/vx-gradient/package.json index 81ef014c3..54f0fe48b 100644 --- a/packages/vx-gradient/package.json +++ b/packages/vx-gradient/package.json @@ -32,10 +32,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index 9f0b288a3..2e5d57e80 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -24,14 +24,14 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { "@vx/group": "0.0.136", diff --git a/packages/vx-group/package.json b/packages/vx-group/package.json index 00c07f1e6..f3104603e 100644 --- a/packages/vx-group/package.json +++ b/packages/vx-group/package.json @@ -35,10 +35,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { "classnames": "^2.2.5" diff --git a/packages/vx-heatmap/package.json b/packages/vx-heatmap/package.json index bc3a7d8a5..59c98280d 100644 --- a/packages/vx-heatmap/package.json +++ b/packages/vx-heatmap/package.json @@ -31,10 +31,10 @@ "regenerator-runtime": "^0.10.5", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { "@vx/group": "0.0.136", diff --git a/packages/vx-hierarchy/package.json b/packages/vx-hierarchy/package.json index 905550863..b9af85a47 100644 --- a/packages/vx-hierarchy/package.json +++ b/packages/vx-hierarchy/package.json @@ -23,7 +23,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -38,6 +38,6 @@ "d3-hierarchy": "^1.1.4" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" } } diff --git a/packages/vx-legend/package.json b/packages/vx-legend/package.json index 6ea7afe02..be96133e0 100644 --- a/packages/vx-legend/package.json +++ b/packages/vx-legend/package.json @@ -23,14 +23,14 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index 6b99578d9..d92cc49a7 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -24,7 +24,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -36,7 +36,7 @@ "classnames": "^2.2.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-network/package.json b/packages/vx-network/package.json index 67656b6b7..637f25718 100644 --- a/packages/vx-network/package.json +++ b/packages/vx-network/package.json @@ -18,7 +18,7 @@ "jest": "^20.0.3", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "regenerator-runtime": "^0.10.5" }, "dependencies": { @@ -27,7 +27,7 @@ "d3-force": "^1.0.6" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-pattern/package.json b/packages/vx-pattern/package.json index 5456b5393..9821178c2 100644 --- a/packages/vx-pattern/package.json +++ b/packages/vx-pattern/package.json @@ -32,10 +32,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-responsive/package.json b/packages/vx-responsive/package.json index 861af1b46..5c064f7f7 100644 --- a/packages/vx-responsive/package.json +++ b/packages/vx-responsive/package.json @@ -24,7 +24,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -34,7 +34,7 @@ "lodash": "^4.0.8" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index 8299f9c1a..841232b80 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -26,14 +26,14 @@ "d3-array": "^1.2.0", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index dad78cd82..8f2a2f380 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -27,14 +27,14 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.5.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-tooltip/package.json b/packages/vx-tooltip/package.json index 03dc0561c..6d31b7eb8 100644 --- a/packages/vx-tooltip/package.json +++ b/packages/vx-tooltip/package.json @@ -32,10 +32,10 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "publishConfig": { "access": "public" diff --git a/packages/vx-voronoi/package.json b/packages/vx-voronoi/package.json index 0b1545629..9b71ae6e6 100644 --- a/packages/vx-voronoi/package.json +++ b/packages/vx-voronoi/package.json @@ -27,7 +27,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.4.2", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", @@ -39,6 +39,6 @@ "d3-voronoi": "^1.1.2" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" } } diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 714e86101..62a2b96f3 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -23,13 +23,13 @@ "access": "public" }, "peerDependencies": { - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x" + "react": "^15.0.0-0 || ^16.0.0-0" }, "devDependencies": { "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react": "^15.0.0 || 15.x || >16.0.0-rc || 16.x", + "react": "^15.0.0-0 || ^16.0.0-0", "react-addons-test-utils": "^15.4.2", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", From 258acfbdd5b7241caad56c8d08e4c732d57706b9 Mon Sep 17 00:00:00 2001 From: Harry Shoff Date: Thu, 21 Sep 2017 13:28:01 -0700 Subject: [PATCH 3/3] [deps] react-addons-test-utils => react-test-renderer --- packages/vx-axis/package.json | 2 +- packages/vx-bounds/package.json | 2 +- packages/vx-boxplot/package.json | 2 +- packages/vx-brush/package.json | 2 +- packages/vx-curve/package.json | 1 - packages/vx-demo/package.json | 2 +- packages/vx-drag/package.json | 2 +- packages/vx-event/package.json | 2 +- packages/vx-geo/package.json | 2 +- packages/vx-glyph/package.json | 2 +- packages/vx-gradient/package.json | 2 +- packages/vx-grid/package.json | 2 +- packages/vx-heatmap/package.json | 2 +- packages/vx-hierarchy/package.json | 2 +- packages/vx-legend/package.json | 2 +- packages/vx-marker/package.json | 2 +- packages/vx-pattern/package.json | 2 +- packages/vx-responsive/package.json | 2 +- packages/vx-scale/package.json | 14 +++----------- packages/vx-shape/package.json | 2 +- packages/vx-text/package.json | 2 +- packages/vx-tooltip/package.json | 2 +- packages/vx-voronoi/package.json | 2 +- packages/vx-vx/package.json | 2 +- packages/vx-zoom/package.json | 2 +- 25 files changed, 26 insertions(+), 35 deletions(-) diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index de253ffe5..cdfd4822f 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -32,7 +32,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-bounds/package.json b/packages/vx-bounds/package.json index 0be7351d9..22d6182e3 100644 --- a/packages/vx-bounds/package.json +++ b/packages/vx-bounds/package.json @@ -30,7 +30,7 @@ "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", "react-dom": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.4.2", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-boxplot/package.json b/packages/vx-boxplot/package.json index c3c5317d4..347025acb 100644 --- a/packages/vx-boxplot/package.json +++ b/packages/vx-boxplot/package.json @@ -27,7 +27,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", diff --git a/packages/vx-brush/package.json b/packages/vx-brush/package.json index 4523dcc67..43f09479b 100644 --- a/packages/vx-brush/package.json +++ b/packages/vx-brush/package.json @@ -27,7 +27,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", diff --git a/packages/vx-curve/package.json b/packages/vx-curve/package.json index 891680dee..426d3dd25 100644 --- a/packages/vx-curve/package.json +++ b/packages/vx-curve/package.json @@ -20,7 +20,6 @@ "babel-jest": "^20.0.3", "jest": "^20.0.3", "react-fatigue-dev": "github:tj/react-fatigue-dev", - "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" }, "publishConfig": { diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 1bbcc6389..7d8506d4d 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -69,7 +69,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "regenerator-runtime": "^0.10.5" } } diff --git a/packages/vx-drag/package.json b/packages/vx-drag/package.json index bf893a41c..18f543485 100644 --- a/packages/vx-drag/package.json +++ b/packages/vx-drag/package.json @@ -27,7 +27,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", diff --git a/packages/vx-event/package.json b/packages/vx-event/package.json index 67f7867c6..ac744cef8 100644 --- a/packages/vx-event/package.json +++ b/packages/vx-event/package.json @@ -27,7 +27,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-geo/package.json b/packages/vx-geo/package.json index 56b822b1d..7bbb3053d 100644 --- a/packages/vx-geo/package.json +++ b/packages/vx-geo/package.json @@ -37,7 +37,7 @@ "enzyme": "^2.9.1", "jest": "^20.0.4", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.6.0", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-test-renderer": "^15.6.1", "react-tools": "^0.13.3", diff --git a/packages/vx-glyph/package.json b/packages/vx-glyph/package.json index 1b3f69ed3..1e745b5c0 100644 --- a/packages/vx-glyph/package.json +++ b/packages/vx-glyph/package.json @@ -27,7 +27,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.4.2", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", diff --git a/packages/vx-gradient/package.json b/packages/vx-gradient/package.json index 54f0fe48b..3f1473c4f 100644 --- a/packages/vx-gradient/package.json +++ b/packages/vx-gradient/package.json @@ -28,7 +28,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index 2e5d57e80..4377fd9ca 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -25,7 +25,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-heatmap/package.json b/packages/vx-heatmap/package.json index 59c98280d..5ff92ce30 100644 --- a/packages/vx-heatmap/package.json +++ b/packages/vx-heatmap/package.json @@ -27,7 +27,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.4", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "regenerator-runtime": "^0.10.5", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", diff --git a/packages/vx-hierarchy/package.json b/packages/vx-hierarchy/package.json index b9af85a47..f857786ed 100644 --- a/packages/vx-hierarchy/package.json +++ b/packages/vx-hierarchy/package.json @@ -24,7 +24,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-legend/package.json b/packages/vx-legend/package.json index be96133e0..d33d4be92 100644 --- a/packages/vx-legend/package.json +++ b/packages/vx-legend/package.json @@ -24,7 +24,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index d92cc49a7..14d7aac95 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -25,7 +25,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-pattern/package.json b/packages/vx-pattern/package.json index 9821178c2..dcd9da7b4 100644 --- a/packages/vx-pattern/package.json +++ b/packages/vx-pattern/package.json @@ -28,7 +28,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.4.2", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", diff --git a/packages/vx-responsive/package.json b/packages/vx-responsive/package.json index 5c064f7f7..7b5a7a868 100644 --- a/packages/vx-responsive/package.json +++ b/packages/vx-responsive/package.json @@ -25,7 +25,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-scale/package.json b/packages/vx-scale/package.json index d3d830c50..e39b15650 100644 --- a/packages/vx-scale/package.json +++ b/packages/vx-scale/package.json @@ -8,20 +8,12 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -32,7 +24,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index 841232b80..8cd750cd5 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -27,7 +27,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index 8f2a2f380..a34c7668b 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -28,7 +28,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-tooltip/package.json b/packages/vx-tooltip/package.json index 6d31b7eb8..bcb2c34cc 100644 --- a/packages/vx-tooltip/package.json +++ b/packages/vx-tooltip/package.json @@ -28,7 +28,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5", diff --git a/packages/vx-voronoi/package.json b/packages/vx-voronoi/package.json index 9b71ae6e6..91598b1fd 100644 --- a/packages/vx-voronoi/package.json +++ b/packages/vx-voronoi/package.json @@ -28,7 +28,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.4.2", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 62a2b96f3..411cff2b3 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -30,7 +30,7 @@ "enzyme": "^2.8.2", "jest": "^20.0.3", "react": "^15.0.0-0 || ^16.0.0-0", - "react-addons-test-utils": "^15.4.2", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5" diff --git a/packages/vx-zoom/package.json b/packages/vx-zoom/package.json index 1f32dd3aa..a77d5659a 100644 --- a/packages/vx-zoom/package.json +++ b/packages/vx-zoom/package.json @@ -27,7 +27,7 @@ "babel-jest": "^20.0.3", "enzyme": "^2.8.2", "jest": "^20.0.3", - "react-addons-test-utils": "^15.5.1", + "react-test-renderer": "^15.6.1", "react-fatigue-dev": "github:tj/react-fatigue-dev", "react-tools": "^0.10.0", "regenerator-runtime": "^0.10.5"