From 9646f3c25659b45615f5c774ff5404a9f8c1c08f Mon Sep 17 00:00:00 2001 From: Nicolas Brichet <32258950+brichet@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:38:56 +0200 Subject: [PATCH] Bundle @jupyter/chat as a shared package in jupyter-collaborative-chat-extension (#89) --- python/jupyterlab-collaborative-chat/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/jupyterlab-collaborative-chat/package.json b/python/jupyterlab-collaborative-chat/package.json index 5378b35..775725c 100644 --- a/python/jupyterlab-collaborative-chat/package.json +++ b/python/jupyterlab-collaborative-chat/package.json @@ -128,6 +128,10 @@ "outputDir": "jupyterlab_collaborative_chat/labextension", "schemaDir": "schema", "sharedPackages": { + "@jupyter/chat": { + "bundled": true, + "singleton": true + }, "@jupyter/docprovider": { "bundled": true, "singleton": true