-
-
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 examples dependencies
- Loading branch information
Raphaël Benitte
committed
Mar 27, 2019
1 parent
4c4cbde
commit e07f58f
Showing
7 changed files
with
5,604 additions
and
2,826 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,23 +1,29 @@ | ||
{ | ||
"name": "nivo-example-retro", | ||
"version": "0.49.0", | ||
"version": "0.55.0", | ||
"private": true, | ||
"dependencies": { | ||
"@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" | ||
"@nivo/bar": "0.55.0", | ||
"@nivo/chord": "0.55.0", | ||
"@nivo/circle-packing": "0.55.0", | ||
"@nivo/core": "0.55.0", | ||
"@nivo/generators": "0.55.0", | ||
"@nivo/heatmap": "0.55.0", | ||
"@nivo/pie": "0.55.0", | ||
"@nivo/stream": "0.55.0", | ||
"@nivo/treemap": "0.55.0", | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5", | ||
"react-scripts": "^2.1.8" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build" | ||
} | ||
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start", | ||
"build": "SKIP_PREFLIGHT_CHECK=true react-scripts build" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.