-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(website): upgrade @nivo packages
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
|
@@ -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", | ||
|