Skip to content

Commit 2757063

Browse files
committedOct 9, 2021
feat(radial-bar): update website package as it is now published
1 parent 5d387c6 commit 2757063

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed
 

‎website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nivo/parallel-coordinates": "0.74.0",
2525
"@nivo/pie": "0.74.0",
2626
"@nivo/radar": "0.74.0",
27-
"@nivo/radial-bar": "file:./../packages/radial-bar",
27+
"@nivo/radial-bar": "0.74.0",
2828
"@nivo/sankey": "0.74.0",
2929
"@nivo/scatterplot": "0.74.0",
3030
"@nivo/stream": "0.74.0",

‎yarn.lock

-13
Original file line numberDiff line numberDiff line change
@@ -5302,19 +5302,6 @@
53025302
call-me-maybe "^1.0.1"
53035303
glob-to-regexp "^0.3.0"
53045304

5305-
"@nivo/radial-bar@file:./packages/radial-bar":
5306-
version "0.73.0"
5307-
dependencies:
5308-
"@nivo/arcs" "0.73.0"
5309-
"@nivo/colors" "0.73.0"
5310-
"@nivo/legends" "0.73.0"
5311-
"@nivo/polar-axes" "0.73.0"
5312-
"@nivo/scales" "0.73.0"
5313-
"@nivo/tooltip" "0.73.0"
5314-
"@react-spring/web" "9.2.6"
5315-
d3-scale "^3.2.3"
5316-
d3-shape "^1.3.5"
5317-
53185305
"@nodelib/fs.scandir@2.1.3":
53195306
version "2.1.3"
53205307
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"

0 commit comments

Comments
 (0)
Please sign in to comment.