Skip to content

Commit 21445f0

Browse files
authored
Updated for JupyterLab3
Updated for JupyterLab version 3
1 parent 01b48e0 commit 21445f0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

labextension/vpython/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vpython",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "VPython extension for JupyterLab",
55
"keywords": [
66
"jupyter",
@@ -35,12 +35,12 @@
3535
"watch": "tsc -w"
3636
},
3737
"dependencies": {
38-
"@jupyterlab/application": "^2.1.2",
39-
"@jupyterlab/apputils": "^2.1.1",
40-
"@jupyterlab/coreutils": "^4.1.0",
41-
"@jupyterlab/docregistry": "^2.1.2",
42-
"@jupyterlab/notebook": "^2.1.2",
43-
"@lumino/disposable": "^1.4.0",
38+
"@jupyterlab/application": "3.0.9",
39+
"@jupyterlab/apputils": "3.0.7",
40+
"@jupyterlab/coreutils": "5.0.5",
41+
"@jupyterlab/docregistry": "3.0.9",
42+
"@jupyterlab/notebook": "3.0.9",
43+
"@lumino/disposable": "^1.5.0",
4444
"script-loader": "^0.7.2"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)