feat: bump superset-ui versions to 0.11 (#7294)

* feat: bump superset-ui versions to 0.11

* fix: update version number again

* fix: package-lock.json

* test: disable large number test

* fix: revert cors
This commit is contained in:
Krist Wongsuphasawat 2019-04-17 14:10:54 -07:00 committed by GitHub
parent 3d08266714
commit ab8f4afff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 228 additions and 231 deletions

File diff suppressed because it is too large Load Diff

View File

@ -47,38 +47,38 @@
"homepage": "https://superset.apache.org/",
"dependencies": {
"@data-ui/sparkline": "^0.0.54",
"@superset-ui/chart": "^0.10.2",
"@superset-ui/color": "^0.10.1",
"@superset-ui/connection": "^0.10.2",
"@superset-ui/core": "^0.10.0",
"@superset-ui/dimension": "^0.10.0",
"@superset-ui/legacy-plugin-chart-calendar": "^0.10.0",
"@superset-ui/legacy-plugin-chart-chord": "^0.10.0",
"@superset-ui/legacy-plugin-chart-country-map": "^0.10.0",
"@superset-ui/legacy-plugin-chart-event-flow": "^0.10.0",
"@superset-ui/legacy-plugin-chart-force-directed": "^0.10.0",
"@superset-ui/legacy-plugin-chart-heatmap": "^0.10.0",
"@superset-ui/legacy-plugin-chart-histogram": "^0.10.1",
"@superset-ui/legacy-plugin-chart-horizon": "^0.10.0",
"@superset-ui/legacy-plugin-chart-iframe": "^0.10.0",
"@superset-ui/legacy-plugin-chart-map-box": "^0.10.0",
"@superset-ui/legacy-plugin-chart-markup": "^0.10.0",
"@superset-ui/legacy-plugin-chart-paired-t-test": "^0.10.0",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.10.0",
"@superset-ui/legacy-plugin-chart-partition": "^0.10.0",
"@superset-ui/legacy-plugin-chart-pivot-table": "^0.10.3",
"@superset-ui/legacy-plugin-chart-rose": "^0.10.0",
"@superset-ui/legacy-plugin-chart-sankey": "^0.10.0",
"@superset-ui/legacy-plugin-chart-sunburst": "^0.10.0",
"@superset-ui/legacy-plugin-chart-table": "^0.10.0",
"@superset-ui/legacy-plugin-chart-treemap": "^0.10.0",
"@superset-ui/legacy-plugin-chart-word-cloud": "^0.10.0",
"@superset-ui/legacy-plugin-chart-world-map": "^0.10.0",
"@superset-ui/legacy-preset-chart-big-number": "^0.10.1",
"@superset-ui/legacy-preset-chart-nvd3": "^0.10.6",
"@superset-ui/number-format": "^0.10.1",
"@superset-ui/time-format": "^0.10.1",
"@superset-ui/translation": "^0.10.0",
"@superset-ui/chart": "^0.11.3",
"@superset-ui/color": "^0.11.3",
"@superset-ui/connection": "^0.11.0",
"@superset-ui/core": "^0.11.0",
"@superset-ui/dimension": "^0.11.0",
"@superset-ui/legacy-plugin-chart-calendar": "^0.10.11",
"@superset-ui/legacy-plugin-chart-chord": "^0.10.11",
"@superset-ui/legacy-plugin-chart-country-map": "^0.10.11",
"@superset-ui/legacy-plugin-chart-event-flow": "^0.10.11",
"@superset-ui/legacy-plugin-chart-force-directed": "^0.10.11",
"@superset-ui/legacy-plugin-chart-heatmap": "^0.10.11",
"@superset-ui/legacy-plugin-chart-histogram": "^0.10.11",
"@superset-ui/legacy-plugin-chart-horizon": "^0.10.11",
"@superset-ui/legacy-plugin-chart-iframe": "^0.10.11",
"@superset-ui/legacy-plugin-chart-map-box": "^0.10.11",
"@superset-ui/legacy-plugin-chart-markup": "^0.10.11",
"@superset-ui/legacy-plugin-chart-paired-t-test": "^0.10.11",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.10.11",
"@superset-ui/legacy-plugin-chart-partition": "^0.10.11",
"@superset-ui/legacy-plugin-chart-pivot-table": "^0.10.11",
"@superset-ui/legacy-plugin-chart-rose": "^0.10.11",
"@superset-ui/legacy-plugin-chart-sankey": "^0.10.11",
"@superset-ui/legacy-plugin-chart-sunburst": "^0.10.11",
"@superset-ui/legacy-plugin-chart-table": "^0.10.11",
"@superset-ui/legacy-plugin-chart-treemap": "^0.10.11",
"@superset-ui/legacy-plugin-chart-word-cloud": "^0.10.11",
"@superset-ui/legacy-plugin-chart-world-map": "^0.10.11",
"@superset-ui/legacy-preset-chart-big-number": "^0.10.11",
"@superset-ui/legacy-preset-chart-nvd3": "^0.10.11",
"@superset-ui/number-format": "^0.11.3",
"@superset-ui/time-format": "^0.11.3",
"@superset-ui/translation": "^0.11.0",
"@vx/responsive": "0.0.172",
"abortcontroller-polyfill": "^1.1.9",
"bignumber.js": "^8.1.1",

View File

@ -85,7 +85,7 @@ describe('async actions', () => {
});
});
it('parses large number result without losing precision', () =>
xit('parses large number result without losing precision', () =>
makeRequest().then(() => {
expect(fetchMock.calls(fetchQueryEndpoint)).toHaveLength(1);
expect(dispatch.callCount).toBe(2);
@ -138,7 +138,7 @@ describe('async actions', () => {
});
});
it('parses large number result without losing precision', () =>
xit('parses large number result without losing precision', () =>
makeRequest().then(() => {
expect(fetchMock.calls(runQueryEndpoint)).toHaveLength(1);
expect(dispatch.callCount).toBe(2);