Skip to content

Commit

Permalink
fix: update dependency plotly.js to v1.58.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 20, 2022
1 parent 448aedc commit beab916
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"mobx-react": "7.1.0",
"mobx-utils": "6.0.4",
"nosleep.js": "0.12.0",
"plotly.js": "1.58.4",
"plotly.js": "1.58.5",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dat-gui": "3.0.0",
Expand All @@ -97,7 +97,7 @@
"@types/jest-environment-puppeteer": "4.4.1",
"@types/lodash.merge": "4.6.6",
"@types/node": "16.11.21",
"@types/plotly.js": "1.54.7",
"@types/plotly.js": "1.54.20",
"@types/puppeteer": "1.20.2",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.14",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2028,13 +2028,20 @@
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==

"@types/plotly.js@*", "@types/plotly.js@1.54.7":
"@types/plotly.js@*":
version "1.54.7"
resolved "https://registry.yarnpkg.com/@types/plotly.js/-/plotly.js-1.54.7.tgz#db784d781e17d66482cee91ea5e72d61589ab043"
integrity sha512-4oNu0FHeMnL7ZB45MOs+MEstw0GvCVBRg2YvABrIPbN/hy65wg0Cy8Z0pyGwAXaXL9BeXjJJhQqFawjwZgobbQ==
dependencies:
"@types/d3" "^3"

"@types/plotly.js@1.54.20":
version "1.54.20"
resolved "https://registry.yarnpkg.com/@types/plotly.js/-/plotly.js-1.54.20.tgz#88fd8500f4860eb7590cb38366fa098618cc68df"
integrity sha512-vqiqq5chr72QoApD+6Hu52iuBvT5/po/sdVF74IBnacQV6J1MjH9OeFZ3GFDwKLF24xT++FMkEGAWcgVMwg2YQ==
dependencies:
"@types/d3" "^3"

"@types/prettier@^2.1.5":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.1.tgz#e1303048d5389563e130f5bdd89d37a99acb75eb"
Expand Down Expand Up @@ -9129,10 +9136,10 @@ please-upgrade-node@^3.2.0:
dependencies:
semver-compare "^1.0.0"

plotly.js@1.58.4:
version "1.58.4"
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-1.58.4.tgz#9aa9cab814b8ae4fef11fac995157b3bb94dfdd6"
integrity sha512-hdt/aEvkPjS1HJ7tJKcPqsqi9ErEZPhUFs4d2ANTLeBim+AmVcHzS1rtwr7ZrVCINgliW/+92u81omJoy+lbUw==
plotly.js@1.58.5:
version "1.58.5"
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-1.58.5.tgz#8f98ddce32c8333fe1e51d22b926324be059db95"
integrity sha512-ChTlnFXB4tB0CzcG1mqgUKYnrJsZ8REDGox8BHAa/ltsd48MOAhOmFgjyDxwsXyjjgwOI296GeYDft8g4ftLHQ==
dependencies:
"@plotly/d3-sankey" "0.7.2"
"@plotly/d3-sankey-circular" "0.33.1"
Expand Down

0 comments on commit beab916

Please sign in to comment.