Skip to content

Commit

Permalink
Fix retro build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaadash authored and Raphaël Benitte committed Dec 7, 2017
1 parent 489f36f commit 6ed2289
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion examples/retro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"version": "0.32.0-9",
"private": true,
"dependencies": {
"nivo": "^0.27.0",
"@nivo/bar": "^0.33.0-3",
"@nivo/chord": "^0.33.0-3",
"@nivo/circle-packing": "^0.32.0",
"@nivo/core": "^0.32.0",
"@nivo/heatmap": "^0.33.0-3",
"@nivo/pie": "^0.33.0-3",
"@nivo/stream": "^0.33.0-3",
"nivo": "^0.32.0",
"nivo-generators": "^0.9.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/retro/src/components/charts/Stream.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react'
import { ResponsiveStream, patternDotsDef } from '@nivo/stream'
import { ResponsiveStream } from '@nivo/stream'
import { patternDotsDef } from '@nivo/core'
import { generateCountriesData } from 'nivo-generators'
import { colors } from '../../constants'

Expand Down

0 comments on commit 6ed2289

Please sign in to comment.