@jupyterlab/shortcuts-extension
Advanced tools
Comparing version 0.14.1 to 0.15.0
{ | ||
"name": "@jupyterlab/shortcuts-extension", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"description": "JupyterLab - Shortcuts Extension", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.14.1", | ||
"@jupyterlab/coreutils": "^1.0.1", | ||
"@jupyterlab/application": "^0.15.0", | ||
"@jupyterlab/coreutils": "^1.0.2", | ||
"@phosphor/commands": "^1.4.0", | ||
@@ -37,0 +37,0 @@ "@phosphor/coreutils": "^1.3.0", |
@@ -43,3 +43,3 @@ { | ||
}, | ||
"command-palette:activate": { | ||
"apputils:activate-command-palette": { | ||
"default": { }, | ||
@@ -505,2 +505,11 @@ "properties": { | ||
}, | ||
"notebook:select-all": { | ||
"default": { }, | ||
"properties": { | ||
"command": { "default": "notebook:select-all" }, | ||
"keys": { "default": ["Accel A"] }, | ||
"selector": { "default": ".jp-Notebook:focus" } | ||
}, | ||
"type": "object" | ||
}, | ||
"notebook:split-cell-at-cursor": { | ||
@@ -583,3 +592,3 @@ "default": { }, | ||
"keys": { "default": ["Escape"] }, | ||
"selector": { "default": "body.jp-mod-tooltip .jp-CodeConsole" } | ||
"selector": { "default": "body.jp-mod-tooltip .jp-CodeConsole-promptCell" } | ||
}, | ||
@@ -586,0 +595,0 @@ "type": "object" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32221
765
+ Added@jupyterlab/application@0.15.4(transitive)
+ Added@jupyterlab/apputils@0.15.5(transitive)
+ Added@jupyterlab/codeeditor@0.15.8(transitive)
+ Added@jupyterlab/codemirror@0.15.4(transitive)
+ Added@jupyterlab/docregistry@0.15.5(transitive)
+ Added@jupyterlab/rendermime@0.15.4(transitive)
- Removed@jupyterlab/application@0.14.1(transitive)
- Removed@jupyterlab/apputils@0.14.1(transitive)
- Removed@jupyterlab/codeeditor@0.14.1(transitive)
- Removed@jupyterlab/codemirror@0.14.1(transitive)
- Removed@jupyterlab/docregistry@0.14.1(transitive)
- Removed@jupyterlab/rendermime@0.14.1(transitive)
Updated@jupyterlab/coreutils@^1.0.2