@jupyterlab/notebook-extension 3.6.0-alpha.2 → 3.6.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/notebook-extension",
|
|
3
|
-
"version": "3.6.0-alpha.
|
|
3
|
+
"version": "3.6.0-alpha.3",
|
|
4
4
|
"description": "JupyterLab - Notebook Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -36,29 +36,29 @@
|
|
|
36
36
|
"watch": "tsc -b --watch"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jupyterlab/application": "^3.6.0-alpha.
|
|
40
|
-
"@jupyterlab/apputils": "^3.6.0-alpha.
|
|
41
|
-
"@jupyterlab/cells": "^3.6.0-alpha.
|
|
42
|
-
"@jupyterlab/codeeditor": "^3.6.0-alpha.
|
|
43
|
-
"@jupyterlab/coreutils": "^5.6.0-alpha.
|
|
44
|
-
"@jupyterlab/docmanager": "^3.6.0-alpha.
|
|
45
|
-
"@jupyterlab/docmanager-extension": "^3.6.0-alpha.
|
|
46
|
-
"@jupyterlab/docregistry": "^3.6.0-alpha.
|
|
47
|
-
"@jupyterlab/filebrowser": "^3.6.0-alpha.
|
|
48
|
-
"@jupyterlab/launcher": "^3.6.0-alpha.
|
|
49
|
-
"@jupyterlab/logconsole": "^3.6.0-alpha.
|
|
50
|
-
"@jupyterlab/mainmenu": "^3.6.0-alpha.
|
|
51
|
-
"@jupyterlab/nbformat": "^3.6.0-alpha.
|
|
52
|
-
"@jupyterlab/notebook": "^3.6.0-alpha.
|
|
53
|
-
"@jupyterlab/observables": "^4.6.0-alpha.
|
|
54
|
-
"@jupyterlab/property-inspector": "^3.6.0-alpha.
|
|
55
|
-
"@jupyterlab/rendermime": "^3.6.0-alpha.
|
|
56
|
-
"@jupyterlab/services": "^6.6.0-alpha.
|
|
57
|
-
"@jupyterlab/settingregistry": "^3.6.0-alpha.
|
|
58
|
-
"@jupyterlab/statedb": "^3.6.0-alpha.
|
|
59
|
-
"@jupyterlab/statusbar": "^3.6.0-alpha.
|
|
60
|
-
"@jupyterlab/translation": "^3.6.0-alpha.
|
|
61
|
-
"@jupyterlab/ui-components": "^3.6.0-alpha.
|
|
39
|
+
"@jupyterlab/application": "^3.6.0-alpha.3",
|
|
40
|
+
"@jupyterlab/apputils": "^3.6.0-alpha.3",
|
|
41
|
+
"@jupyterlab/cells": "^3.6.0-alpha.3",
|
|
42
|
+
"@jupyterlab/codeeditor": "^3.6.0-alpha.3",
|
|
43
|
+
"@jupyterlab/coreutils": "^5.6.0-alpha.3",
|
|
44
|
+
"@jupyterlab/docmanager": "^3.6.0-alpha.3",
|
|
45
|
+
"@jupyterlab/docmanager-extension": "^3.6.0-alpha.3",
|
|
46
|
+
"@jupyterlab/docregistry": "^3.6.0-alpha.3",
|
|
47
|
+
"@jupyterlab/filebrowser": "^3.6.0-alpha.3",
|
|
48
|
+
"@jupyterlab/launcher": "^3.6.0-alpha.3",
|
|
49
|
+
"@jupyterlab/logconsole": "^3.6.0-alpha.3",
|
|
50
|
+
"@jupyterlab/mainmenu": "^3.6.0-alpha.3",
|
|
51
|
+
"@jupyterlab/nbformat": "^3.6.0-alpha.3",
|
|
52
|
+
"@jupyterlab/notebook": "^3.6.0-alpha.3",
|
|
53
|
+
"@jupyterlab/observables": "^4.6.0-alpha.3",
|
|
54
|
+
"@jupyterlab/property-inspector": "^3.6.0-alpha.3",
|
|
55
|
+
"@jupyterlab/rendermime": "^3.6.0-alpha.3",
|
|
56
|
+
"@jupyterlab/services": "^6.6.0-alpha.3",
|
|
57
|
+
"@jupyterlab/settingregistry": "^3.6.0-alpha.3",
|
|
58
|
+
"@jupyterlab/statedb": "^3.6.0-alpha.3",
|
|
59
|
+
"@jupyterlab/statusbar": "^3.6.0-alpha.3",
|
|
60
|
+
"@jupyterlab/translation": "^3.6.0-alpha.3",
|
|
61
|
+
"@jupyterlab/ui-components": "^3.6.0-alpha.3",
|
|
62
62
|
"@lumino/algorithm": "^1.9.0",
|
|
63
63
|
"@lumino/commands": "^1.19.0",
|
|
64
64
|
"@lumino/coreutils": "^1.11.0",
|