@jupyterlab/notebook-extension 4.4.4 → 4.4.5
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 +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/notebook-extension",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.5",
|
|
4
4
|
"description": "JupyterLab - Notebook Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -37,36 +37,36 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@jupyter/ydoc": "^3.0.4",
|
|
40
|
-
"@jupyterlab/application": "^4.4.
|
|
41
|
-
"@jupyterlab/apputils": "^4.5.
|
|
42
|
-
"@jupyterlab/cell-toolbar": "^4.4.
|
|
43
|
-
"@jupyterlab/cells": "^4.4.
|
|
44
|
-
"@jupyterlab/codeeditor": "^4.4.
|
|
45
|
-
"@jupyterlab/codemirror": "^4.4.
|
|
46
|
-
"@jupyterlab/completer": "^4.4.
|
|
47
|
-
"@jupyterlab/coreutils": "^6.4.
|
|
48
|
-
"@jupyterlab/docmanager": "^4.4.
|
|
49
|
-
"@jupyterlab/docmanager-extension": "^4.4.
|
|
50
|
-
"@jupyterlab/docregistry": "^4.4.
|
|
51
|
-
"@jupyterlab/documentsearch": "^4.4.
|
|
52
|
-
"@jupyterlab/filebrowser": "^4.4.
|
|
53
|
-
"@jupyterlab/launcher": "^4.4.
|
|
54
|
-
"@jupyterlab/logconsole": "^4.4.
|
|
55
|
-
"@jupyterlab/lsp": "^4.4.
|
|
56
|
-
"@jupyterlab/mainmenu": "^4.4.
|
|
57
|
-
"@jupyterlab/metadataform": "^4.4.
|
|
58
|
-
"@jupyterlab/nbformat": "^4.4.
|
|
59
|
-
"@jupyterlab/notebook": "^4.4.
|
|
60
|
-
"@jupyterlab/observables": "^5.4.
|
|
61
|
-
"@jupyterlab/property-inspector": "^4.4.
|
|
62
|
-
"@jupyterlab/rendermime": "^4.4.
|
|
63
|
-
"@jupyterlab/services": "^7.4.
|
|
64
|
-
"@jupyterlab/settingregistry": "^4.4.
|
|
65
|
-
"@jupyterlab/statedb": "^4.4.
|
|
66
|
-
"@jupyterlab/statusbar": "^4.4.
|
|
67
|
-
"@jupyterlab/toc": "^6.4.
|
|
68
|
-
"@jupyterlab/translation": "^4.4.
|
|
69
|
-
"@jupyterlab/ui-components": "^4.4.
|
|
40
|
+
"@jupyterlab/application": "^4.4.5",
|
|
41
|
+
"@jupyterlab/apputils": "^4.5.5",
|
|
42
|
+
"@jupyterlab/cell-toolbar": "^4.4.5",
|
|
43
|
+
"@jupyterlab/cells": "^4.4.5",
|
|
44
|
+
"@jupyterlab/codeeditor": "^4.4.5",
|
|
45
|
+
"@jupyterlab/codemirror": "^4.4.5",
|
|
46
|
+
"@jupyterlab/completer": "^4.4.5",
|
|
47
|
+
"@jupyterlab/coreutils": "^6.4.5",
|
|
48
|
+
"@jupyterlab/docmanager": "^4.4.5",
|
|
49
|
+
"@jupyterlab/docmanager-extension": "^4.4.5",
|
|
50
|
+
"@jupyterlab/docregistry": "^4.4.5",
|
|
51
|
+
"@jupyterlab/documentsearch": "^4.4.5",
|
|
52
|
+
"@jupyterlab/filebrowser": "^4.4.5",
|
|
53
|
+
"@jupyterlab/launcher": "^4.4.5",
|
|
54
|
+
"@jupyterlab/logconsole": "^4.4.5",
|
|
55
|
+
"@jupyterlab/lsp": "^4.4.5",
|
|
56
|
+
"@jupyterlab/mainmenu": "^4.4.5",
|
|
57
|
+
"@jupyterlab/metadataform": "^4.4.5",
|
|
58
|
+
"@jupyterlab/nbformat": "^4.4.5",
|
|
59
|
+
"@jupyterlab/notebook": "^4.4.5",
|
|
60
|
+
"@jupyterlab/observables": "^5.4.5",
|
|
61
|
+
"@jupyterlab/property-inspector": "^4.4.5",
|
|
62
|
+
"@jupyterlab/rendermime": "^4.4.5",
|
|
63
|
+
"@jupyterlab/services": "^7.4.5",
|
|
64
|
+
"@jupyterlab/settingregistry": "^4.4.5",
|
|
65
|
+
"@jupyterlab/statedb": "^4.4.5",
|
|
66
|
+
"@jupyterlab/statusbar": "^4.4.5",
|
|
67
|
+
"@jupyterlab/toc": "^6.4.5",
|
|
68
|
+
"@jupyterlab/translation": "^4.4.5",
|
|
69
|
+
"@jupyterlab/ui-components": "^4.4.5",
|
|
70
70
|
"@lumino/algorithm": "^2.0.3",
|
|
71
71
|
"@lumino/commands": "^2.3.2",
|
|
72
72
|
"@lumino/coreutils": "^2.2.1",
|