Skip to content

Commit

Permalink
Bump plotly.js and @types/plotly.js
Browse files Browse the repository at this point in the history
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.25.2 to 2.30.1
- [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.25.2...v2.30.1)

Updates `@types/plotly.js` from 2.12.13 to 2.29.2
- [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:production
  update-type: version-update:semver-minor
- dependency-name: "@types/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] authored and janaknat committed Apr 9, 2024
1 parent f1bcd3d commit 2341f26
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 25 deletions.
93 changes: 70 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "aperf",
"dependencies": {
"plotly.js": "^2.25.2"
"plotly.js": "^2.30.1"
},
"devDependencies": {
"@types/plotly.js": "^2.12.13",
"@types/plotly.js": "^2.29.2",
"typescript": "^5.4.3"
}
}

0 comments on commit 2341f26

Please sign in to comment.