From 72de14781e404b9d812fd4450689cb0d11381ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:43:04 +0000 Subject: [PATCH] chore(deps): bump @visx/curve from 2.1.0 to 3.0.0 Bumps [@visx/curve](https://github.com/airbnb/visx) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/airbnb/visx/releases) - [Changelog](https://github.com/airbnb/visx/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/visx/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: "@visx/curve" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index edac16586..db58ed094 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@mui/material": "^5.10.9", "@paraswap/sdk": "5.6.0-alpha.3", "@visx/axis": "^2.14.0", - "@visx/curve": "^2.1.0", + "@visx/curve": "^3.0.0", "@visx/event": "^2.6.0", "@visx/gradient": "^2.10.0", "@visx/grid": "^2.12.2", diff --git a/yarn.lock b/yarn.lock index 6cc2fdfb1..3d177f02d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3632,7 +3632,7 @@ "@types/react-dom" "*" prop-types "^15.5.10" -"@visx/curve@2.1.0", "@visx/curve@^2.1.0": +"@visx/curve@2.1.0": version "2.1.0" resolved "https://registry.npmjs.org/@visx/curve/-/curve-2.1.0.tgz" integrity sha512-9b6JOnx91gmOQiSPhUOxdsvcnW88fgqfTPKoVgQxidMsD/I3wksixtwo8TR/vtEz2aHzzsEEhlv1qK7Y3yaSDw== @@ -3640,6 +3640,14 @@ "@types/d3-shape" "^1.3.1" d3-shape "^1.0.6" +"@visx/curve@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@visx/curve/-/curve-3.0.0.tgz#c54568472e00a38483c58cf52e4a6ddb2887c2d4" + integrity sha512-kvHJDLBeczTQ87ZExSTfRxej06l6o6UiQ0NHf9+xpAin06y6Qk1ThOHHWJTGM6KGzwlu7jEauJGHwZs6nMhDvA== + dependencies: + "@types/d3-shape" "^1.3.1" + d3-shape "^1.0.6" + "@visx/event@^2.6.0": version "2.6.0" resolved "https://registry.npmjs.org/@visx/event/-/event-2.6.0.tgz"