@jupyterlab/debugger 4.0.2 → 4.0.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/debugger",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "JupyterLab - Debugger Extension",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -52,21 +52,21 @@
52
52
  "@codemirror/state": "^6.2.0",
53
53
  "@codemirror/view": "^6.9.6",
54
54
  "@jupyter/ydoc": "^1.0.2",
55
- "@jupyterlab/application": "^4.0.2",
56
- "@jupyterlab/apputils": "^4.1.2",
57
- "@jupyterlab/cells": "^4.0.2",
58
- "@jupyterlab/codeeditor": "^4.0.2",
59
- "@jupyterlab/codemirror": "^4.0.2",
60
- "@jupyterlab/console": "^4.0.2",
61
- "@jupyterlab/coreutils": "^6.0.2",
62
- "@jupyterlab/docregistry": "^4.0.2",
63
- "@jupyterlab/fileeditor": "^4.0.2",
64
- "@jupyterlab/notebook": "^4.0.2",
65
- "@jupyterlab/observables": "^5.0.2",
66
- "@jupyterlab/rendermime": "^4.0.2",
67
- "@jupyterlab/services": "^7.0.2",
68
- "@jupyterlab/translation": "^4.0.2",
69
- "@jupyterlab/ui-components": "^4.0.2",
55
+ "@jupyterlab/application": "^4.0.4",
56
+ "@jupyterlab/apputils": "^4.1.4",
57
+ "@jupyterlab/cells": "^4.0.4",
58
+ "@jupyterlab/codeeditor": "^4.0.4",
59
+ "@jupyterlab/codemirror": "^4.0.4",
60
+ "@jupyterlab/console": "^4.0.4",
61
+ "@jupyterlab/coreutils": "^6.0.4",
62
+ "@jupyterlab/docregistry": "^4.0.4",
63
+ "@jupyterlab/fileeditor": "^4.0.4",
64
+ "@jupyterlab/notebook": "^4.0.4",
65
+ "@jupyterlab/observables": "^5.0.4",
66
+ "@jupyterlab/rendermime": "^4.0.4",
67
+ "@jupyterlab/services": "^7.0.4",
68
+ "@jupyterlab/translation": "^4.0.4",
69
+ "@jupyterlab/ui-components": "^4.0.4",
70
70
  "@lumino/algorithm": "^2.0.0",
71
71
  "@lumino/commands": "^2.1.1",
72
72
  "@lumino/coreutils": "^2.1.1",
@@ -80,7 +80,7 @@
80
80
  "react": "^18.2.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@jupyterlab/testing": "^4.0.2",
83
+ "@jupyterlab/testing": "^4.0.4",
84
84
  "@types/jest": "^29.2.0",
85
85
  "canvas": "^2.9.1",
86
86
  "jest": "^29.2.0",
package/style/index.css CHANGED
@@ -16,5 +16,4 @@
16
16
  @import url('~@jupyterlab/console/style/index.css');
17
17
  @import url('~@jupyterlab/fileeditor/style/index.css');
18
18
  @import url('~@jupyterlab/notebook/style/index.css');
19
-
20
19
  @import url('./base.css');
@@ -120,8 +120,8 @@
120
120
  visibility: hidden;
121
121
  z-index: -999;
122
122
  position: absolute;
123
- left: -999;
124
- top: -999;
123
+ left: -999px;
124
+ top: -999px;
125
125
  }
126
126
 
127
127
  .jp-DebuggerVariables-colorPalette .jp-mod-void {