Skip to content

Commit

Permalink
[xy-chart] bump @vx/shape and @vx/axis to 0.0.145
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Nov 1, 2017
1 parent a975183 commit 98de4a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/xy-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"@data-ui/theme": "0.0.9",
"@vx/axis": "0.0.140",
"@vx/axis": "0.0.145",
"@vx/curve": "0.0.140",
"@vx/event": "0.0.140",
"@vx/glyph": "0.0.140",
Expand All @@ -33,7 +33,7 @@
"@vx/point": "0.0.136",
"@vx/responsive": "0.0.140",
"@vx/scale": "0.0.140",
"@vx/shape": "0.0.140",
"@vx/shape": "0.0.145",
"@vx/tooltip": "0.0.140",
"@vx/voronoi": "0.0.140",
"d3-array": "^1.2.0",
Expand All @@ -49,11 +49,13 @@
"enzyme-adapter-react-16": "^1.0.0",
"jest": "^20.0.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"webpack": "^2.4.1"
},
"peerDependencies": {
"react": "^15.0.0-0 || ^16.0.0-0"
"react": "^15.0.0-0 || ^16.0.0-0",
"react-dom": "^15.0.0-0 || ^16.0.0-0"
},
"jest": {
"setupFiles": [
Expand Down

0 comments on commit 98de4a4

Please sign in to comment.