Skip to content

Commit

Permalink
build(deps): bump @visx/axis from 3.3.0 to 3.4.0 (#5453)
Browse files Browse the repository at this point in the history
Bumps [@visx/axis](https://github.com/airbnb/visx) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/airbnb/visx/releases)
- [Changelog](https://github.com/airbnb/visx/blob/master/CHANGELOG.md)
- [Commits](airbnb/visx@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: "@visx/axis"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 76d0d94 commit f5fc306
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@artsy/fresnel": "~6.2.0",
"@sentry/nextjs": "~7.73.0",
"@sindresorhus/string-hash": "~1.2.0",
"@visx/axis": "~3.3.0",
"@visx/axis": "~3.4.0",
"@visx/group": "~3.3.0",
"@visx/scale": "~3.3.0",
"@visx/shape": "~3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/runtime": "~7.23.1",
"@sentry/browser": "~7.73.0",
"@visx/axis": "~3.3.0",
"@visx/axis": "~3.4.0",
"@visx/brush": "~3.3.0",
"@visx/event": "~3.3.0",
"@visx/glyph": "~3.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5324,10 +5324,10 @@
dependencies:
"@use-gesture/core" "10.2.18"

"@visx/axis@~3.3.0":
version "3.3.0"
resolved "https://registry.npmjs.org/@visx/axis/-/axis-3.3.0.tgz"
integrity sha512-O7fPQtpum4NEsb8u2/eTeOSt8CvAczoehVQbJtDLyDNio6yLvytfHtRKxOsl/FHjFnPYgBjkQtwiKiR5oSjP3g==
"@visx/axis@~3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@visx/axis/-/axis-3.4.0.tgz#7ebb26aed847fbd0d20c82d4ec77fc1f4d436c72"
integrity sha512-8lt+PCSqyygNtQnLnMKxesc6qk/W0p1bFkd4SD8deTupWGMNsLRYlasUiWN6PBc7l1TX04v/S01GZb9oTMcZYw==
dependencies:
"@types/react" "*"
"@visx/group" "3.3.0"
Expand Down

0 comments on commit f5fc306

Please sign in to comment.