GraphNG: uPlot 1.6.6 (#31795)

This commit is contained in:
Leon Sorokin 2021-03-09 00:14:14 -06:00 committed by GitHub
parent bc5ea345e5
commit 1fcf2c30c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -77,7 +77,7 @@
"react-transition-group": "4.4.1",
"slate": "0.47.8",
"tinycolor2": "1.4.1",
"uplot": "1.6.4"
"uplot": "1.6.6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "16.0.0",

View File

@ -80,7 +80,7 @@ export const UPlotChart: React.FC<PlotProps> = (props) => {
);
};
function initializePlot(data: AlignedData | null, config: Options, el: HTMLDivElement) {
function initializePlot(data: AlignedData, config: Options, el: HTMLDivElement) {
pluginLog('UPlotChart: init uPlot', false, 'initialized with', data, config);
return new uPlot(config, data, el);
}

View File

@ -25693,10 +25693,10 @@ update-notifier@^2.5.0:
semver-diff "^2.0.0"
xdg-basedir "^3.0.0"
uplot@1.6.4:
version "1.6.4"
resolved "https://registry.yarnpkg.com/uplot/-/uplot-1.6.4.tgz#016e9f66796d78c187957e710743f7ca405dfb4d"
integrity sha512-4d6JixG54HQKFDLAegzwgwf87GtEbp6pt3YlHygyLt+mJ9RHneCXYlZxr1QOhLetoSSHeeDuWP5RFMv8mdltpg==
uplot@1.6.6:
version "1.6.6"
resolved "https://registry.yarnpkg.com/uplot/-/uplot-1.6.6.tgz#81a139acd1f422bdaeedab3f273786114131ae0f"
integrity sha512-iy2hv7rGswvS4yWyPKOTQ3T7qEzv8h8EjSugq5iD2ybGjmg/6EHQB1FhJhWvw/Ibn1MrE75wignQudAr1p/PrQ==
upper-case@^1.1.1:
version "1.1.3"