From c26b18302d6a0558559b9edbfc68f8c6bd632434 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Wed, 31 May 2023 09:21:10 +0200 Subject: [PATCH] chore: bump icons --- packages/dashboard/package.json | 2 +- packages/lexical/package.json | 2 +- packages/react/package.json | 2 +- packages/traitlets/package.json | 2 +- packages/ux/package.json | 2 +- packages/viewer/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 90eb13c0..a3dd2a5a 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -62,7 +62,7 @@ "kill": "make kill || true" }, "dependencies": { - "@datalayer/icons-react": "0.0.10", + "@datalayer/icons-react": "0.0.11", "@jupyterlab/application": "4.0.0", "@jupyterlab/coreutils": "6.0.0", "@jupyterlab/services": "7.0.0", diff --git a/packages/lexical/package.json b/packages/lexical/package.json index 900fcf5c..1212b10d 100644 --- a/packages/lexical/package.json +++ b/packages/lexical/package.json @@ -57,7 +57,7 @@ "watch:src": "tsc -w" }, "dependencies": { - "@datalayer/icons-react": "0.0.10", + "@datalayer/icons-react": "0.0.11", "@datalayer/jupyter-react": "0.4.0", "@jupyterlab/application": "4.0.0", "@jupyterlab/coreutils": "6.0.0", diff --git a/packages/react/package.json b/packages/react/package.json index d4bfa20d..00e5cfca 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -58,7 +58,7 @@ }, "dependencies": { "@codemirror/lang-python": "6.0.1", - "@datalayer/icons-react": "0.0.10", + "@datalayer/icons-react": "0.0.11", "@datalayer/jupyterlite-ipykernel": "0.1.0-beta.13", "@datalayer/jupyterlite-ipykernel-extension": "0.1.0-beta.13", "@datalayer/jupyterlite-kernel": "0.1.0-beta.13", diff --git a/packages/traitlets/package.json b/packages/traitlets/package.json index 8741ca8e..da1c4f5f 100644 --- a/packages/traitlets/package.json +++ b/packages/traitlets/package.json @@ -63,7 +63,7 @@ "kill": "make kill || true" }, "dependencies": { - "@datalayer/icons-react": "0.0.10", + "@datalayer/icons-react": "0.0.11", "@jupyterlab/application": "4.0.0", "@jupyterlab/coreutils": "6.0.0", "@jupyterlab/services": "7.0.0", diff --git a/packages/ux/package.json b/packages/ux/package.json index 06d461ab..8e9a8ea1 100644 --- a/packages/ux/package.json +++ b/packages/ux/package.json @@ -62,7 +62,7 @@ "kill": "make kill || true" }, "dependencies": { - "@datalayer/icons-react": "0.0.10", + "@datalayer/icons-react": "0.0.11", "@jupyterlab/application": "4.0.0", "@jupyterlab/coreutils": "6.0.0", "@jupyterlab/services": "7.0.0", diff --git a/packages/viewer/package.json b/packages/viewer/package.json index 3d955801..83abc3a6 100644 --- a/packages/viewer/package.json +++ b/packages/viewer/package.json @@ -62,7 +62,7 @@ "kill": "make kill || true" }, "dependencies": { - "@datalayer/icons-react": "0.0.10", + "@datalayer/icons-react": "0.0.11", "@jupyterlab/application": "4.0.0", "@jupyterlab/coreutils": "6.0.0", "@jupyterlab/services": "7.0.0",