Skip to content

Commit

Permalink
build(deps-dev): Bump plotly.js and @types/plotly.js (#786)
Browse files Browse the repository at this point in the history
* build(deps-dev): Bump plotly.js and @types/plotly.js

Bumps [plotly.js](https://github.com/plotly/plotly.js) and [@types/plotly.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/plotly.js). These dependencies needed to be updated together.

Updates `plotly.js` from 2.16.2 to 2.16.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.16.2...v2.16.4)

Updates `@types/plotly.js` from 2.12.8 to 2.12.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/plotly.js)

---
updated-dependencies:
- dependency-name: plotly.js
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: "@types/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 Dec 19, 2022
1 parent c12751a commit 52736f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/license-checker": "^25.0.3",
"@types/lodash.orderby": "^4.6.7",
"@types/node": "^18.11.9",
"@types/plotly.js": "^2.12.8",
"@types/plotly.js": "^2.12.10",
"@types/prettier": "^2.7.1",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
Expand Down Expand Up @@ -95,7 +95,7 @@
"license-checker": "^25.0.1",
"lint-staged": "^13.0.4",
"lodash.orderby": "^4.6.0",
"plotly.js": "^2.16.2",
"plotly.js": "^2.16.4",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-docgen-typescript-loader": "^3.6.0",
Expand Down Expand Up @@ -142,13 +142,13 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@types/plotly.js": "^2.12.8",
"@types/plotly.js": "^2.12.10",
"@types/react": "^16.9.19 || ^17.0.0",
"@types/react-dom": "^16.9.5 || ^17.0.0",
"@types/react-plotly.js": "^2.5.2",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"plotly.js": "^2.16.2",
"plotly.js": "^2.16.4",
"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.2 @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.4 @types/plotly.js@^2.12.10
```

### Usage
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4326,10 +4326,10 @@
resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109"
integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==

"@types/plotly.js@*", "@types/plotly.js@^2.12.8":
version "2.12.8"
resolved "https://registry.yarnpkg.com/@types/plotly.js/-/plotly.js-2.12.8.tgz#0047cc07eb083eac9c8845288799042452bae9b2"
integrity sha512-h7gkIDxjC7ZgAZTActvrMJNDFsEPIAOr6kvMIhTOgxOrXTnXH3ywnmjtfoUViuKFNhos3zhhTtcT5QQT/bH/2w==
"@types/plotly.js@*", "@types/plotly.js@^2.12.10":
version "2.12.10"
resolved "https://registry.yarnpkg.com/@types/plotly.js/-/plotly.js-2.12.10.tgz#daf5c343baf97b2d6f8665c28ad181d252cf2054"
integrity sha512-uxVKhKQODD+AyIyMAJl+PFQCiyXUe3GXENLo1rj0CtMiw6Pmq1pSMEueZKQZM5pAfYzu9YOXFoDc5HA9hzPVuA==

"@types/prettier@^2.1.5", "@types/prettier@^2.7.1":
version "2.7.1"
Expand Down Expand Up @@ -14518,10 +14518,10 @@ pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"

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==
plotly.js@^2.16.4:
version "2.16.4"
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-2.16.4.tgz#b7bea31ec697167b1391a7b7e038b7b707d0d421"
integrity sha512-g5ZV2XOeZjvpDJknCOxY5WFcLeTBYxL1rpNnllU58815KBwfTgvD3yPFtGGywAZSdtEoJAj09BNThJmADhbGfQ==
dependencies:
"@plotly/d3" "3.8.0"
"@plotly/d3-sankey" "0.7.2"
Expand Down

0 comments on commit 52736f4

Please sign in to comment.