refactor: import value name from root of superset-ui/core (#17947)

* chart

* index and number-format

* char-composition and color

* connection

* dimension and math-expression

* models

* query

* time-format

* residual modules

* change config of jest and eslint

config

* wip

update package.json

* fix lint

* WithLegend import from superset-ui/core
This commit is contained in:
Yongjie Zhao
2022-01-08 09:16:24 +08:00
committed by GitHub
parent 8b1e44cdf8
commit cb97e37a92
117 changed files with 472 additions and 382 deletions

View File

@@ -32,7 +32,8 @@
"peerDependencies": {
"@ant-design/icons": "^4.2.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react-dom": "^16.13.1",
"prop-types": "*"
},
"devDependencies": {
"@babel/types": "^7.13.12",