superset/superset-frontend/temporary_superset_ui/superset-ui/plugins/preset-chart-xy/package.json
dependabot-preview[bot] a07c831eb2 build(deps): bump @vx/legend from 0.0.197 to 0.0.198 (#673)
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](https://github.com/hshoff/vx/compare/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>
2021-11-26 11:46:34 +08:00

56 lines
1.4 KiB
JSON

{
"name": "@superset-ui/preset-chart-xy",
"version": "0.14.9",
"description": "Superset Chart - XY",
"sideEffects": [
"*.css"
],
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@data-ui/theme": "^0.0.84",
"@data-ui/xy-chart": "^0.0.84",
"@vx/axis": "^0.0.197",
"@vx/legend": "^0.0.198",
"@vx/scale": "^0.0.197",
"csstype": "^2.6.3",
"encodable": "^0.3.4",
"lodash": "^4.17.11",
"reselect": "^4.0.0"
},
"peerDependencies": {
"@superset-ui/chart": "^0.14.0",
"@superset-ui/chart-composition": "^0.14.0",
"@superset-ui/chart-controls": "^0.14.0",
"@superset-ui/color": "^0.14.0",
"@superset-ui/core": "^0.14.0",
"@superset-ui/dimension": "^0.14.0",
"@superset-ui/number-format": "^0.14.0",
"@superset-ui/query": "^0.14.0",
"@superset-ui/time-format": "^0.14.0",
"@superset-ui/translation": "^0.14.0",
"react": "^16.2"
}
}