@jupyterlab/debugger 4.3.0-beta.2 → 4.3.0-beta.3
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.3.0-beta.
|
|
3
|
+
"version": "4.3.0-beta.3",
|
|
4
4
|
"description": "JupyterLab - Debugger Extension",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -52,35 +52,35 @@
|
|
|
52
52
|
"@codemirror/view": "^6.26.3",
|
|
53
53
|
"@jupyter/react-components": "^0.16.6",
|
|
54
54
|
"@jupyter/ydoc": "^3.0.0-a8",
|
|
55
|
-
"@jupyterlab/application": "^4.3.0-beta.
|
|
56
|
-
"@jupyterlab/apputils": "^4.4.0-beta.
|
|
57
|
-
"@jupyterlab/cells": "^4.3.0-beta.
|
|
58
|
-
"@jupyterlab/codeeditor": "^4.3.0-beta.
|
|
59
|
-
"@jupyterlab/codemirror": "^4.3.0-beta.
|
|
60
|
-
"@jupyterlab/console": "^4.3.0-beta.
|
|
61
|
-
"@jupyterlab/coreutils": "^6.3.0-beta.
|
|
62
|
-
"@jupyterlab/docregistry": "^4.3.0-beta.
|
|
63
|
-
"@jupyterlab/fileeditor": "^4.3.0-beta.
|
|
64
|
-
"@jupyterlab/notebook": "^4.3.0-beta.
|
|
65
|
-
"@jupyterlab/observables": "^5.3.0-beta.
|
|
66
|
-
"@jupyterlab/rendermime": "^4.3.0-beta.
|
|
67
|
-
"@jupyterlab/services": "^7.3.0-beta.
|
|
68
|
-
"@jupyterlab/translation": "^4.3.0-beta.
|
|
69
|
-
"@jupyterlab/ui-components": "^4.3.0-beta.
|
|
70
|
-
"@lumino/algorithm": "^2.0.
|
|
71
|
-
"@lumino/commands": "^2.3.
|
|
72
|
-
"@lumino/coreutils": "^2.
|
|
73
|
-
"@lumino/datagrid": "^2.
|
|
74
|
-
"@lumino/disposable": "^2.1.
|
|
75
|
-
"@lumino/messaging": "^2.0.
|
|
76
|
-
"@lumino/polling": "^2.1.
|
|
77
|
-
"@lumino/signaling": "^2.1.
|
|
78
|
-
"@lumino/widgets": "^2.
|
|
55
|
+
"@jupyterlab/application": "^4.3.0-beta.3",
|
|
56
|
+
"@jupyterlab/apputils": "^4.4.0-beta.3",
|
|
57
|
+
"@jupyterlab/cells": "^4.3.0-beta.3",
|
|
58
|
+
"@jupyterlab/codeeditor": "^4.3.0-beta.3",
|
|
59
|
+
"@jupyterlab/codemirror": "^4.3.0-beta.3",
|
|
60
|
+
"@jupyterlab/console": "^4.3.0-beta.3",
|
|
61
|
+
"@jupyterlab/coreutils": "^6.3.0-beta.3",
|
|
62
|
+
"@jupyterlab/docregistry": "^4.3.0-beta.3",
|
|
63
|
+
"@jupyterlab/fileeditor": "^4.3.0-beta.3",
|
|
64
|
+
"@jupyterlab/notebook": "^4.3.0-beta.3",
|
|
65
|
+
"@jupyterlab/observables": "^5.3.0-beta.3",
|
|
66
|
+
"@jupyterlab/rendermime": "^4.3.0-beta.3",
|
|
67
|
+
"@jupyterlab/services": "^7.3.0-beta.3",
|
|
68
|
+
"@jupyterlab/translation": "^4.3.0-beta.3",
|
|
69
|
+
"@jupyterlab/ui-components": "^4.3.0-beta.3",
|
|
70
|
+
"@lumino/algorithm": "^2.0.2",
|
|
71
|
+
"@lumino/commands": "^2.3.1",
|
|
72
|
+
"@lumino/coreutils": "^2.2.0",
|
|
73
|
+
"@lumino/datagrid": "^2.4.1",
|
|
74
|
+
"@lumino/disposable": "^2.1.3",
|
|
75
|
+
"@lumino/messaging": "^2.0.2",
|
|
76
|
+
"@lumino/polling": "^2.1.3",
|
|
77
|
+
"@lumino/signaling": "^2.1.3",
|
|
78
|
+
"@lumino/widgets": "^2.5.0",
|
|
79
79
|
"@vscode/debugprotocol": "^1.51.0",
|
|
80
80
|
"react": "^18.2.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@jupyterlab/testing": "^4.3.0-beta.
|
|
83
|
+
"@jupyterlab/testing": "^4.3.0-beta.3",
|
|
84
84
|
"@types/jest": "^29.2.0",
|
|
85
85
|
"jest": "^29.2.0",
|
|
86
86
|
"jest-canvas-mock": "^2.5.2",
|