Skip to content

Commit

Permalink
chore(deps): upgrade d3-shape
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 12, 2024
1 parent 55619f3 commit 349e122
Show file tree
Hide file tree
Showing 21 changed files with 130 additions and 114 deletions.
4 changes: 2 additions & 2 deletions packages/arcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@nivo/colors": "workspace:*",
"@nivo/core": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-shape": "^2.0.0",
"d3-shape": "^1.3.5"
"@types/d3-shape": "^3.1.6",
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-scale": "^4.0.2",
"d3-shape": "^1.3.5",
"d3-shape": "^3.2.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/boxplot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-scale": "^4.0.2",
"d3-shape": "^1.3.5",
"d3-shape": "^3.2.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@nivo/voronoi": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-scale": "^4.0.2",
"d3-shape": "^1.3.5"
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/chord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-chord": "^3.0.1",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-chord": "^1.0.6",
"d3-shape": "^1.3.5"
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"dependencies": {
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-color": "^3.1.0",
"d3-format": "^1.4.4",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^1.3.5",
"d3-shape": "^3.2.0",
"d3-time-format": "^3.0.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/dendogram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-hierarchy": "^3.1.7",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-hierarchy": "^3.1.2",
"d3-scale": "^4.0.2",
"d3-shape": "^1.3.5"
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/funnel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-scale": "^4.0.2",
"d3-shape": "^1.3.5"
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@nivo/tooltip": "workspace:*",
"@nivo/voronoi": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"d3-shape": "^1.3.5"
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/marimekko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@nivo/scales": "workspace:*",
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-shape": "^2.0.0",
"d3-shape": "^1.3.5",
"@types/d3-shape": "^3.1.6",
"d3-shape": "^3.2.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/parallel-coordinates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-scale": "^4.0.2",
"d3-shape": "^1.3.5"
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/pie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@nivo/core": "workspace:*",
"@nivo/legends": "workspace:*",
"@nivo/tooltip": "workspace:*",
"@types/d3-shape": "^2.0.0",
"d3-shape": "^1.3.5"
"@types/d3-shape": "^3.1.6",
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/radar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-scale": "^4.0.2",
"d3-shape": "^1.3.5"
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/radial-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-scale": "^4.0.2",
"d3-shape": "^1.3.5"
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sankey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-sankey": "^0.11.2",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-sankey": "^0.12.3",
"d3-shape": "^1.3.5",
"d3-shape": "^3.2.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/scatterplot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@nivo/voronoi": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"d3-scale": "^4.0.2",
"d3-shape": "^1.3.5",
"d3-shape": "^3.2.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@nivo/scales": "workspace:*",
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-shape": "^2.0.0",
"d3-shape": "^1.3.5"
"@types/d3-shape": "^3.1.6",
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/waffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@nivo/legends": "workspace:*",
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-shape": "^2.0.0",
"d3-shape": "^1.3.5"
"@types/d3-shape": "^3.1.6",
"d3-shape": "^3.2.0"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
Loading

0 comments on commit 349e122

Please sign in to comment.