@jupyterlab/mainmenu-extension 4.6.1 → 4.6.2

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.
Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/schema/plugin.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/mainmenu-extension",
3
- "version": "4.6.1",
3
+ "version": "4.6.2",
4
4
  "description": "JupyterLab - Main Menu Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -37,16 +37,16 @@
37
37
  "watch": "tsc -b --watch"
38
38
  },
39
39
  "dependencies": {
40
- "@jupyterlab/application": "^4.6.1",
41
- "@jupyterlab/apputils": "^4.7.1",
42
- "@jupyterlab/coreutils": "^6.6.1",
43
- "@jupyterlab/docmanager": "^4.6.1",
44
- "@jupyterlab/filebrowser": "^4.6.1",
45
- "@jupyterlab/mainmenu": "^4.6.1",
46
- "@jupyterlab/services": "^7.6.1",
47
- "@jupyterlab/settingregistry": "^4.6.1",
48
- "@jupyterlab/translation": "^4.6.1",
49
- "@jupyterlab/ui-components": "^4.6.1",
40
+ "@jupyterlab/application": "^4.6.2",
41
+ "@jupyterlab/apputils": "^4.7.2",
42
+ "@jupyterlab/coreutils": "^6.6.2",
43
+ "@jupyterlab/docmanager": "^4.6.2",
44
+ "@jupyterlab/filebrowser": "^4.6.2",
45
+ "@jupyterlab/mainmenu": "^4.6.2",
46
+ "@jupyterlab/services": "^7.6.2",
47
+ "@jupyterlab/settingregistry": "^4.6.2",
48
+ "@jupyterlab/translation": "^4.6.2",
49
+ "@jupyterlab/ui-components": "^4.6.2",
50
50
  "@lumino/algorithm": "^2.0.4",
51
51
  "@lumino/coreutils": "^2.2.2",
52
52
  "@lumino/disposable": "^2.1.5",
@@ -278,14 +278,13 @@
278
278
  {
279
279
  "command": "editmenu:redo",
280
280
  "keys": ["Accel Shift Z"],
281
- "macKeys": [""],
282
281
  "selector": "[data-jp-undoer]"
283
282
  },
284
283
  {
285
284
  "command": "editmenu:redo",
286
285
  "winKeys": ["Ctrl Y"],
287
286
  "linuxKeys": ["Ctrl Y"],
288
- "keys": ["Accel Shift Z"],
287
+ "keys": [""],
289
288
  "selector": "[data-jp-undoer]"
290
289
  },
291
290
  {