We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7822d commit 7a967ddCopy full SHA for 7a967dd
labextension/vpython/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vpython",
3
- "version": "0.4.0",
+ "version": "0.4.3",
4
"description": "VPython extension for Jupyterlab",
5
"keywords": [
6
"jupyter",
@@ -27,10 +27,11 @@
27
"jpinstall": "jupyter labextension install ."
28
},
29
"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",
+ "@jupyterlab/application": "^1.1.3",
+ "@jupyterlab/apputils": "^1.1.3",
+ "@jupyterlab/coreutils": "^3.1.0",
+ "@jupyterlab/docregistry": "^1.1.3",
34
+ "@jupyterlab/notebook": "^1.1.3",
35
"@phosphor/disposable": "^1.3.0",
36
"script-loader": "^0.7.2"
37
0 commit comments