You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/01/05 02:40:51 UTC

[superset] branch master updated (4479fc9 -> 97a78d3)

This is an automated email from the ASF dual-hosted git repository.

yongjiezhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 4479fc9  fix: force_screenshot migration (#17928)
     add 97a78d3  refactor(storybok): upgrade to webpack5 in storybook of plugins (#17909)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 11 +--
 superset-frontend/package.json                     |  1 -
 .../chart/components/ChartDataProvider.test.tsx    |  6 +-
 .../test/chart/components/MockChartPlugins.tsx     |  3 +-
 .../components/createLoadableRenderer.test.tsx     |  2 +-
 .../packages/superset-ui-demo/.storybook/main.js   | 79 ++++--------------
 .../stories/plugins/plugin-chart-table/testData.ts |  7 +-
 .../superset-ui-chart/ChartDataProviderStories.tsx |  2 +-
 .../superset-ui-chart/SuperChartStories.tsx        |  2 +-
 .../superset-ui-connection/ConnectionStories.tsx   |  2 +-
 .../packages/superset-ui-demo/tsconfig.json        |  1 +
 .../src/countries.ts                               | 93 +++++++++++-----------
 .../src/geojson.d.ts                               |  2 +-
 superset-frontend/webpack.config.js                | 10 ++-
 14 files changed, 84 insertions(+), 137 deletions(-)