@jupyterlab/debugger 4.0.0-alpha.2 → 4.0.0-alpha.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 +18 -18
- package/style/icons.css +3 -3
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.3",
|
|
4
4
|
"description": "JupyterLab - Debugger Extension",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -48,21 +48,21 @@
|
|
|
48
48
|
"watch": "tsc -b --watch"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@jupyterlab/application": "^4.0.0-alpha.
|
|
52
|
-
"@jupyterlab/apputils": "^4.0.0-alpha.
|
|
53
|
-
"@jupyterlab/cells": "^4.0.0-alpha.
|
|
54
|
-
"@jupyterlab/codeeditor": "^4.0.0-alpha.
|
|
55
|
-
"@jupyterlab/codemirror": "^4.0.0-alpha.
|
|
56
|
-
"@jupyterlab/console": "^4.0.0-alpha.
|
|
57
|
-
"@jupyterlab/coreutils": "^6.0.0-alpha.
|
|
58
|
-
"@jupyterlab/docregistry": "^4.0.0-alpha.
|
|
59
|
-
"@jupyterlab/fileeditor": "^4.0.0-alpha.
|
|
60
|
-
"@jupyterlab/notebook": "^4.0.0-alpha.
|
|
61
|
-
"@jupyterlab/observables": "^5.0.0-alpha.
|
|
62
|
-
"@jupyterlab/rendermime": "^4.0.0-alpha.
|
|
63
|
-
"@jupyterlab/services": "^7.0.0-alpha.
|
|
64
|
-
"@jupyterlab/translation": "^4.0.0-alpha.
|
|
65
|
-
"@jupyterlab/ui-components": "^4.0.0-alpha.
|
|
51
|
+
"@jupyterlab/application": "^4.0.0-alpha.3",
|
|
52
|
+
"@jupyterlab/apputils": "^4.0.0-alpha.3",
|
|
53
|
+
"@jupyterlab/cells": "^4.0.0-alpha.3",
|
|
54
|
+
"@jupyterlab/codeeditor": "^4.0.0-alpha.3",
|
|
55
|
+
"@jupyterlab/codemirror": "^4.0.0-alpha.3",
|
|
56
|
+
"@jupyterlab/console": "^4.0.0-alpha.3",
|
|
57
|
+
"@jupyterlab/coreutils": "^6.0.0-alpha.3",
|
|
58
|
+
"@jupyterlab/docregistry": "^4.0.0-alpha.3",
|
|
59
|
+
"@jupyterlab/fileeditor": "^4.0.0-alpha.3",
|
|
60
|
+
"@jupyterlab/notebook": "^4.0.0-alpha.3",
|
|
61
|
+
"@jupyterlab/observables": "^5.0.0-alpha.3",
|
|
62
|
+
"@jupyterlab/rendermime": "^4.0.0-alpha.3",
|
|
63
|
+
"@jupyterlab/services": "^7.0.0-alpha.3",
|
|
64
|
+
"@jupyterlab/translation": "^4.0.0-alpha.3",
|
|
65
|
+
"@jupyterlab/ui-components": "^4.0.0-alpha.18",
|
|
66
66
|
"@lumino/algorithm": "^1.9.1",
|
|
67
67
|
"@lumino/commands": "^1.19.0",
|
|
68
68
|
"@lumino/coreutils": "^1.11.1",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@babel/core": "^7.10.2",
|
|
80
80
|
"@babel/preset-env": "^7.10.2",
|
|
81
|
-
"@jupyterlab/testutils": "^4.0.0-alpha.
|
|
81
|
+
"@jupyterlab/testutils": "^4.0.0-alpha.3",
|
|
82
82
|
"@types/codemirror": "^0.0.109",
|
|
83
83
|
"@types/jest": "^26.0.10",
|
|
84
84
|
"@types/react-dom": "^17.0.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"shell-quote": "^1.7.2",
|
|
93
93
|
"text-encoding": "^0.7.0",
|
|
94
94
|
"ts-jest": "^26.3.0",
|
|
95
|
-
"typedoc": "~0.
|
|
95
|
+
"typedoc": "~0.22.10",
|
|
96
96
|
"typescript": "~4.5.2"
|
|
97
97
|
},
|
|
98
98
|
"publishConfig": {
|
package/style/icons.css
CHANGED
|
@@ -14,14 +14,14 @@ button.jp-Button.jp-mod-minimal.jp-TreeView.jp-TableView {
|
|
|
14
14
|
|
|
15
15
|
button.jp-Button.jp-mod-minimal.jp-TreeView:hover {
|
|
16
16
|
cursor: pointer;
|
|
17
|
-
background-color: var(--jp-layout-
|
|
17
|
+
background-color: var(--jp-layout-color2);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
button.jp-Button.jp-mod-minimal.jp-TableView:hover {
|
|
21
21
|
cursor: pointer;
|
|
22
|
-
background-color: var(--jp-layout-
|
|
22
|
+
background-color: var(--jp-layout-color2);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.jp-ViewModeSelected {
|
|
26
|
-
background-color: var(--jp-layout-
|
|
26
|
+
background-color: var(--jp-layout-color2);
|
|
27
27
|
}
|