@jupyterlab/debugger 4.0.0-alpha.18 → 4.0.0-alpha.19
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 +26 -26
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.19",
|
|
4
4
|
"description": "JupyterLab - Debugger Extension",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -51,35 +51,35 @@
|
|
|
51
51
|
"@codemirror/state": "^6.0.0",
|
|
52
52
|
"@codemirror/view": "^6.0.0",
|
|
53
53
|
"@jupyter/ydoc": "^0.3.1",
|
|
54
|
-
"@jupyterlab/application": "^4.0.0-alpha.
|
|
55
|
-
"@jupyterlab/apputils": "^4.0.0-alpha.
|
|
56
|
-
"@jupyterlab/cells": "^4.0.0-alpha.
|
|
57
|
-
"@jupyterlab/codeeditor": "^4.0.0-alpha.
|
|
58
|
-
"@jupyterlab/codemirror": "^4.0.0-alpha.
|
|
59
|
-
"@jupyterlab/console": "^4.0.0-alpha.
|
|
60
|
-
"@jupyterlab/coreutils": "^6.0.0-alpha.
|
|
61
|
-
"@jupyterlab/docregistry": "^4.0.0-alpha.
|
|
62
|
-
"@jupyterlab/fileeditor": "^4.0.0-alpha.
|
|
63
|
-
"@jupyterlab/notebook": "^4.0.0-alpha.
|
|
64
|
-
"@jupyterlab/observables": "^5.0.0-alpha.
|
|
65
|
-
"@jupyterlab/rendermime": "^4.0.0-alpha.
|
|
66
|
-
"@jupyterlab/services": "^7.0.0-alpha.
|
|
67
|
-
"@jupyterlab/translation": "^4.0.0-alpha.
|
|
68
|
-
"@jupyterlab/ui-components": "^4.0.0-alpha.
|
|
69
|
-
"@lumino/algorithm": "^2.0.0-
|
|
70
|
-
"@lumino/commands": "^2.0.0-
|
|
71
|
-
"@lumino/coreutils": "^2.0.0-
|
|
72
|
-
"@lumino/datagrid": "^
|
|
73
|
-
"@lumino/disposable": "^2.0.0-
|
|
74
|
-
"@lumino/messaging": "^2.0.0-
|
|
75
|
-
"@lumino/polling": "^2.0.0-
|
|
76
|
-
"@lumino/signaling": "^2.0.0-
|
|
77
|
-
"@lumino/widgets": "^2.0.0-
|
|
54
|
+
"@jupyterlab/application": "^4.0.0-alpha.19",
|
|
55
|
+
"@jupyterlab/apputils": "^4.0.0-alpha.19",
|
|
56
|
+
"@jupyterlab/cells": "^4.0.0-alpha.19",
|
|
57
|
+
"@jupyterlab/codeeditor": "^4.0.0-alpha.19",
|
|
58
|
+
"@jupyterlab/codemirror": "^4.0.0-alpha.19",
|
|
59
|
+
"@jupyterlab/console": "^4.0.0-alpha.19",
|
|
60
|
+
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
|
|
61
|
+
"@jupyterlab/docregistry": "^4.0.0-alpha.19",
|
|
62
|
+
"@jupyterlab/fileeditor": "^4.0.0-alpha.19",
|
|
63
|
+
"@jupyterlab/notebook": "^4.0.0-alpha.19",
|
|
64
|
+
"@jupyterlab/observables": "^5.0.0-alpha.19",
|
|
65
|
+
"@jupyterlab/rendermime": "^4.0.0-alpha.19",
|
|
66
|
+
"@jupyterlab/services": "^7.0.0-alpha.19",
|
|
67
|
+
"@jupyterlab/translation": "^4.0.0-alpha.19",
|
|
68
|
+
"@jupyterlab/ui-components": "^4.0.0-alpha.34",
|
|
69
|
+
"@lumino/algorithm": "^2.0.0-beta.0",
|
|
70
|
+
"@lumino/commands": "^2.0.0-beta.1",
|
|
71
|
+
"@lumino/coreutils": "^2.0.0-beta.0",
|
|
72
|
+
"@lumino/datagrid": "^2.0.0-beta.0",
|
|
73
|
+
"@lumino/disposable": "^2.0.0-beta.1",
|
|
74
|
+
"@lumino/messaging": "^2.0.0-beta.0",
|
|
75
|
+
"@lumino/polling": "^2.0.0-beta.0",
|
|
76
|
+
"@lumino/signaling": "^2.0.0-beta.1",
|
|
77
|
+
"@lumino/widgets": "^2.0.0-beta.1",
|
|
78
78
|
"@vscode/debugprotocol": "^1.51.0",
|
|
79
79
|
"react": "^18.2.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@jupyterlab/testing": "^4.0.0-alpha.
|
|
82
|
+
"@jupyterlab/testing": "^4.0.0-alpha.19",
|
|
83
83
|
"@types/jest": "^29.2.0",
|
|
84
84
|
"canvas": "^2.9.1",
|
|
85
85
|
"rimraf": "~3.0.0",
|