diff --git a/app/package.json b/app/package.json index 4fc2e5e11..75305eb26 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.33.1", "@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..7afbb3f74 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.33.1": + version "2.33.1" + resolved "https://registry.yarnpkg.com/@types/plotly.js/-/plotly.js-2.33.1.tgz#4d0a5ee1bc2802dedc0540d38ac4b0d70ad8cc91" + integrity sha512-IeU1cO8MyN/PdQrbiyCbUk63AdN1v9cQapg4D3YeTXoMLdDcmv8qq+Eqb+oPamyd+wWsiKHzAD/Q5lSlSwCCaw== "@types/prettier@^2.1.5": version "2.4.1"