From 7071ce20302d563e5116c0487d7fa6199dc2e544 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:04:50 +0000 Subject: [PATCH] chore: update dependency @types/plotly.js to v2 --- app/package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/app/package.json b/app/package.json index 4fc2e5e11..1e4b7aae1 100644 --- a/app/package.json +++ b/app/package.json @@ -97,7 +97,7 @@ "@types/jest-environment-puppeteer": "5.0.2", "@types/lodash.merge": "4.6.6", "@types/node": "16.11.21", - "@types/plotly.js": "1.54.22", + "@types/plotly.js": "2.35.0", "@types/puppeteer": "1.20.2", "@types/react": "17.0.47", "@types/react-dom": "16.9.16", diff --git a/yarn.lock b/yarn.lock index 899ef0491..0cd7c5b74 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2004,12 +2004,10 @@ dependencies: "@types/d3" "^3" -"@types/plotly.js@1.54.22": - version "1.54.22" - resolved "https://registry.yarnpkg.com/@types/plotly.js/-/plotly.js-1.54.22.tgz#001b9cfafc5e0bdf133bc6ab6e30ff0af39e584d" - integrity sha512-/xL9++eA7VnIIZqNQOw6sZ7DtEmfoHj5rAD2CjU2LCOqem/BxTA1KlpdUWEHOiou6za4HKnM+Nvho3jTBPYJ/w== - dependencies: - "@types/d3" "^3" +"@types/plotly.js@2.35.0": + version "2.35.0" + resolved "https://registry.yarnpkg.com/@types/plotly.js/-/plotly.js-2.35.0.tgz#cc26a54e26ead5c361b364284a936408365c5800" + integrity sha512-hokP//6Ex8dj9JttJtV8MO5aJcNBittofftpKm7hgWBbe/dMggx8bnxmhCwuQ1N5uP9VXfa/2CUre/eu0l08RA== "@types/prettier@^2.1.5": version "2.4.1"