Skip to content

Commit 7a967dd

Browse files
authored
Added Websocket support
Added Websocket support through proxy server.
1 parent de7822d commit 7a967dd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

labextension/vpython/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vpython",
3-
"version": "0.4.0",
3+
"version": "0.4.3",
44
"description": "VPython extension for Jupyterlab",
55
"keywords": [
66
"jupyter",
@@ -27,10 +27,11 @@
2727
"jpinstall": "jupyter labextension install ."
2828
},
2929
"dependencies": {
30-
"@jupyterlab/application": "^1.1.2",
31-
"@jupyterlab/apputils": "^1.1.2",
32-
"@jupyterlab/docregistry": "^1.1.2",
33-
"@jupyterlab/notebook": "^1.1.2",
30+
"@jupyterlab/application": "^1.1.3",
31+
"@jupyterlab/apputils": "^1.1.3",
32+
"@jupyterlab/coreutils": "^3.1.0",
33+
"@jupyterlab/docregistry": "^1.1.3",
34+
"@jupyterlab/notebook": "^1.1.3",
3435
"@phosphor/disposable": "^1.3.0",
3536
"script-loader": "^0.7.2"
3637
},

0 commit comments

Comments
 (0)