Skip to content

Commit 35c2bb3

Browse files
committed
upgrade to plotly.js v1.49.4
1 parent 13ecba2 commit 35c2bb3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Changes to plotly.js
44

5-
* This version of the R package upgrades the version of the underlying plotly.js library from v1.46.1 to v1.49.0. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
5+
* This version of the R package upgrades the version of the underlying plotly.js library from v1.46.1 to v1.49.4. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
66

77
## BUG FIXES
88

R/plotly.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ typedArrayPolyfill <- function() {
446446
plotlyMainBundle <- function() {
447447
htmltools::htmlDependency(
448448
name = "plotly-main",
449-
version = "1.49.0",
449+
version = "1.49.4",
450450
package = "plotly",
451451
src = dependency_dir("plotlyjs"),
452452
script = "plotly-latest.min.js",

inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)