From 36f565e7baae086cb4e7326cc0f08c6d0e1632f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 07:08:34 +0000 Subject: [PATCH] Update dependency plotly.js to v2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c00b8d1..325d659 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ "bootstrap": "5.0.1", "bootstrap-icons": "1.5.0", "xstate": "4.19.1", - "plotly.js": "1.58.4", + "plotly.js": "2.27.1", "postcss": "8.2.15" }, "devDependencies": { "@types/jquery": "3.5.5", "@types/bootstrap": "5.0.15", - "@types/plotly.js": "1.54.10", + "@types/plotly.js": "2.12.32", "@types/node": "14.14.45", "@types/node-sass": "4.11.1", "@types/autoprefixer": "9.7.2",