Skip to content

Commit

Permalink
[axis] peerDep react@^16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Sep 6, 2019
1 parent 5b1fbcf commit 9314591
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vx-axis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"raf": "^3.4.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-test-renderer": "^16.9.0",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-commonjs": "^9.1.3",
Expand All @@ -82,7 +82,7 @@
"rollup-plugin-uglify": "^4.0.0"
},
"peerDependencies": {
"react": "^15.0.0-0 || ^16.0.0-0"
"react": "^16.3.0-0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9314591

Please sign in to comment.