Skip to content

Commit

Permalink
fix(chord): fix broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Dec 8, 2017
1 parent b8e6af9 commit 1021624
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/nivo-chord/src/ChordArcs.js
Expand Up @@ -16,7 +16,7 @@ import {
defaultAnimate,
defaultMotionDamping,
defaultMotionStiffness,
} from '../../nivo-core/src/defaults'
} from '@nivo/core'

const ChordArcs = ({
arcs,
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-chord/src/ChordLabels.js
Expand Up @@ -14,7 +14,7 @@ import {
defaultAnimate,
defaultMotionDamping,
defaultMotionStiffness,
} from '../../nivo-core/src/defaults'
} from '@nivo/core'

const ChordLabels = ({
arcs,
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-chord/src/ChordRibbons.js
Expand Up @@ -21,7 +21,7 @@ import {
defaultAnimate,
defaultMotionDamping,
defaultMotionStiffness,
} from '../../nivo-core/src/defaults'
} from '@nivo/core'

/**
* Used to get ribbon angles, instead of using source and target arcs,
Expand Down
34 changes: 17 additions & 17 deletions website/package.json
Expand Up @@ -9,23 +9,23 @@
"source-map-explorer": "^1.5.0"
},
"dependencies": {
"@nivo/bar": "0.33.0-4",
"@nivo/calendar": "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/legends": "0.33.0-4",
"@nivo/line": "0.33.0-4",
"@nivo/pie": "0.33.0-4",
"@nivo/radar": "0.33.0-4",
"@nivo/sankey": "0.33.0-4",
"@nivo/scatterplot": "0.33.0-4",
"@nivo/stream": "0.33.0-4",
"@nivo/sunburst": "0.32.0",
"@nivo/treemap": "0.32.0",
"@nivo/voronoi": "0.32.0",
"@nivo/bar": "0.33.0-5",
"@nivo/calendar": "0.33.0-5",
"@nivo/chord": "0.33.0-5",
"@nivo/circle-packing": "0.33.0-5",
"@nivo/core": "0.33.0-5",
"@nivo/generators": "0.33.0-5",
"@nivo/heatmap": "0.33.0-5",
"@nivo/legends": "0.33.0-5",
"@nivo/line": "0.33.0-5",
"@nivo/pie": "0.33.0-5",
"@nivo/radar": "0.33.0-5",
"@nivo/sankey": "0.33.0-5",
"@nivo/scatterplot": "0.33.0-5",
"@nivo/stream": "0.33.0-5",
"@nivo/sunburst": "0.33.0-5",
"@nivo/treemap": "0.33.0-5",
"@nivo/voronoi": "0.33.0-5",
"classnames": "2.2.4",
"d3-scale": "^1.0.6",
"d3-scale-chromatic": "^1.1.1",
Expand Down

0 comments on commit 1021624

Please sign in to comment.