@jupyterlab/notebook 4.0.4 → 4.0.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 +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/notebook",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "JupyterLab - Notebook",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -42,36 +42,36 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@jupyter/ydoc": "^1.0.2",
|
|
45
|
-
"@jupyterlab/apputils": "^4.1.
|
|
46
|
-
"@jupyterlab/cells": "^4.0.
|
|
47
|
-
"@jupyterlab/codeeditor": "^4.0.
|
|
48
|
-
"@jupyterlab/codemirror": "^4.0.
|
|
49
|
-
"@jupyterlab/coreutils": "^6.0.
|
|
50
|
-
"@jupyterlab/docregistry": "^4.0.
|
|
51
|
-
"@jupyterlab/documentsearch": "^4.0.
|
|
52
|
-
"@jupyterlab/lsp": "^4.0.
|
|
53
|
-
"@jupyterlab/nbformat": "^4.0.
|
|
54
|
-
"@jupyterlab/observables": "^5.0.
|
|
55
|
-
"@jupyterlab/rendermime": "^4.0.
|
|
56
|
-
"@jupyterlab/services": "^7.0.
|
|
57
|
-
"@jupyterlab/settingregistry": "^4.0.
|
|
58
|
-
"@jupyterlab/statusbar": "^4.0.
|
|
59
|
-
"@jupyterlab/toc": "^6.0.
|
|
60
|
-
"@jupyterlab/translation": "^4.0.
|
|
61
|
-
"@jupyterlab/ui-components": "^4.0.
|
|
62
|
-
"@lumino/algorithm": "^2.0.
|
|
63
|
-
"@lumino/coreutils": "^2.1.
|
|
64
|
-
"@lumino/domutils": "^2.0.
|
|
65
|
-
"@lumino/dragdrop": "^2.1.
|
|
66
|
-
"@lumino/messaging": "^2.0.
|
|
67
|
-
"@lumino/properties": "^2.0.
|
|
68
|
-
"@lumino/signaling": "^2.1.
|
|
69
|
-
"@lumino/virtualdom": "^2.0.
|
|
70
|
-
"@lumino/widgets": "^2.
|
|
45
|
+
"@jupyterlab/apputils": "^4.1.5",
|
|
46
|
+
"@jupyterlab/cells": "^4.0.5",
|
|
47
|
+
"@jupyterlab/codeeditor": "^4.0.5",
|
|
48
|
+
"@jupyterlab/codemirror": "^4.0.5",
|
|
49
|
+
"@jupyterlab/coreutils": "^6.0.5",
|
|
50
|
+
"@jupyterlab/docregistry": "^4.0.5",
|
|
51
|
+
"@jupyterlab/documentsearch": "^4.0.5",
|
|
52
|
+
"@jupyterlab/lsp": "^4.0.5",
|
|
53
|
+
"@jupyterlab/nbformat": "^4.0.5",
|
|
54
|
+
"@jupyterlab/observables": "^5.0.5",
|
|
55
|
+
"@jupyterlab/rendermime": "^4.0.5",
|
|
56
|
+
"@jupyterlab/services": "^7.0.5",
|
|
57
|
+
"@jupyterlab/settingregistry": "^4.0.5",
|
|
58
|
+
"@jupyterlab/statusbar": "^4.0.5",
|
|
59
|
+
"@jupyterlab/toc": "^6.0.5",
|
|
60
|
+
"@jupyterlab/translation": "^4.0.5",
|
|
61
|
+
"@jupyterlab/ui-components": "^4.0.5",
|
|
62
|
+
"@lumino/algorithm": "^2.0.1",
|
|
63
|
+
"@lumino/coreutils": "^2.1.2",
|
|
64
|
+
"@lumino/domutils": "^2.0.1",
|
|
65
|
+
"@lumino/dragdrop": "^2.1.3",
|
|
66
|
+
"@lumino/messaging": "^2.0.1",
|
|
67
|
+
"@lumino/properties": "^2.0.1",
|
|
68
|
+
"@lumino/signaling": "^2.1.2",
|
|
69
|
+
"@lumino/virtualdom": "^2.0.1",
|
|
70
|
+
"@lumino/widgets": "^2.3.0",
|
|
71
71
|
"react": "^18.2.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@jupyterlab/testing": "^4.0.
|
|
74
|
+
"@jupyterlab/testing": "^4.0.5",
|
|
75
75
|
"@types/jest": "^29.2.0",
|
|
76
76
|
"jest": "^29.2.0",
|
|
77
77
|
"rimraf": "~3.0.0",
|