From 03d963366090bdbbc732db6172dc2ee13614f432 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Sun, 22 Oct 2023 15:11:29 +0200 Subject: [PATCH] chore: deps --- examples/cra/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cra/package.json b/examples/cra/package.json index 0cdb83d0..76e28c93 100644 --- a/examples/cra/package.json +++ b/examples/cra/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@datalayer/jupyter-react": "0.7.14", - "plotly.js": "2.26.2", "jupyterlab-plotly": "5.17.0", + "plotly.js": "2.26.2", "react": "18.2.0", "react-dom": "18.2.0", "web-vitals": "2.1.4"