Skip to content

Commit

Permalink
build(deps-dev): Bump react-plotly.js from 2.5.1 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [react-plotly.js](https://github.com/plotly/react-plotly.js) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/plotly/react-plotly.js/releases)
- [Commits](plotly/react-plotly.js@2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: react-plotly.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 13, 2022
1 parent f2fc470 commit 87f051e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"react-dom": "^17.0.2",
"react-map-gl": "^6.1.19",
"react-pivottable": "^0.11.0",
"react-plotly.js": "^2.5.1",
"react-plotly.js": "^2.6.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-styleguidist": "^12.0.1",
Expand Down Expand Up @@ -138,7 +138,7 @@
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"use-debounce": "^8.0.4",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
},
"peerDependencies": {
"@types/react": "^16.9.19 || ^17.0.0",
Expand All @@ -150,7 +150,7 @@
"react-dom": "^16.12.0 || ^17.0.0",
"react-map-gl": "^6.1.19",
"react-pivottable": "^0.11.0",
"react-plotly.js": "^2.5.1",
"react-plotly.js": "^2.6.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
},
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12966,12 +12966,12 @@ react-pivottable@^0.11.0:
react-sortablejs "^1.3.4"
sortablejs "^1.6.1"

react-plotly.js@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/react-plotly.js/-/react-plotly.js-2.5.1.tgz#11182bf599ef11a0dbfcd171c6f5645535a2b486"
integrity sha512-Oya14whSHvPsYXdI0nHOGs1pZhMzV2edV7HAW1xFHD58Y73m/LbG2Encvyz1tztL0vfjph0JNhiwO8cGBJnlhg==
react-plotly.js@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/react-plotly.js/-/react-plotly.js-2.6.0.tgz#ad6b68ee64f1b5cfa142ee92c59687f9c2c09209"
integrity sha512-g93xcyhAVCSt9kV1svqG1clAEdL6k3U+jjuSzfTV7owaSU9Go6Ph8bl25J+jKfKvIGAEYpe4qj++WHJuc9IaeA==
dependencies:
prop-types "^15.7.2"
prop-types "^15.8.1"

react-property@2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -15749,6 +15749,11 @@ uuid@^8.3.0, uuid@^8.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

uuid@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==

v8-compile-cache@^2.0.3:
version "2.3.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
Expand Down

0 comments on commit 87f051e

Please sign in to comment.