From f4b3dc76975a487ec9f578d8e3fd6bd6215e2146 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Mon, 19 Feb 2024 12:06:12 -0800 Subject: [PATCH] upgrade plotly to v2 (#1432) (#1448) Signed-off-by: Joshua Li (cherry picked from commit 9750c82fce1387297b337a724a523c2c9b4dd59c) (cherry picked from commit 4c45cc595bbaa4177410b34196de96d7a9713223) --- auto_sync_commit_metadata.json | 4 ++-- package.json | 8 ++++---- yarn.lock | 18 +++++++++--------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/auto_sync_commit_metadata.json b/auto_sync_commit_metadata.json index 086f2e3a6..a4daa2443 100644 --- a/auto_sync_commit_metadata.json +++ b/auto_sync_commit_metadata.json @@ -1,4 +1,4 @@ { - "last_github_commit": "8b7966b09777980a6f7901eb6641e33785c93ae8", - "last_gitfarm_commit": "bedb321920e9c09dd1613509f0be2ca7faf8bc19" + "last_github_commit": "4c45cc595bbaa4177410b34196de96d7a9713223", + "last_gitfarm_commit": "9c4beb9bb5245ce9ae84b10788b44432b7fd7e2f" } \ No newline at end of file diff --git a/package.json b/package.json index 69d365c3c..47e56c616 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ "mime": "^3.0.0", "mocha": "10.1.0", "performance-now": "^2.1.0", - "plotly.js-dist": "^2.2.0", + "plotly.js-dist": "^2.29.1", "postinstall": "^0.7.4", "react-graph-vis": "^1.0.7", "react-paginate": "^8.1.3", - "react-plotly.js": "^2.5.1", + "react-plotly.js": "^2.6.0", "redux-persist": "^6.0.0", "sanitize-filename": "^1.6.3" }, @@ -44,7 +44,7 @@ "@testing-library/user-event": "^14.5.1", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/mime": "^3.0.1", - "@types/react-plotly.js": "^2.5.0", + "@types/react-plotly.js": "^2.6.3", "@types/react-test-renderer": "^18.0.0", "@types/sanitize-filename": "^1.6.3", "antlr4ts-cli": "^0.5.0-alpha.4", @@ -71,4 +71,4 @@ "semver": "^7.5.2", "@cypress/request": "^3.0.0" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 875325bd1..0bca0c85f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -277,10 +277,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react-plotly.js@^2.5.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@types/react-plotly.js/-/react-plotly.js-2.6.0.tgz#1b856c2ed1219babda3e95ef3270091f156ff987" - integrity sha512-nJJ57U0/CNDAO+F3dpnMgM8PtjLE/O1I3O6gq4+5Q13uKqrPnHGYOttfdzQJ4D7KYgF609miVzEYakUS2zds8w== +"@types/react-plotly.js@^2.6.3": + version "2.6.3" + resolved "https://registry.yarnpkg.com/@types/react-plotly.js/-/react-plotly.js-2.6.3.tgz#49829a5c4f011345d09f6cab692f7ddbf558cbfb" + integrity sha512-HBQwyGuu/dGXDsWhnQrhH+xcJSsHvjkwfSRjP+YpOsCCWryIuXF78ZCBjpfgO3sCc0Jo8sYp4NOGtqT7Cn3epQ== dependencies: "@types/plotly.js" "*" "@types/react" "*" @@ -2544,10 +2544,10 @@ pify@^2.2.0: resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== -plotly.js-dist@^2.2.0: - version "2.26.0" - resolved "https://registry.yarnpkg.com/plotly.js-dist/-/plotly.js-dist-2.26.0.tgz#fae335a23a3b6bd830aad48b9587e5caa5264f0f" - integrity sha512-CgVJfqKtxNA6nCVN4E/x7xFDLXjL8/tK55pA25XJrgwypnQN7S+/sF3yTVRk0OCimRPJ/cHlcffz6nIPK8J8MQ== +plotly.js-dist@^2.29.1: + version "2.29.1" + resolved "https://registry.yarnpkg.com/plotly.js-dist/-/plotly.js-dist-2.29.1.tgz#8e67dcc3050e732f44cb8a23e063a4e5bcbfe892" + integrity sha512-jEdUhk9brzzleuJP1vTxk1ECfm896bld78elG6YRPdywyUYAAO0rd+JUNv56hZu4uqUftvKU6xfjSwjm0R3LUw== popper.js@^1.14.4, popper.js@^1.16.1: version "1.16.1" @@ -2716,7 +2716,7 @@ react-paginate@^8.1.3: dependencies: prop-types "^15" -react-plotly.js@^2.5.1: +react-plotly.js@^2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/react-plotly.js/-/react-plotly.js-2.6.0.tgz#ad6b68ee64f1b5cfa142ee92c59687f9c2c09209" integrity sha512-g93xcyhAVCSt9kV1svqG1clAEdL6k3U+jjuSzfTV7owaSU9Go6Ph8bl25J+jKfKvIGAEYpe4qj++WHJuc9IaeA==