@jupyterlab/notebook-extension 4.5.3 → 4.5.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 +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/notebook-extension",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.5",
|
|
4
4
|
"description": "JupyterLab - Notebook Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -37,43 +37,43 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@jupyter/ydoc": "^3.1.0",
|
|
40
|
-
"@jupyterlab/application": "^4.5.
|
|
41
|
-
"@jupyterlab/apputils": "^4.6.
|
|
42
|
-
"@jupyterlab/cell-toolbar": "^4.5.
|
|
43
|
-
"@jupyterlab/cells": "^4.5.
|
|
44
|
-
"@jupyterlab/codeeditor": "^4.5.
|
|
45
|
-
"@jupyterlab/codemirror": "^4.5.
|
|
46
|
-
"@jupyterlab/completer": "^4.5.
|
|
47
|
-
"@jupyterlab/coreutils": "^6.5.
|
|
48
|
-
"@jupyterlab/docmanager": "^4.5.
|
|
49
|
-
"@jupyterlab/docmanager-extension": "^4.5.
|
|
50
|
-
"@jupyterlab/docregistry": "^4.5.
|
|
51
|
-
"@jupyterlab/documentsearch": "^4.5.
|
|
52
|
-
"@jupyterlab/filebrowser": "^4.5.
|
|
53
|
-
"@jupyterlab/launcher": "^4.5.
|
|
54
|
-
"@jupyterlab/logconsole": "^4.5.
|
|
55
|
-
"@jupyterlab/lsp": "^4.5.
|
|
56
|
-
"@jupyterlab/mainmenu": "^4.5.
|
|
57
|
-
"@jupyterlab/metadataform": "^4.5.
|
|
58
|
-
"@jupyterlab/nbformat": "^4.5.
|
|
59
|
-
"@jupyterlab/notebook": "^4.5.
|
|
60
|
-
"@jupyterlab/observables": "^5.5.
|
|
61
|
-
"@jupyterlab/property-inspector": "^4.5.
|
|
62
|
-
"@jupyterlab/rendermime": "^4.5.
|
|
63
|
-
"@jupyterlab/services": "^7.5.
|
|
64
|
-
"@jupyterlab/settingregistry": "^4.5.
|
|
65
|
-
"@jupyterlab/statedb": "^4.5.
|
|
66
|
-
"@jupyterlab/statusbar": "^4.5.
|
|
67
|
-
"@jupyterlab/toc": "^6.5.
|
|
68
|
-
"@jupyterlab/translation": "^4.5.
|
|
69
|
-
"@jupyterlab/ui-components": "^4.5.
|
|
40
|
+
"@jupyterlab/application": "^4.5.5",
|
|
41
|
+
"@jupyterlab/apputils": "^4.6.5",
|
|
42
|
+
"@jupyterlab/cell-toolbar": "^4.5.5",
|
|
43
|
+
"@jupyterlab/cells": "^4.5.5",
|
|
44
|
+
"@jupyterlab/codeeditor": "^4.5.5",
|
|
45
|
+
"@jupyterlab/codemirror": "^4.5.5",
|
|
46
|
+
"@jupyterlab/completer": "^4.5.5",
|
|
47
|
+
"@jupyterlab/coreutils": "^6.5.5",
|
|
48
|
+
"@jupyterlab/docmanager": "^4.5.5",
|
|
49
|
+
"@jupyterlab/docmanager-extension": "^4.5.5",
|
|
50
|
+
"@jupyterlab/docregistry": "^4.5.5",
|
|
51
|
+
"@jupyterlab/documentsearch": "^4.5.5",
|
|
52
|
+
"@jupyterlab/filebrowser": "^4.5.5",
|
|
53
|
+
"@jupyterlab/launcher": "^4.5.5",
|
|
54
|
+
"@jupyterlab/logconsole": "^4.5.5",
|
|
55
|
+
"@jupyterlab/lsp": "^4.5.5",
|
|
56
|
+
"@jupyterlab/mainmenu": "^4.5.5",
|
|
57
|
+
"@jupyterlab/metadataform": "^4.5.5",
|
|
58
|
+
"@jupyterlab/nbformat": "^4.5.5",
|
|
59
|
+
"@jupyterlab/notebook": "^4.5.5",
|
|
60
|
+
"@jupyterlab/observables": "^5.5.5",
|
|
61
|
+
"@jupyterlab/property-inspector": "^4.5.5",
|
|
62
|
+
"@jupyterlab/rendermime": "^4.5.5",
|
|
63
|
+
"@jupyterlab/services": "^7.5.5",
|
|
64
|
+
"@jupyterlab/settingregistry": "^4.5.5",
|
|
65
|
+
"@jupyterlab/statedb": "^4.5.5",
|
|
66
|
+
"@jupyterlab/statusbar": "^4.5.5",
|
|
67
|
+
"@jupyterlab/toc": "^6.5.5",
|
|
68
|
+
"@jupyterlab/translation": "^4.5.5",
|
|
69
|
+
"@jupyterlab/ui-components": "^4.5.5",
|
|
70
70
|
"@lumino/algorithm": "^2.0.4",
|
|
71
71
|
"@lumino/commands": "^2.3.3",
|
|
72
72
|
"@lumino/coreutils": "^2.2.2",
|
|
73
73
|
"@lumino/disposable": "^2.1.5",
|
|
74
74
|
"@lumino/messaging": "^2.0.4",
|
|
75
75
|
"@lumino/polling": "^2.1.5",
|
|
76
|
-
"@lumino/widgets": "^2.7.
|
|
76
|
+
"@lumino/widgets": "^2.7.5",
|
|
77
77
|
"@rjsf/utils": "^5.13.4",
|
|
78
78
|
"react": "^18.2.0"
|
|
79
79
|
},
|