mirror of https://github.com/apache/druid.git
bump typescript (#8890)
This commit is contained in:
parent
17d773dca2
commit
80fc04be71
|
@ -13834,9 +13834,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"typescript": {
|
"typescript": {
|
||||||
"version": "3.6.4",
|
"version": "3.7.2",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz",
|
||||||
"integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==",
|
"integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"uglify-js": {
|
"uglify-js": {
|
||||||
|
|
|
@ -136,7 +136,7 @@
|
||||||
"ts-node": "^8.4.1",
|
"ts-node": "^8.4.1",
|
||||||
"tslint": "^5.20.0",
|
"tslint": "^5.20.0",
|
||||||
"tslint-loader": "^3.5.4",
|
"tslint-loader": "^3.5.4",
|
||||||
"typescript": "^3.6.4",
|
"typescript": "^3.7.2",
|
||||||
"webpack": "^4.41.2",
|
"webpack": "^4.41.2",
|
||||||
"webpack-bundle-analyzer": "^3.6.0",
|
"webpack-bundle-analyzer": "^3.6.0",
|
||||||
"webpack-cli": "^3.3.9",
|
"webpack-cli": "^3.3.9",
|
||||||
|
|
|
@ -425,9 +425,7 @@ export class SegmentsView extends React.PureComponent<SegmentsViewProps, Segment
|
||||||
filtered: state.filtered,
|
filtered: state.filtered,
|
||||||
sorted: state.sorted,
|
sorted: state.sorted,
|
||||||
});
|
});
|
||||||
if (this.segmentsSqlQueryManager.getLastQuery) {
|
this.fetchData(groupByInterval, state);
|
||||||
this.fetchData(groupByInterval, state);
|
|
||||||
}
|
|
||||||
} else if (capabilities.hasCoordinatorAccess()) {
|
} else if (capabilities.hasCoordinatorAccess()) {
|
||||||
this.fetchClientSideData(state);
|
this.fetchClientSideData(state);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue