Skip to content

Commit

Permalink
[gallery] update packages list
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Apr 23, 2017
1 parent 09bf548 commit 8ace618
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/vx-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"license": "MIT",
"dependencies": {
"@vx/annotation": "^0.0.60",
"@vx/axis": "0.0.100",
"@vx/brush": "0.0.100",
"@vx/axis": "0.0.89",
"@vx/brush": "0.0.98",
"@vx/curve": "0.0.100",
"@vx/glyph": "^0.0.49",
"@vx/gradient": "0.0.102",
Expand All @@ -28,10 +28,10 @@
"@vx/mock-data": "0.0.100",
"@vx/pattern": "0.0.100",
"@vx/point": "^0.0.49",
"@vx/responsive": "0.0.100",
"@vx/scale": "0.0.100",
"@vx/shape": "0.0.100",
"@vx/text": "0.0.100",
"@vx/responsive": "0.0.84",
"@vx/scale": "0.0.92",
"@vx/shape": "0.0.89",
"@vx/text": "0.0.84",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
"d3-shape": "^1.0.6",
Expand Down
3 changes: 3 additions & 0 deletions packages/vx-demo/pages/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ export default () => (
<ul>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-annotation">@vx/annotation</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-axis">@vx/axis</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-brush">@vx/brush</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-curve">@vx/curve</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-demo">@vx/demo</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-glyph">@vx/glyph</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-gradient">@vx/gradient</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-grid">@vx/grid</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-group">@vx/group</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-marker">@vx/marker</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-mock-data">@vx/mock-data</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-pattern">@vx/pattern</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-point">@vx/point</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-responsive">@vx/responsive</a></li>
<li><a href="https://github.com/hshoff/vx/tree/master/packages/vx-scale">@vx/scale</a></li>
Expand Down

0 comments on commit 8ace618

Please sign in to comment.