Skip to content

Commit

Permalink
build(deps-dev): Bump plotly.js from 2.6.3 to 2.6.4 (aws#443)
Browse files Browse the repository at this point in the history
* build(deps-dev): Bump plotly.js from 2.6.3 to 2.6.4

Bumps [plotly.js](https://github.com/plotly/plotly.js) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/plotly/plotly.js/releases)
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.js@v2.6.3...v2.6.4)

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

Signed-off-by: dependabot[bot] <[email protected]>

* docs: Update Docs for PivotTable

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jessie Wei <[email protected]>
  • Loading branch information
dependabot[bot] and jessieweiyi committed Dec 3, 2021
1 parent 0a270e1 commit 4e7045c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"license-checker": "^25.0.1",
"lint-staged": "^12.1.2",
"lodash.orderby": "^4.6.0",
"plotly.js": "^2.6.3",
"plotly.js": "^2.6.4",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-color-square": "^1.0.1",
Expand Down Expand Up @@ -143,7 +143,7 @@
"@types/react-dom": "^16.9.5 || ^17.0.0",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"plotly.js": "^2.6.3",
"plotly.js": "^2.6.4",
"react": "^16.12.0 || ^17.0.0",
"react-dom": "^16.12.0 || ^17.0.0",
"react-map-gl": "^6.1.17",
Expand Down
2 changes: 1 addition & 1 deletion src/components/PivotTable/PivotTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`PivotTable`'s dependencies are listed as peer dependencies so you will need to install them mannually by running the following command.
```bash
npm install react-pivottable@^0.11.0 react-plotly.js@^2.5.1 plotly.js@^2.6.3
npm install react-pivottable@^0.11.0 react-plotly.js@^2.5.1 plotly.js@^2.6.4
```

### Usage
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12308,10 +12308,10 @@ [email protected]:
dependencies:
find-up "^3.0.0"

plotly.js@^2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-2.6.3.tgz#a86b797e4b1299d2c6935d29e562aa2b838d5ec9"
integrity sha512-MSdevryj5VvSZvr+slTnJcZgOmvMPZEUe8rFY+3ygxbVUFqmcOvT0TurUx4g07tfAVZ+UhXIaskHnAZNmUcNTg==
plotly.js@^2.6.4:
version "2.6.4"
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-2.6.4.tgz#c82a2ce8b00d700371bd80231f112144f8b90752"
integrity sha512-TYfp9PsacmWWL06Eac775G9M7YRXutJw3LppABZvvH2r2x6RUxifvLcPnqCMTjAQEo9i97pAj7DPpseBCSZ9Bg==
dependencies:
"@plotly/d3" "3.8.0"
"@plotly/d3-sankey" "0.7.2"
Expand Down

0 comments on commit 4e7045c

Please sign in to comment.