-
-
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(examples): upgrade retro example deps
- Loading branch information
Raphaël Benitte
committed
Sep 7, 2018
1 parent
531e492
commit 203f719
Showing
2 changed files
with
1,111 additions
and
385 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,25 +1,23 @@ | ||
{ | ||
"name": "nivo-example-retro", | ||
"version": "0.32.0-9", | ||
"version": "0.49.0", | ||
"private": true, | ||
"dependencies": { | ||
"@nivo/bar": "^0.33.0-4", | ||
"@nivo/chord": "^0.33.0-4", | ||
"@nivo/circle-packing": "^0.32.0", | ||
"@nivo/core": "^0.32.0", | ||
"@nivo/generators": "^0.32.0", | ||
"@nivo/heatmap": "^0.33.0-4", | ||
"@nivo/pie": "^0.33.0-4", | ||
"@nivo/stream": "^0.33.0-4", | ||
"@nivo/treemap": "^0.32.0", | ||
"react": "16.2.0", | ||
"react-dom": "16.2.0", | ||
"react-scripts": "1.0.13" | ||
"@nivo/bar": "0.49.0", | ||
"@nivo/chord": "0.49.0", | ||
"@nivo/circle-packing": "0.49.0", | ||
"@nivo/core": "0.49.0", | ||
"@nivo/generators": "0.49.0", | ||
"@nivo/heatmap": "0.49.0", | ||
"@nivo/pie": "0.49.0", | ||
"@nivo/stream": "0.49.0", | ||
"@nivo/treemap": "0.49.0", | ||
"react": "^16.5.0", | ||
"react-dom": "^16.5.0", | ||
"react-scripts": "^1.1.5" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | ||
"build": "react-scripts build" | ||
} | ||
} |
Oops, something went wrong.