From 2e1131ea17e7ca9747f9a64515f6cd4e60bcf548 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Mon, 24 Feb 2020 10:39:54 -0800 Subject: [PATCH] Pin @types/plotly.js --- packages/javascript/jupyterlab-plotly/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/javascript/jupyterlab-plotly/package.json b/packages/javascript/jupyterlab-plotly/package.json index 9fd39e76eed..0005ef915de 100644 --- a/packages/javascript/jupyterlab-plotly/package.json +++ b/packages/javascript/jupyterlab-plotly/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "plotly.js": "^1.52.1", - "@types/plotly.js": "^1.44.9", + "@types/plotly.js": "1.44.28", "@jupyterlab/rendermime-interfaces": "^1.3.0", "@phosphor/messaging": "^1.2.3", "@phosphor/widgets": "^1.8.1",