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

@@ -35,6 +35,7 @@
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "^16.13.1"
"react": "^16.13.1",
"enzyme": "*"
}
}