Skip to content

Commit

Permalink
build(deps-dev): Bump plotly.js from 2.16.1 to 2.16.2 (#768)
Browse files Browse the repository at this point in the history
* build(deps-dev): Bump plotly.js from 2.16.1 to 2.16.2

Bumps [plotly.js](https://github.com/plotly/plotly.js) from 2.16.1 to 2.16.2.
- [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.16.1...v2.16.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs(PivotTable): Update docs

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jessie Wei <jeswei@amazon.com>
  • Loading branch information
dependabot[bot] and jessieweiyi committed Nov 14, 2022
1 parent 28611a7 commit c761f86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"license-checker": "^25.0.1",
"lint-staged": "^13.0.3",
"lodash.orderby": "^4.6.0",
"plotly.js": "^2.16.1",
"plotly.js": "^2.16.2",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-docgen-typescript-loader": "^3.6.0",
Expand Down Expand Up @@ -148,7 +148,7 @@
"@types/react-plotly.js": "^2.5.2",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"plotly.js": "^2.16.1",
"plotly.js": "^2.16.2",
"react": "^16.12.0 || ^17.0.0",
"react-dom": "^16.12.0 || ^17.0.0",
"react-map-gl": "^6.1.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/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.6.0 @types/react-plotly.js@^2.5.2 plotly.js@^2.16.1 @types/plotly.js@^2.12.8
npm install react-pivottable@^0.11.0 react-plotly.js@^2.6.0 @types/react-plotly.js@^2.5.2 plotly.js@^2.16.2 @types/plotly.js@^2.12.8
```

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

plotly.js@^2.16.1:
version "2.16.1"
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-2.16.1.tgz#9548f90bea9628592d79874f075423c8cc644415"
integrity sha512-83BJWgbXSjeEl31+zq66ZzU/QWfd/CItzGm5mtYeWHWHyoOcCzHDW4I+QgkicGq0ntLZ2PfEb0fjM0qMzGGXVw==
plotly.js@^2.16.2:
version "2.16.2"
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-2.16.2.tgz#36d0737a992e54332759bdae8f6e0f601141c3ac"
integrity sha512-pcp2DF97j1PzTIXdj+JSpLhbZt1jg0udvt+3fyqEUOFTcraQ1Q9HKt2301cG3KZLyiUlUfzcbV1GFN5xkr9oXQ==
dependencies:
"@plotly/d3" "3.8.0"
"@plotly/d3-sankey" "0.7.2"
Expand Down

0 comments on commit c761f86

Please sign in to comment.