Skip to content

Commit

Permalink
chore: upgrade d3-color and d3-scale-chromatic
Browse files Browse the repository at this point in the history
Done to match other packages
  • Loading branch information
icco authored and plouc committed Feb 22, 2024
1 parent bc18832 commit c741a88
Show file tree
Hide file tree
Showing 2 changed files with 25,725 additions and 34,187 deletions.
6 changes: 3 additions & 3 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
],
"dependencies": {
"@nivo/core": "workspace:*",
"@types/d3-color": "^2.0.0",
"@types/d3-color": "^3.0.0",
"@types/d3-scale": "^3.2.3",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/prop-types": "^15.7.2",
"d3-color": "^3.1.0",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^2.0.0",
"d3-scale-chromatic": "^3.0.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2"
},
Expand Down
Loading

0 comments on commit c741a88

Please sign in to comment.