Skip to content

Commit

Permalink
feat(website): upgrade nivo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed May 19, 2018
1 parent fd02bf0 commit 5f416e9
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 74 deletions.
5 changes: 5 additions & 0 deletions conf/rollup.config.js
Expand Up @@ -38,12 +38,14 @@ export default {
'lodash/flattenDepth',
'lodash/isPlainObject',
'lodash/isFunction',
'lodash/isNumber',
'lodash/isArray',
'lodash/memoize',
'lodash/last',
'lodash/merge',
'lodash/pick',
'lodash/cloneDeep',
'lodash/mapValues',
'lodash/min',
'lodash/minBy',
'lodash/max',
Expand All @@ -58,6 +60,9 @@ export default {
'lodash/partial',
'lodash/partialRight',
'lodash/isEqual',
'lodash/isDate',
'lodash/assign',
'lodash/sumBy',
'recompose/setDisplayName',
'recompose/defaultProps',
'recompose/withState',
Expand Down
30 changes: 15 additions & 15 deletions website/package.json
Expand Up @@ -9,23 +9,23 @@
"source-map-explorer": "^1.5.0"
},
"dependencies": {
"@nivo/bar": "0.35.2",
"@nivo/calendar": "0.35.2",
"@nivo/chord": "0.35.2",
"@nivo/circle-packing": "0.35.2",
"@nivo/core": "0.35.2",
"@nivo/bar": "0.36.0",
"@nivo/calendar": "0.36.0",
"@nivo/chord": "0.36.0",
"@nivo/circle-packing": "0.36.0",
"@nivo/core": "0.36.0",
"@nivo/generators": "0.35.2",
"@nivo/heatmap": "0.35.2",
"@nivo/heatmap": "0.36.0",
"@nivo/legends": "0.35.2",
"@nivo/line": "0.35.2",
"@nivo/pie": "0.35.2",
"@nivo/radar": "0.35.2",
"@nivo/sankey": "0.35.2",
"@nivo/scatterplot": "0.35.2",
"@nivo/stream": "0.35.2",
"@nivo/sunburst": "0.35.2",
"@nivo/treemap": "0.35.2",
"@nivo/voronoi": "0.35.2",
"@nivo/line": "0.36.0",
"@nivo/pie": "0.36.0",
"@nivo/radar": "0.36.0",
"@nivo/sankey": "0.36.0",
"@nivo/scatterplot": "0.36.0",
"@nivo/stream": "0.36.0",
"@nivo/sunburst": "0.36.0",
"@nivo/treemap": "0.36.0",
"@nivo/voronoi": "0.36.0",
"classnames": "2.2.4",
"d3-scale": "^1.0.6",
"d3-scale-chromatic": "^1.1.1",
Expand Down
118 changes: 59 additions & 59 deletions website/yarn.lock
Expand Up @@ -2,35 +2,35 @@
# yarn lockfile v1


"@nivo/bar@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/bar/-/bar-0.35.2.tgz#783e831b6097213d36502b369db31e6c1179f31e"
"@nivo/bar@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/bar/-/bar-0.36.0.tgz#0142335dbfaa3756c68991058408957ac1dd06d9"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
"@nivo/legends" "0.35.2"
d3-scale "^1.0.6"
d3-shape "^1.2.0"
lodash "^4.17.4"
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/calendar@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/calendar/-/calendar-0.35.2.tgz#dcd7892f3332bf57b7fa39da6b81155316d33ae8"
"@nivo/calendar@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/calendar/-/calendar-0.36.0.tgz#bd72fab4518cbe9cfdd6afbc920b77f973f30275"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
"@nivo/legends" "0.35.2"
d3-scale "^1.0.6"
d3-time "^1.0.7"
d3-time-format "^2.0.5"
lodash "^4.17.4"
recompose "^0.26.0"

"@nivo/chord@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/chord/-/chord-0.35.2.tgz#6c161b1687f19ee856a3190dd31491f5290fd30d"
"@nivo/chord@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/chord/-/chord-0.36.0.tgz#328d0be6899daba5403b9e02497d4bb010b3c8d9"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
"@nivo/legends" "0.35.2"
d3-chord "^1.0.4"
d3-format "^1.2.0"
Expand All @@ -39,19 +39,19 @@
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/circle-packing@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/circle-packing/-/circle-packing-0.35.2.tgz#4310c8418090c46a0263132b6aa98c8a7bd92154"
"@nivo/circle-packing@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/circle-packing/-/circle-packing-0.36.0.tgz#458202cf2558344bdf71d44af6cfa3f6b79da184"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
d3-hierarchy "^1.1.5"
lodash "^4.17.4"
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/core@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/core/-/core-0.35.2.tgz#a34d96d6e8a0a99ee247c37f222562e5c25829b6"
"@nivo/core@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/core/-/core-0.36.0.tgz#f111071790aa258bd7a035cf27646caf58a69567"
dependencies:
d3-color "^1.0.3"
d3-format "^1.2.0"
Expand All @@ -73,11 +73,11 @@
d3-time-format "^2.0.5"
lodash "^4.17.4"

"@nivo/heatmap@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/heatmap/-/heatmap-0.35.2.tgz#0a1deaeb851dc7ce888bb5954adf1136365dad9a"
"@nivo/heatmap@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/heatmap/-/heatmap-0.36.0.tgz#6fd1f7016a405ee92674de5cd92b69fad1f20dbc"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
d3-scale "^1.0.6"
lodash "^4.17.4"
react-motion "^0.5.2"
Expand All @@ -90,11 +90,11 @@
lodash "^4.17.4"
recompose "^0.26.0"

"@nivo/line@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/line/-/line-0.35.2.tgz#1e5f16095aae755879eadb481dbe99e53d7304d4"
"@nivo/line@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/line/-/line-0.36.0.tgz#5e4314a2636ad12399089eddf3740760f3756f46"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
"@nivo/legends" "0.35.2"
d3-format "^1.2.0"
d3-scale "^1.0.6"
Expand All @@ -103,22 +103,22 @@
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/pie@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/pie/-/pie-0.35.2.tgz#4aa29e170c91f00becdb529e687e72c11c1c181f"
"@nivo/pie@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/pie/-/pie-0.36.0.tgz#93d3d6985a1239d6eede4f28586e0fe4c136ca5d"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
"@nivo/legends" "0.35.2"
d3-shape "^1.2.0"
lodash "^4.17.4"
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/radar@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/radar/-/radar-0.35.2.tgz#303a63d961e329bdb677d5875ec8f715a2dc798c"
"@nivo/radar@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/radar/-/radar-0.36.0.tgz#cf4eb6d9f36f3cc141ea8e4c62eac06fee42c397"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
"@nivo/legends" "0.35.2"
d3-format "^1.2.0"
d3-scale "^1.0.6"
Expand All @@ -127,67 +127,67 @@
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/sankey@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/sankey/-/sankey-0.35.2.tgz#008e76a3f7aa0f12ed5c7064f18e9fa7d6c73e76"
"@nivo/sankey@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/sankey/-/sankey-0.36.0.tgz#b62c6ecfd1c7e4d72ee31f3248df077703ad68e5"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
"@nivo/legends" "0.35.2"
d3-sankey "^0.7.1"
lodash "^4.17.4"
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/scatterplot@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/scatterplot/-/scatterplot-0.35.2.tgz#eeb373317d11e6e08deebe95f552bff3d88ebda3"
"@nivo/scatterplot@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/scatterplot/-/scatterplot-0.36.0.tgz#a4572eb9cf9a3145181d615e03d7cec6348d34c5"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
"@nivo/legends" "0.35.2"
d3-scale "^1.0.6"
d3-shape "^1.2.0"
lodash "^4.17.4"
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/stream@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/stream/-/stream-0.35.2.tgz#af35948a9307c35ccda2d70ccf88605e8d727204"
"@nivo/stream@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/stream/-/stream-0.36.0.tgz#1821725b7b98cd6ce9b810b30306f525b77529ef"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
"@nivo/legends" "0.35.2"
d3-format "^1.2.0"
d3-scale "^1.0.6"
d3-shape "^1.2.0"
lodash "^4.17.4"
recompose "^0.26.0"

"@nivo/sunburst@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/sunburst/-/sunburst-0.35.2.tgz#2ccfd68e8099a4ce625efdb1e5e3cf70abf9ddbf"
"@nivo/sunburst@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/sunburst/-/sunburst-0.36.0.tgz#ae17d943435d7d1a7373147bd9a48ef4b7b5cd6f"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
d3-hierarchy "^1.1.5"
d3-shape "^1.2.0"
lodash "^4.17.4"
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/treemap@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/treemap/-/treemap-0.35.2.tgz#8013f5ac6610c274c57640122784835464c336a1"
"@nivo/treemap@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/treemap/-/treemap-0.36.0.tgz#ec88ff8da5a3d581537e2bd6adcf8f76d4a3bb48"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
d3-hierarchy "^1.1.5"
lodash "^4.17.4"
react-motion "^0.5.2"
recompose "^0.26.0"

"@nivo/voronoi@0.35.2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@nivo/voronoi/-/voronoi-0.35.2.tgz#c7864ea60cb74ea922206daf3604aec07c4f8b61"
"@nivo/voronoi@0.36.0":
version "0.36.0"
resolved "https://registry.yarnpkg.com/@nivo/voronoi/-/voronoi-0.36.0.tgz#ca0150fd121b0ebe05e1fd33322d587b0229339f"
dependencies:
"@nivo/core" "0.35.2"
"@nivo/core" "0.36.0"
d3-voronoi "^1.1.2"
recompose "^0.26.0"

Expand Down

0 comments on commit 5f416e9

Please sign in to comment.