From 9750c82fce1387297b337a724a523c2c9b4dd59c Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Mon, 19 Feb 2024 11:14:07 -0800 Subject: [PATCH] upgrade plotly to v2 (#1432) Signed-off-by: Joshua Li --- package.json | 8 ++++---- yarn.lock | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 192499e65..b42caef30 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,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" }, @@ -48,7 +48,7 @@ "@cypress/skip-test": "^2.6.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", @@ -80,4 +80,4 @@ "node_modules/*", "target/*" ] -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index d823ee381..82e54288e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -272,10 +272,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" "*" @@ -2539,10 +2539,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" @@ -2711,7 +2711,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==