Skip to content

Commit

Permalink
feat(website): upgrade @nivo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte authored and Raphaël Benitte committed Dec 5, 2017
1 parent e772479 commit 697e8aa
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions website/package.json
@@ -1,6 +1,6 @@
{
"name": "nivo-website",
"version": "0.32.0-11",
"version": "0.32.0-12",
"private": true,
"description": "nivo website",
"author": "Raphaël Benitte <benitteraphael@gmail.com>",
Expand All @@ -9,21 +9,21 @@
"source-map-explorer": "^1.5.0"
},
"dependencies": {
"@nivo/bar": "0.32.0-11",
"@nivo/calendar": "0.32.0-11",
"@nivo/chord": "0.32.0-11",
"@nivo/circle-packing": "0.32.0-11",
"@nivo/core": "0.32.0-11",
"@nivo/generators": "0.32.0-11",
"@nivo/heatmap": "0.32.0-11",
"@nivo/line": "0.32.0-11",
"@nivo/pie": "0.32.0-11",
"@nivo/radar": "0.32.0-11",
"@nivo/sankey": "0.32.0-11",
"@nivo/stream": "0.32.0-11",
"@nivo/sunburst": "0.32.0-11",
"@nivo/treemap": "0.32.0-11",
"@nivo/voronoi": "0.32.0-11",
"@nivo/bar": "0.32.0-12",
"@nivo/calendar": "0.32.0-12",
"@nivo/chord": "0.32.0-12",
"@nivo/circle-packing": "0.32.0-12",
"@nivo/core": "0.32.0-12",
"@nivo/generators": "0.32.0-12",
"@nivo/heatmap": "0.32.0-12",
"@nivo/line": "0.32.0-12",
"@nivo/pie": "0.32.0-12",
"@nivo/radar": "0.32.0-12",
"@nivo/sankey": "0.32.0-12",
"@nivo/stream": "0.32.0-12",
"@nivo/sunburst": "0.32.0-12",
"@nivo/treemap": "0.32.0-12",
"@nivo/voronoi": "0.32.0-12",
"classnames": "2.2.4",
"d3-scale": "^1.0.6",
"d3-scale-chromatic": "^1.1.1",
Expand Down

0 comments on commit 697e8aa

Please sign in to comment.