diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index c2390b8fc15b0..628aea96ba835 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -15,35 +15,36 @@ "@emotion/babel-preset-css-prop": "^11.2.0", "@emotion/cache": "^11.4.0", "@emotion/react": "^11.4.1", - "@superset-ui/chart-controls": "^0.18.0", - "@superset-ui/core": "^0.18.0", - "@superset-ui/legacy-plugin-chart-calendar": "^0.18.0", - "@superset-ui/legacy-plugin-chart-chord": "^0.18.0", - "@superset-ui/legacy-plugin-chart-country-map": "^0.18.1", - "@superset-ui/legacy-plugin-chart-event-flow": "^0.18.0", - "@superset-ui/legacy-plugin-chart-force-directed": "^0.18.0", - "@superset-ui/legacy-plugin-chart-heatmap": "^0.18.0", - "@superset-ui/legacy-plugin-chart-histogram": "^0.18.0", - "@superset-ui/legacy-plugin-chart-horizon": "^0.18.0", - "@superset-ui/legacy-plugin-chart-map-box": "^0.18.0", - "@superset-ui/legacy-plugin-chart-paired-t-test": "^0.18.0", - "@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.18.0", - "@superset-ui/legacy-plugin-chart-partition": "^0.18.0", - "@superset-ui/legacy-plugin-chart-pivot-table": "^0.18.0", - "@superset-ui/legacy-plugin-chart-rose": "^0.18.0", - "@superset-ui/legacy-plugin-chart-sankey": "^0.18.0", - "@superset-ui/legacy-plugin-chart-sankey-loop": "^0.18.0", - "@superset-ui/legacy-plugin-chart-sunburst": "^0.18.0", - "@superset-ui/legacy-plugin-chart-treemap": "^0.18.0", - "@superset-ui/legacy-plugin-chart-world-map": "^0.18.0", - "@superset-ui/legacy-preset-chart-big-number": "^0.18.1", + "@emotion/styled": "^11.3.0", + "@superset-ui/chart-controls": "^0.18.2", + "@superset-ui/core": "^0.18.2", + "@superset-ui/legacy-plugin-chart-calendar": "^0.18.2", + "@superset-ui/legacy-plugin-chart-chord": "^0.18.2", + "@superset-ui/legacy-plugin-chart-country-map": "^0.18.2", + "@superset-ui/legacy-plugin-chart-event-flow": "^0.18.2", + "@superset-ui/legacy-plugin-chart-force-directed": "^0.18.2", + "@superset-ui/legacy-plugin-chart-heatmap": "^0.18.2", + "@superset-ui/legacy-plugin-chart-histogram": "^0.18.2", + "@superset-ui/legacy-plugin-chart-horizon": "^0.18.2", + "@superset-ui/legacy-plugin-chart-map-box": "^0.18.2", + "@superset-ui/legacy-plugin-chart-paired-t-test": "^0.18.2", + "@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.18.2", + "@superset-ui/legacy-plugin-chart-partition": "^0.18.2", + "@superset-ui/legacy-plugin-chart-pivot-table": "^0.18.2", + "@superset-ui/legacy-plugin-chart-rose": "^0.18.2", + "@superset-ui/legacy-plugin-chart-sankey": "^0.18.2", + "@superset-ui/legacy-plugin-chart-sankey-loop": "^0.18.2", + "@superset-ui/legacy-plugin-chart-sunburst": "^0.18.2", + "@superset-ui/legacy-plugin-chart-treemap": "^0.18.2", + "@superset-ui/legacy-plugin-chart-world-map": "^0.18.2", + "@superset-ui/legacy-preset-chart-big-number": "^0.18.2", "@superset-ui/legacy-preset-chart-deckgl": "^0.4.12", - "@superset-ui/legacy-preset-chart-nvd3": "^0.18.0", - "@superset-ui/plugin-chart-echarts": "^0.18.1", - "@superset-ui/plugin-chart-pivot-table": "^0.18.0", - "@superset-ui/plugin-chart-table": "^0.18.0", - "@superset-ui/plugin-chart-word-cloud": "^0.18.0", - "@superset-ui/preset-chart-xy": "^0.18.0", + "@superset-ui/legacy-preset-chart-nvd3": "^0.18.2", + "@superset-ui/plugin-chart-echarts": "^0.18.2", + "@superset-ui/plugin-chart-pivot-table": "^0.18.2", + "@superset-ui/plugin-chart-table": "^0.18.2", + "@superset-ui/plugin-chart-word-cloud": "^0.18.2", + "@superset-ui/preset-chart-xy": "^0.18.2", "@vx/responsive": "^0.0.195", "abortcontroller-polyfill": "^1.1.9", "antd": "^4.9.4", @@ -4019,17 +4020,28 @@ "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==" }, "node_modules/@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", - "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", - "dev": true, + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.3.0.tgz", + "integrity": "sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==", "dependencies": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" + "@babel/runtime": "^7.13.10", + "@emotion/babel-plugin": "^11.3.0", + "@emotion/is-prop-valid": "^1.1.0", + "@emotion/serialize": "^1.0.2", + "@emotion/utils": "^1.0.0" }, "peerDependencies": { - "@emotion/core": "^10.0.27", - "react": ">=16.3.0" + "@babel/core": "^7.0.0", + "@emotion/react": "^11.0.0-rc.0", + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "@types/react": { + "optional": true + } } }, "node_modules/@emotion/styled-base": { @@ -4048,24 +4060,36 @@ "react": ">=16.3.0" } }, - "node_modules/@emotion/styled/node_modules/babel-plugin-emotion": { - "version": "10.0.33", - "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.0.33.tgz", - "integrity": "sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ==", - "dev": true, + "node_modules/@emotion/styled/node_modules/@emotion/is-prop-valid": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz", + "integrity": "sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==", "dependencies": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" + "@emotion/memoize": "^0.7.4" + } + }, + "node_modules/@emotion/styled/node_modules/@emotion/serialize": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz", + "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==", + "dependencies": { + "@emotion/hash": "^0.8.0", + "@emotion/memoize": "^0.7.4", + "@emotion/unitless": "^0.7.5", + "@emotion/utils": "^1.0.0", + "csstype": "^3.0.2" } }, + "node_modules/@emotion/styled/node_modules/@emotion/utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz", + "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==" + }, + "node_modules/@emotion/styled/node_modules/csstype": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", + "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" + }, "node_modules/@emotion/stylis": { "version": "0.8.5", "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", @@ -7309,6 +7333,20 @@ } } }, + "node_modules/@storybook/addon-backgrounds/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/addon-backgrounds/node_modules/@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -7564,6 +7602,20 @@ } } }, + "node_modules/@storybook/addon-controls/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/addon-controls/node_modules/@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -7914,6 +7966,20 @@ } } }, + "node_modules/@storybook/addon-docs/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/addon-docs/node_modules/@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -8285,6 +8351,20 @@ } } }, + "node_modules/@storybook/addon-essentials/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/addon-essentials/node_modules/@storybook/addon-actions": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.1.20.tgz", @@ -8795,6 +8875,20 @@ } } }, + "node_modules/@storybook/addon-toolbars/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/addon-toolbars/node_modules/@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -9098,6 +9192,20 @@ } } }, + "node_modules/@storybook/addon-viewport/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/addon-viewport/node_modules/@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -9514,6 +9622,20 @@ "react-dom": "^16.8.0 || ^17.0.0" } }, + "node_modules/@storybook/components/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/components/node_modules/@storybook/client-logger": { "version": "6.1.11", "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.1.11.tgz", @@ -9910,6 +10032,20 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@storybook/core/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/core/node_modules/@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -12374,6 +12510,20 @@ "react-dom": "^16.8.0 || ^17.0.0" } }, + "node_modules/@storybook/react/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/react/node_modules/@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -12856,6 +13006,20 @@ "react-dom": "^16.8.0 || ^17.0.0" } }, + "node_modules/@storybook/source-loader/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/source-loader/node_modules/@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -13099,6 +13263,20 @@ "react-dom": "^16.8.0 || ^17.0.0" } }, + "node_modules/@storybook/theming/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/theming/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -13150,6 +13328,20 @@ "react-dom": "^16.8.0 || ^17.0.0" } }, + "node_modules/@storybook/ui/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/@storybook/ui/node_modules/@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -13387,29 +13579,28 @@ } }, "node_modules/@superset-ui/chart-controls": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.18.0.tgz", - "integrity": "sha512-FLSRN0uJW0W5p+oy+0qxDVaAxtpU/nyHzsfP3EIcUfhPFEtlEeZ4H2Uk6ZdMaVh7x/66jR8SwwlqI0k9vBMz1w==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.18.2.tgz", + "integrity": "sha512-nVb88SqPxtg1qjtzXmw3UcXiHXpyPHFzJik7q7l0CkNVnqWucMMA/ZvKw6ldoNj5Z8gnUfS9V5Q0GYGDzWk4hA==", "dependencies": { "@react-icons/all-files": "^4.1.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/core": "0.18.2", "lodash": "^4.17.15", "prop-types": "^15.7.2" }, "peerDependencies": { - "@emotion/react": "^11.1.5", + "@emotion/react": "^11.4.1", "@types/react": "*", "antd": "^4.9.4", "react": "^16.13.1" } }, "node_modules/@superset-ui/core": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/core/-/core-0.18.0.tgz", - "integrity": "sha512-VD1bC5odnD+fyKydPjXomuwJZ983Gjwcc1LY+bi24/I+AfW+7Xd20iARXxkhjOF7ezbWb4I+X1vxsDbgLStpKQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/core/-/core-0.18.2.tgz", + "integrity": "sha512-YzaDFCEBKR0WzPQeh5smHfVPw5ig9YxqvdNE1wZxcxCg63W5QFJ+UW0u0WYgIGVb1Pd2HRRGsoJRMCqa+Po/gA==", "dependencies": { "@babel/runtime": "^7.1.2", - "@emotion/styled": "^11.3.0", "@types/d3-format": "^1.3.0", "@types/d3-interpolate": "^1.3.1", "@types/d3-scale": "^2.1.1", @@ -13437,69 +13628,15 @@ "whatwg-fetch": "^3.0.0" }, "peerDependencies": { - "@emotion/cache": "^11.1.3", - "@emotion/react": "^11.1.5", + "@emotion/cache": "^11.4.0", + "@emotion/react": "^11.4.1", + "@emotion/styled": "^11.3.0", "@types/react": "*", "@types/react-loadable": "*", "react": "^16.13.1", "react-loadable": "^5.5.0" } }, - "node_modules/@superset-ui/core/node_modules/@emotion/is-prop-valid": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz", - "integrity": "sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==", - "dependencies": { - "@emotion/memoize": "^0.7.4" - } - }, - "node_modules/@superset-ui/core/node_modules/@emotion/serialize": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz", - "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==", - "dependencies": { - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.4", - "@emotion/unitless": "^0.7.5", - "@emotion/utils": "^1.0.0", - "csstype": "^3.0.2" - } - }, - "node_modules/@superset-ui/core/node_modules/@emotion/serialize/node_modules/csstype": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", - "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" - }, - "node_modules/@superset-ui/core/node_modules/@emotion/styled": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.3.0.tgz", - "integrity": "sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@emotion/babel-plugin": "^11.3.0", - "@emotion/is-prop-valid": "^1.1.0", - "@emotion/serialize": "^1.0.2", - "@emotion/utils": "^1.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "@emotion/react": "^11.0.0-rc.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@superset-ui/core/node_modules/@emotion/utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz", - "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==" - }, "node_modules/@superset-ui/core/node_modules/@vx/responsive": { "version": "0.0.199", "resolved": "https://registry.npmjs.org/@vx/responsive/-/responsive-0.0.199.tgz", @@ -13544,12 +13681,12 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-calendar": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-calendar/-/legacy-plugin-chart-calendar-0.18.0.tgz", - "integrity": "sha512-iwAzdF4X2F6DegqTB8cGO5a4vga3FqA5MIl/DRBw1HymXSkWsjR5IJdHp0Sg1Py8tJY2TeJh+29n0v3FQWRBYg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-calendar/-/legacy-plugin-chart-calendar-0.18.2.tgz", + "integrity": "sha512-F6sMcl0kkDnYZL7nJUAlsrIHW5d15ac7ISVUO5afMf+CIfIvIbMr+nMJpi36Nr2pegsWsmacKHTdDyNIGaiGHw==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3-array": "^2.0.3", "d3-selection": "^1.4.0", "d3-tip": "^0.9.1", @@ -13568,24 +13705,24 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-chord": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-chord/-/legacy-plugin-chart-chord-0.18.0.tgz", - "integrity": "sha512-p3XPiH36kkJwmts6QbmBymTUlpG+wzib9KHJ76BtDAZIbtvEP0qtVprmunQg9Ug0zqiRHV6oNpgp2fnBhE7XfQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-chord/-/legacy-plugin-chart-chord-0.18.2.tgz", + "integrity": "sha512-TKMSIkdURc7QbZaMuXkvhiB2oomK9yzkQ4Tz+Kg+FrgzY1pIa+oxLR83QONxL9bU7D84sPeEMCktxsMlqYtIUw==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "prop-types": "^15.6.2", "react": "^16.13.1" } }, "node_modules/@superset-ui/legacy-plugin-chart-country-map": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.18.1.tgz", - "integrity": "sha512-MBnaaaUz8RGoh4imx+noIxWTl7uuV6dAgNpHPoMmPRaq9Y3SL9F7mQ7B+sb0yphm3rCr7jkSekmgi8TSj5jhWQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.18.2.tgz", + "integrity": "sha512-lYCQgbe3RsRX2gekxkvzWxPtptJElfKa8h3AJO0FB5mGEfSq6JCrnaxlvg/dwwrtcHEZxr+nuJlEpDwd1n+VMw==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-array": "^2.0.3", "prop-types": "^15.6.2" @@ -13600,13 +13737,13 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-event-flow": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-event-flow/-/legacy-plugin-chart-event-flow-0.18.0.tgz", - "integrity": "sha512-H7ozH+Zod/L865W+HX7tCIVHQ0wcB7Ugd2XCc0z+fmyOCUbpmjRu+Xcrwh/jfViN1fWkqu7yapVdqsHdsNyBBQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-event-flow/-/legacy-plugin-chart-event-flow-0.18.2.tgz", + "integrity": "sha512-IMJ9q2H+UcaQZIFAWIQY09CRq76ki2N5fg6gib2Bea+P8JPRjf1OBnybPML/BOhs8iTMWGdXAo61QVtb/qG8bw==", "dependencies": { "@data-ui/event-flow": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "prop-types": "^15.6.2" }, "peerDependencies": { @@ -13614,12 +13751,12 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-force-directed": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-force-directed/-/legacy-plugin-chart-force-directed-0.18.0.tgz", - "integrity": "sha512-LvV1+Ig6fguwcdu6mb9dqprs5YVnyqQYhS6g/tzwyOLJyhaRVD3ffNlGpNrewSXfqALJYYMW3o0sQhas6XgLzw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-force-directed/-/legacy-plugin-chart-force-directed-0.18.2.tgz", + "integrity": "sha512-2CfePDivVGhlivbsUluKBTnmA2VmShAoqLWsz/GZlY4JfS4gajp9SnN4fdqzdT9PEslmkeSFFEubc10aR6CIIw==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "prop-types": "^15.7.2" }, @@ -13628,12 +13765,12 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-heatmap": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.18.0.tgz", - "integrity": "sha512-hUcrqJOh+GyCNLBc2/V1UbYSO9bYrqRa8x1GjW34tatYNirTxNWYWWZ/49D1kgoodG4FdCmCtQXX4tCKNj3xQw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.18.2.tgz", + "integrity": "sha512-qzterUQkbZyy4iSm/q+GoT0EMzQA2VBIxHRgYD6ftiBN6eT2vw8aBjcrPgLLJvVO//htnECReTmDAONmQrj1Zw==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-svg-legend": "^1.x", "d3-tip": "^0.9.1", @@ -13641,14 +13778,14 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-histogram": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-histogram/-/legacy-plugin-chart-histogram-0.18.0.tgz", - "integrity": "sha512-S43s/ai9xrByuv24XLsnaU2gRRz+BDCgEHamMD2crlE2gatFcZ/B6fRmr/RzvoFV3GhMJ72f0t6QU+A6VaL4Mg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-histogram/-/legacy-plugin-chart-histogram-0.18.2.tgz", + "integrity": "sha512-4recTD03JJ5pp3BPMMiqPqpmJ+4dGAt4Xnxvsn2GrA6X1DY5H5oieYonEMUxh4no/2qJdbzfGc9ym+4XV3PSbg==", "dependencies": { "@data-ui/histogram": "^0.0.84", "@data-ui/theme": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@vx/legend": "^0.0.198", "@vx/responsive": "^0.0.199", "@vx/scale": "^0.0.197", @@ -13726,12 +13863,12 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-horizon": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-horizon/-/legacy-plugin-chart-horizon-0.18.0.tgz", - "integrity": "sha512-jLsYLZiKhyS3HUWOEbntID+XIoG1X4KohGULtkIYcUhVzG37WDvBIOAGy8AgugtcnVBC0KjLlQA/cdrPHK0vIA==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-horizon/-/legacy-plugin-chart-horizon-0.18.2.tgz", + "integrity": "sha512-S7wM3LwRYyCQSindhuv/6DmON5ER6iA3BMKjbzOj8WtloGoD7nwBBtbHH/3cLlSTbHfh8zO+PcpSSb5OcAPsyQ==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3-array": "^2.0.3", "d3-scale": "^3.0.1", "prop-types": "^15.6.2" @@ -13761,12 +13898,12 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-map-box": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-map-box/-/legacy-plugin-chart-map-box-0.18.0.tgz", - "integrity": "sha512-h9rkeWEZXjtniT4qWJe3b9MCKncVy9czaHzzWvZbiWtxVKxyHv+d3BcLwWcMD6CWwS847g9Pw+8ar8TlEeDEdA==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-map-box/-/legacy-plugin-chart-map-box-0.18.2.tgz", + "integrity": "sha512-aDIKN65anJhE1a3gNT93oU2sBcqrN1K6uMkSDIfufJ1YRsWKM0bb2fo4uR6n1ej7dIU+shkjtFhAGh363rp2QQ==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "immutable": "^3.8.2", "mapbox-gl": "^0.53.0", "prop-types": "^15.6.2", @@ -13787,12 +13924,12 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-paired-t-test": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-paired-t-test/-/legacy-plugin-chart-paired-t-test-0.18.0.tgz", - "integrity": "sha512-7MwqQGD6DCkkuKGbCuoQ+0dxgq9Yl37hlbRZSyVNX2aWeuvzJMjlz1koBHdW9y8RPFdUC+Dl9wsfA8+4s+SWLg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-paired-t-test/-/legacy-plugin-chart-paired-t-test-0.18.2.tgz", + "integrity": "sha512-QIuoZ9twS3V5W5Uqg2UsyNfJtKo7xWjT+J+ZJD/23X6Ceg9WifjKKAyD7gNJOLpj6A9Zir6SgVgV4MN/quAa6g==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "distributions": "^1.0.0", "prop-types": "^15.6.2", "reactable": "^1.1.0" @@ -13802,12 +13939,12 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-parallel-coordinates": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-parallel-coordinates/-/legacy-plugin-chart-parallel-coordinates-0.18.0.tgz", - "integrity": "sha512-S+su29/c685XQm6LKzPKu2r3Q/7YrWp9x1Av8Ab04Ag5jMyjLgFXjlynVlStKXrWSdZzMKKcqRAvSBk/yZ9Abw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-parallel-coordinates/-/legacy-plugin-chart-parallel-coordinates-0.18.2.tgz", + "integrity": "sha512-sZy7GPU2L4HCiHFg4NvMe9LFSZ6rcNX7KHLQbm33PVYEd5CW2yVDZgG5pLn2sRSvDlmqkpkirCbWwpZbjxWNIw==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "prop-types": "^15.7.2" }, @@ -13816,12 +13953,12 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-partition": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-partition/-/legacy-plugin-chart-partition-0.18.0.tgz", - "integrity": "sha512-ymZhr0+8tKC9m8KgIqhDnhaqtLa7FRMYvnVxAJ5u8Ci9xe8ADcJIQLdMard1SiCngxP9+89i9MOu5zBTenFGrw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-partition/-/legacy-plugin-chart-partition-0.18.2.tgz", + "integrity": "sha512-rQxPL/y3xZI6DXq8TAbfkerVA8J8/KXkPiY/1bdL2HAwfRv72pj9EJ2Va1VRcofsz6casNlXv0gNkFjiTr5oKw==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-hierarchy": "^1.1.8", "prop-types": "^15.6.2" @@ -13831,24 +13968,24 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-pivot-table": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.18.0.tgz", - "integrity": "sha512-jcw/jDfKfKOQaLs12qk2vkp0P7mE/liXEZ1tvmbHYt/jzXWHkMAZ4CnfWrp57sKNk3+cNBqn1uEs+z2Epy37Bw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.18.2.tgz", + "integrity": "sha512-jB+jWSIodD2gXPV2ePLjYJNWZJ3mq58sCgGYpH0Uh+rYDD4m14UYSdjJjbYsZGq/Z9d7RduwH+7pqz27msc+Gw==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "datatables.net-bs": "^1.10.15", "prop-types": "^15.6.2" } }, "node_modules/@superset-ui/legacy-plugin-chart-rose": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.18.0.tgz", - "integrity": "sha512-8iz3HHpoBy7dWU+UgekmZHrAGh4ZJwM5X7H0gDbyQhw5jiIS7dV4H43QuNOIp9cyFyHanTFSQKNrkTbRXXJ1ig==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.18.2.tgz", + "integrity": "sha512-FlsAoMuceFqrIJ0V+xjxMBuPerIw2BSENtrfwBUHMjgDbRHdv8rRc+Rn/8SFfA/r+BKr1kv+4pb8iMMVkW/9Zg==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "nvd3": "1.8.6", "prop-types": "^15.6.2" @@ -13858,12 +13995,12 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-sankey": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey/-/legacy-plugin-chart-sankey-0.18.0.tgz", - "integrity": "sha512-5OfBsGNt0iheISCogUQzrgfZsnsJ35MaSuE61igBAS5LnE3VaW0aPjvUEPcBhMEco7WjfCxXdMe8/o2dW0AYOg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey/-/legacy-plugin-chart-sankey-0.18.2.tgz", + "integrity": "sha512-Ipr1KywI966r2q8cg+MjkUq1SJpdC5TUCgbd+Vfr8Gcz3sM1q3UIzKlMFhEmonhTkTSRC+sa4Aqpl2/0AR77HA==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-sankey": "^0.4.2", "prop-types": "^15.6.2" @@ -13873,47 +14010,47 @@ } }, "node_modules/@superset-ui/legacy-plugin-chart-sankey-loop": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey-loop/-/legacy-plugin-chart-sankey-loop-0.18.0.tgz", - "integrity": "sha512-Qdujt2uwjAjg6/vETmpW19jBT8YfVdOksWbxImiw9P4eWm4vF9LIvMoDrLDT7+OSE/BmySN1YN54PzliGRrAfQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey-loop/-/legacy-plugin-chart-sankey-loop-0.18.2.tgz", + "integrity": "sha512-rOO0opUc3P7KCn8+NFAJG+G4LwyPJBjHyMpz9DLPwvhyqm72Xx6DYAHhXzzpElHRk2mnwMsoCG9YnCKSgYirSg==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3-sankey-diagram": "^0.7.3", "d3-selection": "^1.4.0", "prop-types": "^15.6.2" } }, "node_modules/@superset-ui/legacy-plugin-chart-sunburst": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.18.0.tgz", - "integrity": "sha512-+aeXomSMjsLQrTalQ5/x5DgPGe+k/GE0zwcgm38z5Xlz3h0kD5Ucbn3m0WPVYgN5cGURj5pnjbYglsIdmDq3PA==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.18.2.tgz", + "integrity": "sha512-QVYSOSr1k26Nx00cJbF/7lXI+TZmvFX8JZEW58p1sgbaCTvAI9VUT8CK6TIeEyurFSBqwlOVal6wRUy58tTTaA==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "prop-types": "^15.6.2" } }, "node_modules/@superset-ui/legacy-plugin-chart-treemap": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-treemap/-/legacy-plugin-chart-treemap-0.18.0.tgz", - "integrity": "sha512-Q3TVKNeEjmHokGpbIHIWBIs999Hiae0pmGZHl1rl0vPUIo66zOKJvSRkaLQ3WxlWpJm1pCTzXNpV+WVhcqtJzQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-treemap/-/legacy-plugin-chart-treemap-0.18.2.tgz", + "integrity": "sha512-CtJQeDC++vgrOdpjIbJn50Z2M1BNp2fl80/mhVC/YDP1bTsciGpMSA6dvGnKb0zK9IDeGSyhzos8HF792HVoRw==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3-hierarchy": "^1.1.8", "d3-selection": "^1.4.0", "prop-types": "^15.6.2" } }, "node_modules/@superset-ui/legacy-plugin-chart-world-map": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-world-map/-/legacy-plugin-chart-world-map-0.18.0.tgz", - "integrity": "sha512-jDxxX2YTaQIhtleiMZHESXMjLVzEyNuUqKURSuQXtJuUO/LTjLjTBQBd9+aLDwkiYmQiKyDNI9EjNlZhgiR5mw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-world-map/-/legacy-plugin-chart-world-map-0.18.2.tgz", + "integrity": "sha512-3xM/vGqC3C25adjz5uWO4Uxazyu8mOxevRxjDx5prhymv6IPslBcMixDfYhSBL5+dbXxzO4QLTN2ahx4iQEmgQ==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-array": "^2.4.0", "d3-color": "^1.4.1", @@ -13933,13 +14070,13 @@ } }, "node_modules/@superset-ui/legacy-preset-chart-big-number": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-big-number/-/legacy-preset-chart-big-number-0.18.1.tgz", - "integrity": "sha512-axbb+UZl4VaybByniGjSqr5MswE6L4MKPywQdpyO7GHR+ljDwi3GGxpqMRXQW46otf4bi224gIvaCQ+4JGaH/A==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-big-number/-/legacy-preset-chart-big-number-0.18.2.tgz", + "integrity": "sha512-k8fchqSAjNgQEmDQMN8iAIyaIt34T2j6GdwOx4iHlyhUVOMEH7ExQdghbVq9+b5TK/JOFJ3ypEoJH6MqnZ30tQ==", "dependencies": { "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@types/d3-color": "^1.2.2", "@types/shortid": "^0.0.29", "d3-color": "^1.2.3", @@ -14115,13 +14252,13 @@ } }, "node_modules/@superset-ui/legacy-preset-chart-nvd3": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.18.0.tgz", - "integrity": "sha512-HzgOjBOH1L9wqRKZIpyEBQ9OKckJbWKWqqdBRd9mSLzrHjbBUdpAaifNlv5b8EgEAi6NcK6+b2T1oy7g1gZhNg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.18.2.tgz", + "integrity": "sha512-pG+bTJoxhVhh0jgUPEhWHLXAgV3LiGdur+uOko0ObNZyf819tgOy6vt0ip5zUnz2eM4Cpw7k7YuJsvzvAAtYOw==", "dependencies": { "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-tip": "^0.9.1", "dompurify": "^2.0.6", @@ -14138,15 +14275,15 @@ } }, "node_modules/@superset-ui/plugin-chart-echarts": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.18.1.tgz", - "integrity": "sha512-sFDPAWBITmiyUcxxk8OyILku0OSiZ5QqC1RNWnmhvgyiOSUW639TEFGuE0ujU0Lyikxp7H7IOHel645V3OmkiA==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.18.2.tgz", + "integrity": "sha512-2sid5t05d5FMuhBrZU+pyyUT/M++v0tPjdsYWbpn5NRzAztwFMmSvd4xzY6zp7F8FSx94p5OApdDjOsN+AEJmQ==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@types/mathjs": "^6.0.7", "d3-array": "^1.2.0", - "echarts": "^5.1.2", + "echarts": "^5.2.0", "lodash": "^4.17.15", "mathjs": "^8.0.1" }, @@ -14155,12 +14292,12 @@ } }, "node_modules/@superset-ui/plugin-chart-pivot-table": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-pivot-table/-/plugin-chart-pivot-table-0.18.0.tgz", - "integrity": "sha512-6hdlNguNSS6F/sb0csrDlpxjcYcEVclzyWYpYiaxIDdrLHwmZO9JuxbILUpDQXc3pzJIyluLSra4ORcmoS9j4w==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-pivot-table/-/plugin-chart-pivot-table-0.18.2.tgz", + "integrity": "sha512-CKaIia5zprBth/nYBxMJA3UorlOtAngt/64ihAOl2vSZRqh9UCXBbhZUL26ziyWaMFJz/ROH22XADQSPaWPV2Q==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@superset-ui/react-pivottable": "^0.12.12" }, "peerDependencies": { @@ -14169,13 +14306,13 @@ } }, "node_modules/@superset-ui/plugin-chart-table": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-table/-/plugin-chart-table-0.18.0.tgz", - "integrity": "sha512-ggMN06t67YCahRu9lYAfcGzxPj0pTM3acbbyOfH6a5y3t3t3yi2aXZLWvvxvEnX9uCpKI++vGq8aT9Bnnv+AFg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-table/-/plugin-chart-table-0.18.2.tgz", + "integrity": "sha512-ni3IH/0f8JNOpXlDHi2Lh7KESeyUrEkmlS1wGUICbLpTz6pSUqL2xHpsBISNdyuRJ+ZQM3f0yeDOC54ESYKJag==", "dependencies": { "@react-icons/all-files": "^4.1.0", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@types/d3-array": "^2.9.0", "@types/react-table": "^7.0.29", "d3-array": "^2.4.0", @@ -14200,12 +14337,12 @@ } }, "node_modules/@superset-ui/plugin-chart-word-cloud": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-word-cloud/-/plugin-chart-word-cloud-0.18.0.tgz", - "integrity": "sha512-qOxvmxEkahdVwAUM0WGJuHgcAbc+xBCDvwglItmgQoUNTV/2fDsi8qbm4LuIfvYJz6+AVoXZM8ZkqBor0PEGeg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-word-cloud/-/plugin-chart-word-cloud-0.18.2.tgz", + "integrity": "sha512-c8WXk4W/l/DIGVxc5ly7dt2jvoRWMMYAWIJK9vp46Wle3q16e52NKZC6Ee3xguAMdF5YUJGjrJzsOlmsvkT17Q==", "dependencies": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@types/d3-cloud": "^1.2.1", "@types/d3-scale": "^2.0.2", "d3-cloud": "^1.2.5", @@ -14238,14 +14375,14 @@ } }, "node_modules/@superset-ui/preset-chart-xy": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/preset-chart-xy/-/preset-chart-xy-0.18.0.tgz", - "integrity": "sha512-mLrytOjLeATA+uCeihWUqkdLyZwV4j8nKPbtqoLLcI/U5BJ/4dw+OlVtFHK7r01LhEsU8IGgpW6jXg29ww9DZw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/preset-chart-xy/-/preset-chart-xy-0.18.2.tgz", + "integrity": "sha512-r7ufcPFc8onwjkITB0SOcaPygQs2zAw8pLLnp8SLu56kUZCZCj94zgpANKe77RB18L1AU5Z8viVfq2Ecx1QZaw==", "dependencies": { "@data-ui/theme": "^0.0.84", "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@vx/axis": "^0.0.198", "@vx/legend": "^0.0.198", "@vx/scale": "^0.0.197", @@ -24960,18 +25097,18 @@ } }, "node_modules/echarts": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.1.2.tgz", - "integrity": "sha512-okUhO4sw22vwZp+rTPNjd/bvTdpug4K4sHNHyrV8NdAncIX9/AarlolFqtJCAYKGFYhUBNjIWu1EznFrSWTFxg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.2.0.tgz", + "integrity": "sha512-7CrCKGRjFdpLIJ/Yt1gpHeqs5PiCem2GHPdWZPwKl7WSYeZu0Qzm1bcCFe9/b4dfVaL1zlY4JmdzaVwKksVeqg==", "dependencies": { - "tslib": "2.0.3", - "zrender": "5.1.1" + "tslib": "2.3.0", + "zrender": "5.2.0" } }, "node_modules/echarts/node_modules/tslib": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", - "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" }, "node_modules/editorconfig": { "version": "0.15.3", @@ -48681,6 +48818,20 @@ "react-dom": "^16.8.0 || ^17.0.0" } }, + "node_modules/storybook-addon-paddings/node_modules/@storybook/theming/node_modules/@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "dependencies": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, "node_modules/storybook-addon-paddings/node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -54617,17 +54768,17 @@ } }, "node_modules/zrender": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.1.1.tgz", - "integrity": "sha512-oeWlmUZPQdS9f5hK4pV21tHPqA3wgQ7CkKkw7l0CCBgWlJ/FP+lRgLFtUBW6yam4JX8y9CdHJo1o587VVrbcoQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.2.0.tgz", + "integrity": "sha512-87v3gvB0lcWy48ObA/DwrhQ95ADMMRhECVrXmHDFCBNvbxHFfEDZtrZh4VmVjLAeFAjimY4PyZ65rbLCivdszA==", "dependencies": { - "tslib": "2.0.3" + "tslib": "2.3.0" } }, "node_modules/zrender/node_modules/tslib": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", - "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" }, "node_modules/zwitch": { "version": "1.0.5", @@ -57668,32 +57819,46 @@ "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==" }, "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", - "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", - "dev": true, + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.3.0.tgz", + "integrity": "sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==", "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" + "@babel/runtime": "^7.13.10", + "@emotion/babel-plugin": "^11.3.0", + "@emotion/is-prop-valid": "^1.1.0", + "@emotion/serialize": "^1.0.2", + "@emotion/utils": "^1.0.0" }, "dependencies": { - "babel-plugin-emotion": { - "version": "10.0.33", - "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.0.33.tgz", - "integrity": "sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ==", - "dev": true, + "@emotion/is-prop-valid": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz", + "integrity": "sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==", "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" + "@emotion/memoize": "^0.7.4" } + }, + "@emotion/serialize": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz", + "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==", + "requires": { + "@emotion/hash": "^0.8.0", + "@emotion/memoize": "^0.7.4", + "@emotion/unitless": "^0.7.5", + "@emotion/utils": "^1.0.0", + "csstype": "^3.0.2" + } + }, + "@emotion/utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz", + "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==" + }, + "csstype": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", + "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" } } }, @@ -60271,6 +60436,16 @@ "util-deprecate": "^1.0.2" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -60481,6 +60656,16 @@ "ts-dedent": "^2.0.0" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -60764,6 +60949,16 @@ "util-deprecate": "^1.0.2" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -61053,6 +61248,16 @@ "ts-dedent": "^2.0.0" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addon-actions": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.1.20.tgz", @@ -61457,6 +61662,16 @@ "core-js": "^3.0.1" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -61711,6 +61926,16 @@ "regenerator-runtime": "^0.13.7" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -62072,6 +62297,16 @@ "ts-dedent": "^2.0.0" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/client-logger": { "version": "6.1.11", "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.1.11.tgz", @@ -62408,6 +62643,16 @@ "@babel/helper-plugin-utils": "^7.13.0" } }, + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -64341,6 +64586,16 @@ "webpack": "^4.44.2" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -64717,6 +64972,16 @@ "source-map": "^0.7.3" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -64912,6 +65177,16 @@ "ts-dedent": "^2.0.0" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -64958,6 +65233,16 @@ "store2": "^2.7.1" }, "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + }, "@storybook/addons": { "version": "6.1.20", "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.1.20.tgz", @@ -65159,23 +65444,22 @@ } }, "@superset-ui/chart-controls": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.18.0.tgz", - "integrity": "sha512-FLSRN0uJW0W5p+oy+0qxDVaAxtpU/nyHzsfP3EIcUfhPFEtlEeZ4H2Uk6ZdMaVh7x/66jR8SwwlqI0k9vBMz1w==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.18.2.tgz", + "integrity": "sha512-nVb88SqPxtg1qjtzXmw3UcXiHXpyPHFzJik7q7l0CkNVnqWucMMA/ZvKw6ldoNj5Z8gnUfS9V5Q0GYGDzWk4hA==", "requires": { "@react-icons/all-files": "^4.1.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/core": "0.18.2", "lodash": "^4.17.15", "prop-types": "^15.7.2" } }, "@superset-ui/core": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/core/-/core-0.18.0.tgz", - "integrity": "sha512-VD1bC5odnD+fyKydPjXomuwJZ983Gjwcc1LY+bi24/I+AfW+7Xd20iARXxkhjOF7ezbWb4I+X1vxsDbgLStpKQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/core/-/core-0.18.2.tgz", + "integrity": "sha512-YzaDFCEBKR0WzPQeh5smHfVPw5ig9YxqvdNE1wZxcxCg63W5QFJ+UW0u0WYgIGVb1Pd2HRRGsoJRMCqa+Po/gA==", "requires": { "@babel/runtime": "^7.1.2", - "@emotion/styled": "^11.3.0", "@types/d3-format": "^1.3.0", "@types/d3-interpolate": "^1.3.1", "@types/d3-scale": "^2.1.1", @@ -65203,50 +65487,6 @@ "whatwg-fetch": "^3.0.0" }, "dependencies": { - "@emotion/is-prop-valid": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz", - "integrity": "sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==", - "requires": { - "@emotion/memoize": "^0.7.4" - } - }, - "@emotion/serialize": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz", - "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==", - "requires": { - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.4", - "@emotion/unitless": "^0.7.5", - "@emotion/utils": "^1.0.0", - "csstype": "^3.0.2" - }, - "dependencies": { - "csstype": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", - "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" - } - } - }, - "@emotion/styled": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.3.0.tgz", - "integrity": "sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@emotion/babel-plugin": "^11.3.0", - "@emotion/is-prop-valid": "^1.1.0", - "@emotion/serialize": "^1.0.2", - "@emotion/utils": "^1.0.0" - } - }, - "@emotion/utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz", - "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==" - }, "@vx/responsive": { "version": "0.0.199", "resolved": "https://registry.npmjs.org/@vx/responsive/-/responsive-0.0.199.tgz", @@ -65292,12 +65532,12 @@ } }, "@superset-ui/legacy-plugin-chart-calendar": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-calendar/-/legacy-plugin-chart-calendar-0.18.0.tgz", - "integrity": "sha512-iwAzdF4X2F6DegqTB8cGO5a4vga3FqA5MIl/DRBw1HymXSkWsjR5IJdHp0Sg1Py8tJY2TeJh+29n0v3FQWRBYg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-calendar/-/legacy-plugin-chart-calendar-0.18.2.tgz", + "integrity": "sha512-F6sMcl0kkDnYZL7nJUAlsrIHW5d15ac7ISVUO5afMf+CIfIvIbMr+nMJpi36Nr2pegsWsmacKHTdDyNIGaiGHw==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3-array": "^2.0.3", "d3-selection": "^1.4.0", "d3-tip": "^0.9.1", @@ -65315,24 +65555,24 @@ } }, "@superset-ui/legacy-plugin-chart-chord": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-chord/-/legacy-plugin-chart-chord-0.18.0.tgz", - "integrity": "sha512-p3XPiH36kkJwmts6QbmBymTUlpG+wzib9KHJ76BtDAZIbtvEP0qtVprmunQg9Ug0zqiRHV6oNpgp2fnBhE7XfQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-chord/-/legacy-plugin-chart-chord-0.18.2.tgz", + "integrity": "sha512-TKMSIkdURc7QbZaMuXkvhiB2oomK9yzkQ4Tz+Kg+FrgzY1pIa+oxLR83QONxL9bU7D84sPeEMCktxsMlqYtIUw==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "prop-types": "^15.6.2", "react": "^16.13.1" } }, "@superset-ui/legacy-plugin-chart-country-map": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.18.1.tgz", - "integrity": "sha512-MBnaaaUz8RGoh4imx+noIxWTl7uuV6dAgNpHPoMmPRaq9Y3SL9F7mQ7B+sb0yphm3rCr7jkSekmgi8TSj5jhWQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.18.2.tgz", + "integrity": "sha512-lYCQgbe3RsRX2gekxkvzWxPtptJElfKa8h3AJO0FB5mGEfSq6JCrnaxlvg/dwwrtcHEZxr+nuJlEpDwd1n+VMw==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-array": "^2.0.3", "prop-types": "^15.6.2" @@ -65349,34 +65589,34 @@ } }, "@superset-ui/legacy-plugin-chart-event-flow": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-event-flow/-/legacy-plugin-chart-event-flow-0.18.0.tgz", - "integrity": "sha512-H7ozH+Zod/L865W+HX7tCIVHQ0wcB7Ugd2XCc0z+fmyOCUbpmjRu+Xcrwh/jfViN1fWkqu7yapVdqsHdsNyBBQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-event-flow/-/legacy-plugin-chart-event-flow-0.18.2.tgz", + "integrity": "sha512-IMJ9q2H+UcaQZIFAWIQY09CRq76ki2N5fg6gib2Bea+P8JPRjf1OBnybPML/BOhs8iTMWGdXAo61QVtb/qG8bw==", "requires": { "@data-ui/event-flow": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "prop-types": "^15.6.2" } }, "@superset-ui/legacy-plugin-chart-force-directed": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-force-directed/-/legacy-plugin-chart-force-directed-0.18.0.tgz", - "integrity": "sha512-LvV1+Ig6fguwcdu6mb9dqprs5YVnyqQYhS6g/tzwyOLJyhaRVD3ffNlGpNrewSXfqALJYYMW3o0sQhas6XgLzw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-force-directed/-/legacy-plugin-chart-force-directed-0.18.2.tgz", + "integrity": "sha512-2CfePDivVGhlivbsUluKBTnmA2VmShAoqLWsz/GZlY4JfS4gajp9SnN4fdqzdT9PEslmkeSFFEubc10aR6CIIw==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "prop-types": "^15.7.2" } }, "@superset-ui/legacy-plugin-chart-heatmap": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.18.0.tgz", - "integrity": "sha512-hUcrqJOh+GyCNLBc2/V1UbYSO9bYrqRa8x1GjW34tatYNirTxNWYWWZ/49D1kgoodG4FdCmCtQXX4tCKNj3xQw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.18.2.tgz", + "integrity": "sha512-qzterUQkbZyy4iSm/q+GoT0EMzQA2VBIxHRgYD6ftiBN6eT2vw8aBjcrPgLLJvVO//htnECReTmDAONmQrj1Zw==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-svg-legend": "^1.x", "d3-tip": "^0.9.1", @@ -65384,14 +65624,14 @@ } }, "@superset-ui/legacy-plugin-chart-histogram": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-histogram/-/legacy-plugin-chart-histogram-0.18.0.tgz", - "integrity": "sha512-S43s/ai9xrByuv24XLsnaU2gRRz+BDCgEHamMD2crlE2gatFcZ/B6fRmr/RzvoFV3GhMJ72f0t6QU+A6VaL4Mg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-histogram/-/legacy-plugin-chart-histogram-0.18.2.tgz", + "integrity": "sha512-4recTD03JJ5pp3BPMMiqPqpmJ+4dGAt4Xnxvsn2GrA6X1DY5H5oieYonEMUxh4no/2qJdbzfGc9ym+4XV3PSbg==", "requires": { "@data-ui/histogram": "^0.0.84", "@data-ui/theme": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@vx/legend": "^0.0.198", "@vx/responsive": "^0.0.199", "@vx/scale": "^0.0.197", @@ -65459,12 +65699,12 @@ } }, "@superset-ui/legacy-plugin-chart-horizon": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-horizon/-/legacy-plugin-chart-horizon-0.18.0.tgz", - "integrity": "sha512-jLsYLZiKhyS3HUWOEbntID+XIoG1X4KohGULtkIYcUhVzG37WDvBIOAGy8AgugtcnVBC0KjLlQA/cdrPHK0vIA==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-horizon/-/legacy-plugin-chart-horizon-0.18.2.tgz", + "integrity": "sha512-S7wM3LwRYyCQSindhuv/6DmON5ER6iA3BMKjbzOj8WtloGoD7nwBBtbHH/3cLlSTbHfh8zO+PcpSSb5OcAPsyQ==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3-array": "^2.0.3", "d3-scale": "^3.0.1", "prop-types": "^15.6.2" @@ -65493,12 +65733,12 @@ } }, "@superset-ui/legacy-plugin-chart-map-box": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-map-box/-/legacy-plugin-chart-map-box-0.18.0.tgz", - "integrity": "sha512-h9rkeWEZXjtniT4qWJe3b9MCKncVy9czaHzzWvZbiWtxVKxyHv+d3BcLwWcMD6CWwS847g9Pw+8ar8TlEeDEdA==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-map-box/-/legacy-plugin-chart-map-box-0.18.2.tgz", + "integrity": "sha512-aDIKN65anJhE1a3gNT93oU2sBcqrN1K6uMkSDIfufJ1YRsWKM0bb2fo4uR6n1ej7dIU+shkjtFhAGh363rp2QQ==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "immutable": "^3.8.2", "mapbox-gl": "^0.53.0", "prop-types": "^15.6.2", @@ -65515,118 +65755,118 @@ } }, "@superset-ui/legacy-plugin-chart-paired-t-test": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-paired-t-test/-/legacy-plugin-chart-paired-t-test-0.18.0.tgz", - "integrity": "sha512-7MwqQGD6DCkkuKGbCuoQ+0dxgq9Yl37hlbRZSyVNX2aWeuvzJMjlz1koBHdW9y8RPFdUC+Dl9wsfA8+4s+SWLg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-paired-t-test/-/legacy-plugin-chart-paired-t-test-0.18.2.tgz", + "integrity": "sha512-QIuoZ9twS3V5W5Uqg2UsyNfJtKo7xWjT+J+ZJD/23X6Ceg9WifjKKAyD7gNJOLpj6A9Zir6SgVgV4MN/quAa6g==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "distributions": "^1.0.0", "prop-types": "^15.6.2", "reactable": "^1.1.0" } }, "@superset-ui/legacy-plugin-chart-parallel-coordinates": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-parallel-coordinates/-/legacy-plugin-chart-parallel-coordinates-0.18.0.tgz", - "integrity": "sha512-S+su29/c685XQm6LKzPKu2r3Q/7YrWp9x1Av8Ab04Ag5jMyjLgFXjlynVlStKXrWSdZzMKKcqRAvSBk/yZ9Abw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-parallel-coordinates/-/legacy-plugin-chart-parallel-coordinates-0.18.2.tgz", + "integrity": "sha512-sZy7GPU2L4HCiHFg4NvMe9LFSZ6rcNX7KHLQbm33PVYEd5CW2yVDZgG5pLn2sRSvDlmqkpkirCbWwpZbjxWNIw==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "prop-types": "^15.7.2" } }, "@superset-ui/legacy-plugin-chart-partition": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-partition/-/legacy-plugin-chart-partition-0.18.0.tgz", - "integrity": "sha512-ymZhr0+8tKC9m8KgIqhDnhaqtLa7FRMYvnVxAJ5u8Ci9xe8ADcJIQLdMard1SiCngxP9+89i9MOu5zBTenFGrw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-partition/-/legacy-plugin-chart-partition-0.18.2.tgz", + "integrity": "sha512-rQxPL/y3xZI6DXq8TAbfkerVA8J8/KXkPiY/1bdL2HAwfRv72pj9EJ2Va1VRcofsz6casNlXv0gNkFjiTr5oKw==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-hierarchy": "^1.1.8", "prop-types": "^15.6.2" } }, "@superset-ui/legacy-plugin-chart-pivot-table": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.18.0.tgz", - "integrity": "sha512-jcw/jDfKfKOQaLs12qk2vkp0P7mE/liXEZ1tvmbHYt/jzXWHkMAZ4CnfWrp57sKNk3+cNBqn1uEs+z2Epy37Bw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.18.2.tgz", + "integrity": "sha512-jB+jWSIodD2gXPV2ePLjYJNWZJ3mq58sCgGYpH0Uh+rYDD4m14UYSdjJjbYsZGq/Z9d7RduwH+7pqz27msc+Gw==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "datatables.net-bs": "^1.10.15", "prop-types": "^15.6.2" } }, "@superset-ui/legacy-plugin-chart-rose": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.18.0.tgz", - "integrity": "sha512-8iz3HHpoBy7dWU+UgekmZHrAGh4ZJwM5X7H0gDbyQhw5jiIS7dV4H43QuNOIp9cyFyHanTFSQKNrkTbRXXJ1ig==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.18.2.tgz", + "integrity": "sha512-FlsAoMuceFqrIJ0V+xjxMBuPerIw2BSENtrfwBUHMjgDbRHdv8rRc+Rn/8SFfA/r+BKr1kv+4pb8iMMVkW/9Zg==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "nvd3": "1.8.6", "prop-types": "^15.6.2" } }, "@superset-ui/legacy-plugin-chart-sankey": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey/-/legacy-plugin-chart-sankey-0.18.0.tgz", - "integrity": "sha512-5OfBsGNt0iheISCogUQzrgfZsnsJ35MaSuE61igBAS5LnE3VaW0aPjvUEPcBhMEco7WjfCxXdMe8/o2dW0AYOg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey/-/legacy-plugin-chart-sankey-0.18.2.tgz", + "integrity": "sha512-Ipr1KywI966r2q8cg+MjkUq1SJpdC5TUCgbd+Vfr8Gcz3sM1q3UIzKlMFhEmonhTkTSRC+sa4Aqpl2/0AR77HA==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-sankey": "^0.4.2", "prop-types": "^15.6.2" } }, "@superset-ui/legacy-plugin-chart-sankey-loop": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey-loop/-/legacy-plugin-chart-sankey-loop-0.18.0.tgz", - "integrity": "sha512-Qdujt2uwjAjg6/vETmpW19jBT8YfVdOksWbxImiw9P4eWm4vF9LIvMoDrLDT7+OSE/BmySN1YN54PzliGRrAfQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey-loop/-/legacy-plugin-chart-sankey-loop-0.18.2.tgz", + "integrity": "sha512-rOO0opUc3P7KCn8+NFAJG+G4LwyPJBjHyMpz9DLPwvhyqm72Xx6DYAHhXzzpElHRk2mnwMsoCG9YnCKSgYirSg==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3-sankey-diagram": "^0.7.3", "d3-selection": "^1.4.0", "prop-types": "^15.6.2" } }, "@superset-ui/legacy-plugin-chart-sunburst": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.18.0.tgz", - "integrity": "sha512-+aeXomSMjsLQrTalQ5/x5DgPGe+k/GE0zwcgm38z5Xlz3h0kD5Ucbn3m0WPVYgN5cGURj5pnjbYglsIdmDq3PA==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.18.2.tgz", + "integrity": "sha512-QVYSOSr1k26Nx00cJbF/7lXI+TZmvFX8JZEW58p1sgbaCTvAI9VUT8CK6TIeEyurFSBqwlOVal6wRUy58tTTaA==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "prop-types": "^15.6.2" } }, "@superset-ui/legacy-plugin-chart-treemap": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-treemap/-/legacy-plugin-chart-treemap-0.18.0.tgz", - "integrity": "sha512-Q3TVKNeEjmHokGpbIHIWBIs999Hiae0pmGZHl1rl0vPUIo66zOKJvSRkaLQ3WxlWpJm1pCTzXNpV+WVhcqtJzQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-treemap/-/legacy-plugin-chart-treemap-0.18.2.tgz", + "integrity": "sha512-CtJQeDC++vgrOdpjIbJn50Z2M1BNp2fl80/mhVC/YDP1bTsciGpMSA6dvGnKb0zK9IDeGSyhzos8HF792HVoRw==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3-hierarchy": "^1.1.8", "d3-selection": "^1.4.0", "prop-types": "^15.6.2" } }, "@superset-ui/legacy-plugin-chart-world-map": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-world-map/-/legacy-plugin-chart-world-map-0.18.0.tgz", - "integrity": "sha512-jDxxX2YTaQIhtleiMZHESXMjLVzEyNuUqKURSuQXtJuUO/LTjLjTBQBd9+aLDwkiYmQiKyDNI9EjNlZhgiR5mw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-world-map/-/legacy-plugin-chart-world-map-0.18.2.tgz", + "integrity": "sha512-3xM/vGqC3C25adjz5uWO4Uxazyu8mOxevRxjDx5prhymv6IPslBcMixDfYhSBL5+dbXxzO4QLTN2ahx4iQEmgQ==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-array": "^2.4.0", "d3-color": "^1.4.1", @@ -65645,13 +65885,13 @@ } }, "@superset-ui/legacy-preset-chart-big-number": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-big-number/-/legacy-preset-chart-big-number-0.18.1.tgz", - "integrity": "sha512-axbb+UZl4VaybByniGjSqr5MswE6L4MKPywQdpyO7GHR+ljDwi3GGxpqMRXQW46otf4bi224gIvaCQ+4JGaH/A==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-big-number/-/legacy-preset-chart-big-number-0.18.2.tgz", + "integrity": "sha512-k8fchqSAjNgQEmDQMN8iAIyaIt34T2j6GdwOx4iHlyhUVOMEH7ExQdghbVq9+b5TK/JOFJ3ypEoJH6MqnZ30tQ==", "requires": { "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@types/d3-color": "^1.2.2", "@types/shortid": "^0.0.29", "d3-color": "^1.2.3", @@ -65806,13 +66046,13 @@ } }, "@superset-ui/legacy-preset-chart-nvd3": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.18.0.tgz", - "integrity": "sha512-HzgOjBOH1L9wqRKZIpyEBQ9OKckJbWKWqqdBRd9mSLzrHjbBUdpAaifNlv5b8EgEAi6NcK6+b2T1oy7g1gZhNg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.18.2.tgz", + "integrity": "sha512-pG+bTJoxhVhh0jgUPEhWHLXAgV3LiGdur+uOko0ObNZyf819tgOy6vt0ip5zUnz2eM4Cpw7k7YuJsvzvAAtYOw==", "requires": { "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "d3": "^3.5.17", "d3-tip": "^0.9.1", "dompurify": "^2.0.6", @@ -65826,37 +66066,37 @@ } }, "@superset-ui/plugin-chart-echarts": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.18.1.tgz", - "integrity": "sha512-sFDPAWBITmiyUcxxk8OyILku0OSiZ5QqC1RNWnmhvgyiOSUW639TEFGuE0ujU0Lyikxp7H7IOHel645V3OmkiA==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.18.2.tgz", + "integrity": "sha512-2sid5t05d5FMuhBrZU+pyyUT/M++v0tPjdsYWbpn5NRzAztwFMmSvd4xzY6zp7F8FSx94p5OApdDjOsN+AEJmQ==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@types/mathjs": "^6.0.7", "d3-array": "^1.2.0", - "echarts": "^5.1.2", + "echarts": "^5.2.0", "lodash": "^4.17.15", "mathjs": "^8.0.1" } }, "@superset-ui/plugin-chart-pivot-table": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-pivot-table/-/plugin-chart-pivot-table-0.18.0.tgz", - "integrity": "sha512-6hdlNguNSS6F/sb0csrDlpxjcYcEVclzyWYpYiaxIDdrLHwmZO9JuxbILUpDQXc3pzJIyluLSra4ORcmoS9j4w==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-pivot-table/-/plugin-chart-pivot-table-0.18.2.tgz", + "integrity": "sha512-CKaIia5zprBth/nYBxMJA3UorlOtAngt/64ihAOl2vSZRqh9UCXBbhZUL26ziyWaMFJz/ROH22XADQSPaWPV2Q==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@superset-ui/react-pivottable": "^0.12.12" } }, "@superset-ui/plugin-chart-table": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-table/-/plugin-chart-table-0.18.0.tgz", - "integrity": "sha512-ggMN06t67YCahRu9lYAfcGzxPj0pTM3acbbyOfH6a5y3t3t3yi2aXZLWvvxvEnX9uCpKI++vGq8aT9Bnnv+AFg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-table/-/plugin-chart-table-0.18.2.tgz", + "integrity": "sha512-ni3IH/0f8JNOpXlDHi2Lh7KESeyUrEkmlS1wGUICbLpTz6pSUqL2xHpsBISNdyuRJ+ZQM3f0yeDOC54ESYKJag==", "requires": { "@react-icons/all-files": "^4.1.0", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@types/d3-array": "^2.9.0", "@types/react-table": "^7.0.29", "d3-array": "^2.4.0", @@ -65878,12 +66118,12 @@ } }, "@superset-ui/plugin-chart-word-cloud": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-word-cloud/-/plugin-chart-word-cloud-0.18.0.tgz", - "integrity": "sha512-qOxvmxEkahdVwAUM0WGJuHgcAbc+xBCDvwglItmgQoUNTV/2fDsi8qbm4LuIfvYJz6+AVoXZM8ZkqBor0PEGeg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-word-cloud/-/plugin-chart-word-cloud-0.18.2.tgz", + "integrity": "sha512-c8WXk4W/l/DIGVxc5ly7dt2jvoRWMMYAWIJK9vp46Wle3q16e52NKZC6Ee3xguAMdF5YUJGjrJzsOlmsvkT17Q==", "requires": { - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@types/d3-cloud": "^1.2.1", "@types/d3-scale": "^2.0.2", "d3-cloud": "^1.2.5", @@ -65914,14 +66154,14 @@ } }, "@superset-ui/preset-chart-xy": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@superset-ui/preset-chart-xy/-/preset-chart-xy-0.18.0.tgz", - "integrity": "sha512-mLrytOjLeATA+uCeihWUqkdLyZwV4j8nKPbtqoLLcI/U5BJ/4dw+OlVtFHK7r01LhEsU8IGgpW6jXg29ww9DZw==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@superset-ui/preset-chart-xy/-/preset-chart-xy-0.18.2.tgz", + "integrity": "sha512-r7ufcPFc8onwjkITB0SOcaPygQs2zAw8pLLnp8SLu56kUZCZCj94zgpANKe77RB18L1AU5Z8viVfq2Ecx1QZaw==", "requires": { "@data-ui/theme": "^0.0.84", "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.0", - "@superset-ui/core": "0.18.0", + "@superset-ui/chart-controls": "0.18.2", + "@superset-ui/core": "0.18.2", "@vx/axis": "^0.0.198", "@vx/legend": "^0.0.198", "@vx/scale": "^0.0.197", @@ -74655,18 +74895,18 @@ } }, "echarts": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.1.2.tgz", - "integrity": "sha512-okUhO4sw22vwZp+rTPNjd/bvTdpug4K4sHNHyrV8NdAncIX9/AarlolFqtJCAYKGFYhUBNjIWu1EznFrSWTFxg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.2.0.tgz", + "integrity": "sha512-7CrCKGRjFdpLIJ/Yt1gpHeqs5PiCem2GHPdWZPwKl7WSYeZu0Qzm1bcCFe9/b4dfVaL1zlY4JmdzaVwKksVeqg==", "requires": { - "tslib": "2.0.3", - "zrender": "5.1.1" + "tslib": "2.3.0", + "zrender": "5.2.0" }, "dependencies": { "tslib": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", - "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" } } }, @@ -93255,6 +93495,18 @@ "polished": "^3.4.4", "resolve-from": "^5.0.0", "ts-dedent": "^2.0.0" + }, + "dependencies": { + "@emotion/styled": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz", + "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", + "dev": true, + "requires": { + "@emotion/styled-base": "^10.0.27", + "babel-plugin-emotion": "^10.0.27" + } + } } }, "fast-deep-equal": { @@ -97907,17 +98159,17 @@ "dev": true }, "zrender": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.1.1.tgz", - "integrity": "sha512-oeWlmUZPQdS9f5hK4pV21tHPqA3wgQ7CkKkw7l0CCBgWlJ/FP+lRgLFtUBW6yam4JX8y9CdHJo1o587VVrbcoQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.2.0.tgz", + "integrity": "sha512-87v3gvB0lcWy48ObA/DwrhQ95ADMMRhECVrXmHDFCBNvbxHFfEDZtrZh4VmVjLAeFAjimY4PyZ65rbLCivdszA==", "requires": { - "tslib": "2.0.3" + "tslib": "2.3.0" }, "dependencies": { "tslib": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", - "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" } } }, diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 4a0cb4478e8c0..e7ffc366dd73a 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -67,35 +67,36 @@ "@emotion/babel-preset-css-prop": "^11.2.0", "@emotion/cache": "^11.4.0", "@emotion/react": "^11.4.1", - "@superset-ui/chart-controls": "^0.18.0", - "@superset-ui/core": "^0.18.0", - "@superset-ui/legacy-plugin-chart-calendar": "^0.18.0", - "@superset-ui/legacy-plugin-chart-chord": "^0.18.0", - "@superset-ui/legacy-plugin-chart-country-map": "^0.18.1", - "@superset-ui/legacy-plugin-chart-event-flow": "^0.18.0", - "@superset-ui/legacy-plugin-chart-force-directed": "^0.18.0", - "@superset-ui/legacy-plugin-chart-heatmap": "^0.18.0", - "@superset-ui/legacy-plugin-chart-histogram": "^0.18.0", - "@superset-ui/legacy-plugin-chart-horizon": "^0.18.0", - "@superset-ui/legacy-plugin-chart-map-box": "^0.18.0", - "@superset-ui/legacy-plugin-chart-paired-t-test": "^0.18.0", - "@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.18.0", - "@superset-ui/legacy-plugin-chart-partition": "^0.18.0", - "@superset-ui/legacy-plugin-chart-pivot-table": "^0.18.0", - "@superset-ui/legacy-plugin-chart-rose": "^0.18.0", - "@superset-ui/legacy-plugin-chart-sankey": "^0.18.0", - "@superset-ui/legacy-plugin-chart-sankey-loop": "^0.18.0", - "@superset-ui/legacy-plugin-chart-sunburst": "^0.18.0", - "@superset-ui/legacy-plugin-chart-treemap": "^0.18.0", - "@superset-ui/legacy-plugin-chart-world-map": "^0.18.0", - "@superset-ui/legacy-preset-chart-big-number": "^0.18.1", + "@emotion/styled": "^11.3.0", + "@superset-ui/chart-controls": "^0.18.2", + "@superset-ui/core": "^0.18.2", + "@superset-ui/legacy-plugin-chart-calendar": "^0.18.2", + "@superset-ui/legacy-plugin-chart-chord": "^0.18.2", + "@superset-ui/legacy-plugin-chart-country-map": "^0.18.2", + "@superset-ui/legacy-plugin-chart-event-flow": "^0.18.2", + "@superset-ui/legacy-plugin-chart-force-directed": "^0.18.2", + "@superset-ui/legacy-plugin-chart-heatmap": "^0.18.2", + "@superset-ui/legacy-plugin-chart-histogram": "^0.18.2", + "@superset-ui/legacy-plugin-chart-horizon": "^0.18.2", + "@superset-ui/legacy-plugin-chart-map-box": "^0.18.2", + "@superset-ui/legacy-plugin-chart-paired-t-test": "^0.18.2", + "@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.18.2", + "@superset-ui/legacy-plugin-chart-partition": "^0.18.2", + "@superset-ui/legacy-plugin-chart-pivot-table": "^0.18.2", + "@superset-ui/legacy-plugin-chart-rose": "^0.18.2", + "@superset-ui/legacy-plugin-chart-sankey": "^0.18.2", + "@superset-ui/legacy-plugin-chart-sankey-loop": "^0.18.2", + "@superset-ui/legacy-plugin-chart-sunburst": "^0.18.2", + "@superset-ui/legacy-plugin-chart-treemap": "^0.18.2", + "@superset-ui/legacy-plugin-chart-world-map": "^0.18.2", + "@superset-ui/legacy-preset-chart-big-number": "^0.18.2", "@superset-ui/legacy-preset-chart-deckgl": "^0.4.12", - "@superset-ui/legacy-preset-chart-nvd3": "^0.18.0", - "@superset-ui/plugin-chart-echarts": "^0.18.1", - "@superset-ui/plugin-chart-pivot-table": "^0.18.0", - "@superset-ui/plugin-chart-table": "^0.18.0", - "@superset-ui/plugin-chart-word-cloud": "^0.18.0", - "@superset-ui/preset-chart-xy": "^0.18.0", + "@superset-ui/legacy-preset-chart-nvd3": "^0.18.2", + "@superset-ui/plugin-chart-echarts": "^0.18.2", + "@superset-ui/plugin-chart-pivot-table": "^0.18.2", + "@superset-ui/plugin-chart-table": "^0.18.2", + "@superset-ui/plugin-chart-word-cloud": "^0.18.2", + "@superset-ui/preset-chart-xy": "^0.18.2", "@vx/responsive": "^0.0.195", "abortcontroller-polyfill": "^1.1.9", "antd": "^4.9.4",