@jupyterlab/debugger 4.0.0-alpha.20 → 4.0.0-alpha.21
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/debugger",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.21",
|
|
4
4
|
"description": "JupyterLab - Debugger Extension",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -51,41 +51,41 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@codemirror/state": "^6.2.0",
|
|
53
53
|
"@codemirror/view": "^6.7.0",
|
|
54
|
-
"@jupyter/ydoc": "^0.3.
|
|
55
|
-
"@jupyterlab/application": "^4.0.0-alpha.
|
|
56
|
-
"@jupyterlab/apputils": "^4.0.0-alpha.
|
|
57
|
-
"@jupyterlab/cells": "^4.0.0-alpha.
|
|
58
|
-
"@jupyterlab/codeeditor": "^4.0.0-alpha.
|
|
59
|
-
"@jupyterlab/codemirror": "^4.0.0-alpha.
|
|
60
|
-
"@jupyterlab/console": "^4.0.0-alpha.
|
|
61
|
-
"@jupyterlab/coreutils": "^6.0.0-alpha.
|
|
62
|
-
"@jupyterlab/docregistry": "^4.0.0-alpha.
|
|
63
|
-
"@jupyterlab/fileeditor": "^4.0.0-alpha.
|
|
64
|
-
"@jupyterlab/notebook": "^4.0.0-alpha.
|
|
65
|
-
"@jupyterlab/observables": "^5.0.0-alpha.
|
|
66
|
-
"@jupyterlab/rendermime": "^4.0.0-alpha.
|
|
67
|
-
"@jupyterlab/services": "^7.0.0-alpha.
|
|
68
|
-
"@jupyterlab/translation": "^4.0.0-alpha.
|
|
69
|
-
"@jupyterlab/ui-components": "^4.0.0-alpha.
|
|
70
|
-
"@lumino/algorithm": "^2.0.0-rc.
|
|
71
|
-
"@lumino/commands": "^2.0.0-rc.
|
|
72
|
-
"@lumino/coreutils": "^2.0.0-rc.
|
|
73
|
-
"@lumino/datagrid": "^2.0.0-rc.
|
|
74
|
-
"@lumino/disposable": "^2.0.0-rc.
|
|
75
|
-
"@lumino/messaging": "^2.0.0-rc.
|
|
76
|
-
"@lumino/polling": "^2.0.0-rc.
|
|
77
|
-
"@lumino/signaling": "^2.0.0-rc.
|
|
78
|
-
"@lumino/widgets": "^2.0.0-rc.
|
|
54
|
+
"@jupyter/ydoc": "^0.3.4",
|
|
55
|
+
"@jupyterlab/application": "^4.0.0-alpha.21",
|
|
56
|
+
"@jupyterlab/apputils": "^4.0.0-alpha.21",
|
|
57
|
+
"@jupyterlab/cells": "^4.0.0-alpha.21",
|
|
58
|
+
"@jupyterlab/codeeditor": "^4.0.0-alpha.21",
|
|
59
|
+
"@jupyterlab/codemirror": "^4.0.0-alpha.21",
|
|
60
|
+
"@jupyterlab/console": "^4.0.0-alpha.21",
|
|
61
|
+
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
|
62
|
+
"@jupyterlab/docregistry": "^4.0.0-alpha.21",
|
|
63
|
+
"@jupyterlab/fileeditor": "^4.0.0-alpha.21",
|
|
64
|
+
"@jupyterlab/notebook": "^4.0.0-alpha.21",
|
|
65
|
+
"@jupyterlab/observables": "^5.0.0-alpha.21",
|
|
66
|
+
"@jupyterlab/rendermime": "^4.0.0-alpha.21",
|
|
67
|
+
"@jupyterlab/services": "^7.0.0-alpha.21",
|
|
68
|
+
"@jupyterlab/translation": "^4.0.0-alpha.21",
|
|
69
|
+
"@jupyterlab/ui-components": "^4.0.0-alpha.36",
|
|
70
|
+
"@lumino/algorithm": "^2.0.0-rc.1",
|
|
71
|
+
"@lumino/commands": "^2.0.0-rc.1",
|
|
72
|
+
"@lumino/coreutils": "^2.0.0-rc.1",
|
|
73
|
+
"@lumino/datagrid": "^2.0.0-rc.1",
|
|
74
|
+
"@lumino/disposable": "^2.0.0-rc.1",
|
|
75
|
+
"@lumino/messaging": "^2.0.0-rc.1",
|
|
76
|
+
"@lumino/polling": "^2.0.0-rc.1",
|
|
77
|
+
"@lumino/signaling": "^2.0.0-rc.1",
|
|
78
|
+
"@lumino/widgets": "^2.0.0-rc.1",
|
|
79
79
|
"@vscode/debugprotocol": "^1.51.0",
|
|
80
80
|
"react": "^18.2.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@jupyterlab/testing": "^4.0.0-alpha.
|
|
83
|
+
"@jupyterlab/testing": "^4.0.0-alpha.21",
|
|
84
84
|
"@types/jest": "^29.2.0",
|
|
85
85
|
"canvas": "^2.9.1",
|
|
86
86
|
"rimraf": "~3.0.0",
|
|
87
87
|
"typedoc": "~0.23.25",
|
|
88
|
-
"typescript": "~5.0.
|
|
88
|
+
"typescript": "~5.0.1-rc"
|
|
89
89
|
},
|
|
90
90
|
"publishConfig": {
|
|
91
91
|
"access": "public"
|