Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps] react 16, react-test-renderer #155

Merged
merged 3 commits into from
Sep 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 8 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,27 @@
"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": [
"<rootDir>/packages/*"
],
"projects": ["<rootDir>/packages/*"],
"collectCoverage": true,
"coverageDirectory": "<rootDir>/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": {
"babel-jest": "^20.0.3",
"coveralls": "^2.13.1",
"jest": "^20.0.3",
"lerna": "2.1.2",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"react": "^15.0.0-0 || ^16.0.0-0",
"react-dom": "^15.0.0-0 || ^16.0.0-0",
"regenerator-runtime": "^0.10.5"
}
}
17 changes: 5 additions & 12 deletions packages/vx-annotation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand All @@ -32,14 +24,15 @@
"babel-jest": "^20.0.3",
"enzyme": "^2.8.2",
"jest": "^20.0.3",
"react": "^15.0.0 || 15.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"
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.136",
Expand Down
18 changes: 5 additions & 13 deletions packages/vx-axis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -39,14 +31,14 @@
"babel-jest": "^20.0.3",
"enzyme": "^2.8.2",
"jest": "^20.0.3",
"react": "^15.0.0 || 15.x",
"react-addons-test-utils": "^15.5.1",
"react": "^15.0.0-0 || ^16.0.0-0",
"react-test-renderer": "^15.6.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-0 || ^16.0.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 9 additions & 15 deletions packages/vx-bounds/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -34,9 +28,9 @@
"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-addons-test-utils": "^15.4.2",
"react": "^15.0.0-0 || ^16.0.0-0",
"react-dom": "^15.0.0-0 || ^16.0.0-0",
"react-test-renderer": "^15.6.1",
"react-fatigue-dev": "github:tj/react-fatigue-dev",
"react-tools": "^0.10.0",
"regenerator-runtime": "^0.10.5"
Expand All @@ -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-0 || ^16.0.0-0",
"react-dom": "^15.0.0-0 || ^16.0.0-0"
}
}
14 changes: 4 additions & 10 deletions packages/vx-boxplot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -33,14 +27,14 @@
"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",
"react": "^15.0.0 || 15.x"
"react": "^15.0.0-0 || ^16.0.0-0"
},
"peerDependencies": {
"react": "^15.0.0 || 15.x"
"react": "^15.0.0-0 || ^16.0.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 5 additions & 13 deletions packages/vx-brush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -35,14 +27,14 @@
"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",
"react": "^15.0.0 || 15.x"
"react": "^15.0.0-0 || ^16.0.0-0"
},
"peerDependencies": {
"react": "^15.0.0 || 15.x"
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"classnames": "^2.2.5",
Expand Down
8 changes: 3 additions & 5 deletions packages/vx-clip-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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-0 || ^16.0.0-0"
},
"peerDependencies": {
"react": "^15.0.0 || 15.x"
"react": "^15.0.0-0 || ^16.0.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
13 changes: 2 additions & 11 deletions packages/vx-curve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -28,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": {
Expand Down
12 changes: 3 additions & 9 deletions packages/vx-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
"start": "next start",
"test": "jest"
},
"keywords": [
"vx",
"demo",
"examples"
],
"keywords": ["vx", "demo", "examples"],
"author": "@hshoff",
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -64,9 +60,7 @@
"topojson-client": "^3.0.0"
},
"browserify": {
"transform": [
"babelify"
]
"transform": ["babelify"]
},
"publishConfig": {
"access": "public"
Expand All @@ -75,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"
}
}
18 changes: 5 additions & 13 deletions packages/vx-drag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -35,13 +27,13 @@
"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",
"react": "^15.0.0 || 15.x"
"react": "^15.0.0-0 || ^16.0.0-0"
},
"peerDependencies": {
"react": "^15.0.0 || 15.x"
"react": "^15.0.0-0 || ^16.0.0-0"
}
}
Loading