Skip to content

Commit

Permalink
feat(codesandbox): adjust nivo packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 1, 2024
1 parent 6fcdf4b commit 51eef71
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions examples/codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,39 @@
],
"main": "src/index.js",
"dependencies": {
"@nivo/annotations": "0.69.0",
"@nivo/arcs": "0.69.0",
"@nivo/axes": "0.69.1",
"@nivo/bar": "0.69.1",
"@nivo/bullet": "0.69.1",
"@nivo/bump": "0.69.1",
"@nivo/calendar": "0.69.0",
"@nivo/chord": "0.69.0",
"@nivo/circle-packing": "0.69.0",
"@nivo/colors": "0.69.0",
"@nivo/core": "0.69.0",
"@nivo/funnel": "0.69.0",
"@nivo/generators": "0.69.0",
"@nivo/geo": "0.69.0",
"@nivo/heatmap": "0.69.1",
"@nivo/legends": "0.69.0",
"@nivo/line": "0.69.1",
"@nivo/marimekko": "0.69.1",
"@nivo/network": "0.69.0",
"@nivo/parallel-coordinates": "0.69.1",
"@nivo/pie": "0.69.0",
"@nivo/radar": "0.69.0",
"@nivo/recompose": "0.69.0",
"@nivo/sankey": "0.69.0",
"@nivo/scales": "0.69.0",
"@nivo/scatterplot": "0.69.1",
"@nivo/stream": "0.69.1",
"@nivo/sunburst": "0.69.0",
"@nivo/swarmplot": "0.69.1",
"@nivo/tooltip": "0.69.0",
"@nivo/treemap": "0.69.0",
"@nivo/voronoi": "0.69.0",
"@nivo/waffle": "0.69.0",
"@nivo/annotations": "0.86.0",
"@nivo/arcs": "0.86.0",
"@nivo/axes": "0.86.0",
"@nivo/bar": "0.86.0",
"@nivo/bullet": "0.86.0",
"@nivo/bump": "0.86.0",
"@nivo/calendar": "0.86.0",
"@nivo/chord": "0.86.0",
"@nivo/circle-packing": "0.86.0",
"@nivo/colors": "0.86.0",
"@nivo/core": "0.86.0",
"@nivo/funnel": "0.86.0",
"@nivo/generators": "0.86.0",
"@nivo/geo": "0.86.0",
"@nivo/heatmap": "0.86.0",
"@nivo/legends": "0.86.0",
"@nivo/line": "0.86.0",
"@nivo/marimekko": "0.86.0",
"@nivo/network": "0.86.0",
"@nivo/parallel-coordinates": "0.86.0",
"@nivo/pie": "0.86.0",
"@nivo/radar": "0.86.0",
"@nivo/recompose": "0.86.0",
"@nivo/sankey": "0.86.0",
"@nivo/scales": "0.86.0",
"@nivo/scatterplot": "0.86.0",
"@nivo/stream": "0.86.0",
"@nivo/sunburst": "0.86.0",
"@nivo/swarmplot": "0.86.0",
"@nivo/tooltip": "0.86.0",
"@nivo/treemap": "0.86.0",
"@nivo/voronoi": "0.86.0",
"@nivo/waffle": "0.86.0",
"history": "5.0.0",
"otion": "0.6.2",
"react": "17.0.2",
Expand Down

0 comments on commit 51eef71

Please sign in to comment.