Skip to content

Commit

Permalink
Upgrade plotly.js version (#7449)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-wihuang committed Oct 3, 2023
1 parent 3e0ffd7 commit 0d9d0fc
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 22 deletions.
2 changes: 1 addition & 1 deletion frontend/lib/package.json
Expand Up @@ -69,7 +69,7 @@
"moment-timezone": "^0.5.40",
"node-emoji": "^1.11.0",
"numbro": "^2.3.6",
"plotly.js": "^2.18.1",
"plotly.js": "^2.26.1",
"protobufjs": "^7.2.4",
"protobufjs-cli": "^1.1.0",
"query-string": "^8.1.0",
Expand Down
63 changes: 42 additions & 21 deletions frontend/yarn.lock
Expand Up @@ -2600,10 +2600,10 @@
d3-collection "1"
d3-shape "^1.2.0"

"@plotly/d3@3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@plotly/d3/-/d3-3.8.0.tgz#760d41985ad76de4cbabe6c0a785bc713bea8433"
integrity sha512-L10iHgzvw3uSic/nQpYehlNzxUQvImwms5U7S95pJAEhrllzkrdQNy1Mc5DW9ab881Yr4fh300gJztKXWZDfkQ==
"@plotly/d3@3.8.1":
version "3.8.1"
resolved "https://registry.yarnpkg.com/@plotly/d3/-/d3-3.8.1.tgz#674bf19809ffcc359e0ab388a1051f2dac5e6877"
integrity sha512-x49ThEu1FRA00kTso4Jdfyf2byaCPLBGmLjAYQz5OzaPyLUhHesX3/Nfv2OHEhynhdy2UB39DLXq6thYe2L2kg==

"@plotly/point-cluster@^3.1.9":
version "3.1.9"
Expand Down Expand Up @@ -10007,10 +10007,10 @@ is-map@^2.0.1, is-map@^2.0.2:
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==

is-mobile@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/is-mobile/-/is-mobile-3.1.1.tgz#3b9e48f40068e4ea2da411f5009779844ce8d6aa"
integrity sha512-RRoXXR2HNFxNkUnxtaBdGBXtFlUMFa06S0NUKf/LCF+MuGLu13gi9iBCkoEmc6+rpXuwi5Mso5V8Zf7mNynMBQ==
is-mobile@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/is-mobile/-/is-mobile-4.0.0.tgz#bba396eb9656e2739afde3053d7191da310fc758"
integrity sha512-mlcHZA84t1qLSuWkt2v0I2l61PYdyQDt4aG1mLIXF5FDMm4+haBCxCPYSr/uwqQNRk1MiTizn0ypEuRAOLRAew==

is-module@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -12951,12 +12951,12 @@ plist@^3.0.1:
base64-js "^1.5.1"
xmlbuilder "^9.0.7"

plotly.js@^2.18.1:
version "2.18.1"
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-2.18.1.tgz#f85919699bc6f1908107e34fd63486356be6cac0"
integrity sha512-ZOOWAI4X8vYPrlhKnO27+NdA99GIYvj0+DHFmPXMZCkfxMT8YWUb6th0og6HKCve727tH+7vWAkb+Hg+2KgtUA==
plotly.js@^2.26.1:
version "2.26.1"
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-2.26.1.tgz#efe75e3992ca83e628f9be10b682606f6ce812d2"
integrity sha512-aZgY5NEbuwgsnbTNmMy3BXPkx/QK+wuSnnEWvEeeUnhEZK+fTKazx6zCsbImLPinOvQtTdOXH4LhqrTYcYd69g==
dependencies:
"@plotly/d3" "3.8.0"
"@plotly/d3" "3.8.1"
"@plotly/d3-sankey" "0.7.2"
"@plotly/d3-sankey-circular" "0.33.1"
"@turf/area" "^6.4.0"
Expand All @@ -12982,7 +12982,7 @@ plotly.js@^2.18.1:
glslify "^7.1.1"
has-hover "^1.0.1"
has-passive-events "^1.0.0"
is-mobile "^3.1.1"
is-mobile "^4.0.0"
mapbox-gl "1.10.1"
mouse-change "^1.4.0"
mouse-event-offset "^3.0.2"
Expand All @@ -12995,7 +12995,7 @@ plotly.js@^2.18.1:
regl "npm:@plotly/regl@^2.1.2"
regl-error2d "^2.0.12"
regl-line2d "^3.1.2"
regl-scatter2d "^3.2.8"
regl-scatter2d "^3.2.9"
regl-splom "^1.0.14"
strongly-connected-components "^1.0.1"
superscript-text "^1.0.0"
Expand Down Expand Up @@ -14720,7 +14720,7 @@ regl-line2d@^3.1.2:
pick-by-alias "^1.2.0"
to-float32 "^1.1.0"

regl-scatter2d@^3.2.3, regl-scatter2d@^3.2.8:
regl-scatter2d@^3.2.3:
version "3.2.8"
resolved "https://registry.yarnpkg.com/regl-scatter2d/-/regl-scatter2d-3.2.8.tgz#a1360e803e3fdf628ca09a72a435a0b7d4cf5675"
integrity sha512-bqrqJyeHkGBa9mEfuBnRd7FUtdtZ1l+gsM2C5Ugr1U3vJG5K3mdWdVWtOAllZ5FHHyWJV/vgjVvftgFUg6CDig==
Expand All @@ -14742,6 +14742,27 @@ regl-scatter2d@^3.2.3, regl-scatter2d@^3.2.8:
to-float32 "^1.1.0"
update-diff "^1.1.0"

regl-scatter2d@^3.2.9:
version "3.2.9"
resolved "https://registry.yarnpkg.com/regl-scatter2d/-/regl-scatter2d-3.2.9.tgz#cd27b014c355e80d96fb2f273b563fd8f1b094f0"
integrity sha512-PNrXs+xaCClKpiB2b3HZ2j3qXQXhC5kcTh/Nfgx9rLO0EpEhab0BSQDqAsbdbpdf+pSHSJvbgitB7ulbGeQ+Fg==
dependencies:
"@plotly/point-cluster" "^3.1.9"
array-range "^1.0.1"
array-rearrange "^2.2.2"
clamp "^1.0.1"
color-id "^1.1.0"
color-normalize "^1.5.0"
color-rgba "^2.1.1"
flatten-vertex-data "^1.0.2"
glslify "^7.0.0"
is-iexplorer "^1.0.0"
object-assign "^4.1.1"
parse-rect "^1.2.0"
pick-by-alias "^1.2.0"
to-float32 "^1.1.0"
update-diff "^1.1.0"

regl-splom@^1.0.14:
version "1.0.14"
resolved "https://registry.yarnpkg.com/regl-splom/-/regl-splom-1.0.14.tgz#58800b7bbd7576aa323499a1966868a6c9ea1456"
Expand Down Expand Up @@ -18024,16 +18045,16 @@ y18n@^5.0.5:
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==

yallist@*, yallist@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yallist@^3.0.2:
version "3.1.1"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==

yallist@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
version "1.10.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
Expand Down

0 comments on commit 0d9d0fc

Please sign in to comment.