Skip to content

Commit 2ddbad4

Browse files
committed
widgets: need to upgrade to get new comm stuff
1 parent 539c8b2 commit 2ddbad4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/packages/frontend/jupyter/widgets/manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ VBox([s1, s2])
522522
metadata?: JSONValue;
523523
buffers?: ArrayBuffer[];
524524
}): Promise<IClassicComm> => {
525-
// log("openCommChannel", { comm_id, target_name, data, buffers, _metadata });
525+
log("openCommChannel", { comm_id, target_name, data, buffers, _metadata });
526526
const { send_comm_message_to_kernel } = this.actions;
527527

528528
// TODO: we do not currently have anything at all that

src/packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@cocalc/local-storage-lru": "^2.4.3",
4646
"@cocalc/sync": "workspace:*",
4747
"@cocalc/util": "workspace:*",
48-
"@cocalc/widgets": "^1.1.3",
48+
"@cocalc/widgets": "^1.1.4",
4949
"@cocalc/xpra-lz4": "^1.1.0",
5050
"@dnd-kit/core": "^6.0.7",
5151
"@dnd-kit/modifiers": "^6.0.1",

src/packages/pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)