superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-composition/package.json
dependabot-preview[bot] 5ddff8b6d8 build(deps): bump @vx/responsive from 0.0.192 to 0.0.193 (#288)
Bumps [@vx/responsive](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193.
- [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.192...v0.0.193)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:01 +08:00

38 lines
842 B
JSON

{
"name": "@superset-ui/chart-composition",
"version": "0.12.5",
"description": "Superset UI chart-composition",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"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": {
"@types/react": "^16.7.17",
"@vx/responsive": "^0.0.193",
"csstype": "^2.6.4"
},
"peerDependencies": {
"@superset-ui/core": "^0.12.0",
"react": "^16.7.17"
}
}