Skip to content

Commit

Permalink
build(deps): bump @vx/legend from 0.0.197 to 0.0.198 (apache#673)
Browse files Browse the repository at this point in the history
Bumps [@vx/legend](https://github.com/hshoff/vx) from 0.0.197 to 0.0.198.
- [Release notes](https://github.com/hshoff/vx/releases)
- [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md)
- [Commits](airbnb/visx@v0.0.197...v0.0.198)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored and zhaoyongjie committed Nov 25, 2021
1 parent 0646c64 commit 5ba155b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@data-ui/histogram": "^0.0.84",
"@data-ui/theme": "^0.0.84",
"@vx/legend": "^0.0.197",
"@vx/legend": "^0.0.198",
"@vx/responsive": "^0.0.197",
"@vx/scale": "^0.0.197",
"prop-types": "^15.6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@data-ui/theme": "^0.0.84",
"@data-ui/xy-chart": "^0.0.84",
"@vx/axis": "^0.0.197",
"@vx/legend": "^0.0.197",
"@vx/legend": "^0.0.198",
"@vx/scale": "^0.0.197",
"csstype": "^2.6.3",
"encodable": "^0.3.4",
Expand Down
20 changes: 15 additions & 5 deletions superset-frontend/temporary_superset_ui/superset-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4462,6 +4462,16 @@
classnames "^2.2.5"
prop-types "^15.6.2"

"@vx/group@0.0.198":
version "0.0.198"
resolved "https://registry.yarnpkg.com/@vx/group/-/group-0.0.198.tgz#acfd16953a39eac8f9901dcfaaf3936f4b05eb9c"
integrity sha512-0PivE+fWZlPkSzFO/is5m4VSSv3pg+sS1yxYAZHbNffUvn472WDWptriHvoUIPQe0lOXhTSrc73UQzew9GtW/g==
dependencies:
"@types/classnames" "^2.2.9"
"@types/react" "*"
classnames "^2.2.5"
prop-types "^15.6.2"

"@vx/legend@0.0.140":
version "0.0.140"
resolved "https://registry.yarnpkg.com/@vx/legend/-/legend-0.0.140.tgz#4062c27d6bc9c4d607309d77eff12b844727ae99"
Expand All @@ -4471,15 +4481,15 @@
classnames "^2.2.5"
prop-types "^15.5.10"

"@vx/legend@^0.0.197":
version "0.0.197"
resolved "https://registry.yarnpkg.com/@vx/legend/-/legend-0.0.197.tgz#613bb7c53216051d19db1aac9c891bddd53ebf11"
integrity sha512-nTlxrX2LpXV+r5o46Sd/PsAJZHjR+FcK5sU+/ojfzWfOC7bpUazwk/eKoMw5OU+wVHfMLbHgRGapc/xCOAO5Yg==
"@vx/legend@^0.0.198":
version "0.0.198"
resolved "https://registry.yarnpkg.com/@vx/legend/-/legend-0.0.198.tgz#a21ea754aaf48ce0a4ca114b00ad901e20a14b3a"
integrity sha512-3S2/yP6IvkkhUlTj6In5M1OrzY1OaT1D06hRxuiOLAbaXTerhbUGwIjGSNoovQM6JebFlbWnnA5xH1SKgw5GGA==
dependencies:
"@types/classnames" "^2.2.9"
"@types/d3-scale" "^2.1.1"
"@types/react" "*"
"@vx/group" "0.0.197"
"@vx/group" "0.0.198"
classnames "^2.2.5"
prop-types "^15.5.10"

Expand Down

0 comments on commit 5ba155b

Please sign in to comment.