Skip to content

Commit 023a843

Browse files
authored
Updated for labextension for vpython 7.6.1
1 parent 49de7fd commit 023a843

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": "0.4.6",
3+
"version": "0.4.9",
44
"description": "VPython extension for Jupyterlab",
55
"keywords": [
66
"jupyter",
@@ -33,12 +33,12 @@
3333
"watch": "tsc -w"
3434
},
3535
"dependencies": {
36-
"@jupyterlab/application": "^1.1.3",
37-
"@jupyterlab/apputils": "^1.1.3",
38-
"@jupyterlab/coreutils": "^3.1.0",
39-
"@jupyterlab/docregistry": "^1.1.3",
40-
"@jupyterlab/notebook": "^1.1.3",
41-
"@phosphor/disposable": "^1.3.0",
36+
"@jupyterlab/application": "^1.2.1",
37+
"@jupyterlab/apputils": "^1.2.1",
38+
"@jupyterlab/coreutils": "^3.2.0",
39+
"@jupyterlab/docregistry": "^1.2.1",
40+
"@jupyterlab/notebook": "^1.2.2",
41+
"@phosphor/disposable": "^1.3.1",
4242
"script-loader": "^0.7.2"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)