From ad9daf120df137bdfdbbeeccba78add9ee6f0ca4 Mon Sep 17 00:00:00 2001 From: John Alden Date: Thu, 8 Feb 2024 12:18:15 -0700 Subject: [PATCH] bump keyboard-layout and bump version --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58fa844..669bb18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@axosoft/atom-keymap", - "version": "8.2.15-gitkraken.3", + "version": "8.2.15-gitkraken.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@axosoft/atom-keymap", - "version": "8.2.15-gitkraken.3", + "version": "8.2.15-gitkraken.4", "license": "MIT", "dependencies": { - "@axosoft/keyboard-layout": "^2.0.19-gk.1", + "@axosoft/keyboard-layout": "^2.0.20-gk.1", "clear-cut": "^2", "emissary": "^1.1.0", "event-kit": "^1.0.0", @@ -48,12 +48,12 @@ } }, "node_modules/@axosoft/keyboard-layout": { - "version": "2.0.19-gk.1", - "resolved": "https://registry.npmjs.org/@axosoft/keyboard-layout/-/keyboard-layout-2.0.19-gk.1.tgz", - "integrity": "sha512-/Z329miGIqWPxlcCdDcqzzYnBOhwB0kRRYPvGolB6GWc9RmZPOMGjb66Crd4OnALvI4nO+ztsW7onakuhLUBRw==", + "version": "2.0.20-gk.1", + "resolved": "https://registry.npmjs.org/@axosoft/keyboard-layout/-/keyboard-layout-2.0.20-gk.1.tgz", + "integrity": "sha512-V9LisRy6CM2MTinAbwHhjmB3yxz7fbvT5tSd37BXKukHqe5nF3vmz5o7zCEHlfAeOC0NUXmUHJraklCei9gOmw==", "hasInstallScript": true, "dependencies": { - "@axosoft/nan": "^2.18.0-gk.1", + "@axosoft/nan": "^2.18.0-gk.2", "event-kit": "^2.0.0" } }, @@ -63,9 +63,9 @@ "integrity": "sha512-b7Qi1JNzY4BfAYfnIRanLk0DOD1gdkWHT4GISIn8Q2tAf3LpU8SP2CMwWaq40imYoKWbtN4ZhbSRxvsnikooZQ==" }, "node_modules/@axosoft/nan": { - "version": "2.18.0-gk.1", - "resolved": "https://registry.npmjs.org/@axosoft/nan/-/nan-2.18.0-gk.1.tgz", - "integrity": "sha512-rBLCaXNfzbM/XakZhvuambkKatlFBHVtAgiMKV/YmNZvcBKWocNGJSyXiDPUDHJ7fCTVgEe1h66vfzdE4vBJTQ==" + "version": "2.18.0-gk.2", + "resolved": "https://registry.npmjs.org/@axosoft/nan/-/nan-2.18.0-gk.2.tgz", + "integrity": "sha512-R85blIk4tODD/tIQ1nezCs4O6RhWzPqB1Ls79fBEfUtZ9Zgq5s2c5mPGmWiS2+wAXaw2YgRhsBfqLFURH9mcPw==" }, "node_modules/@malept/cross-spawn-promise": { "version": "1.1.1", @@ -8270,11 +8270,11 @@ }, "dependencies": { "@axosoft/keyboard-layout": { - "version": "2.0.19-gk.1", - "resolved": "https://registry.npmjs.org/@axosoft/keyboard-layout/-/keyboard-layout-2.0.19-gk.1.tgz", - "integrity": "sha512-/Z329miGIqWPxlcCdDcqzzYnBOhwB0kRRYPvGolB6GWc9RmZPOMGjb66Crd4OnALvI4nO+ztsW7onakuhLUBRw==", + "version": "2.0.20-gk.1", + "resolved": "https://registry.npmjs.org/@axosoft/keyboard-layout/-/keyboard-layout-2.0.20-gk.1.tgz", + "integrity": "sha512-V9LisRy6CM2MTinAbwHhjmB3yxz7fbvT5tSd37BXKukHqe5nF3vmz5o7zCEHlfAeOC0NUXmUHJraklCei9gOmw==", "requires": { - "@axosoft/nan": "^2.18.0-gk.1", + "@axosoft/nan": "^2.18.0-gk.2", "event-kit": "^2.0.0" }, "dependencies": { @@ -8286,9 +8286,9 @@ } }, "@axosoft/nan": { - "version": "2.18.0-gk.1", - "resolved": "https://registry.npmjs.org/@axosoft/nan/-/nan-2.18.0-gk.1.tgz", - "integrity": "sha512-rBLCaXNfzbM/XakZhvuambkKatlFBHVtAgiMKV/YmNZvcBKWocNGJSyXiDPUDHJ7fCTVgEe1h66vfzdE4vBJTQ==" + "version": "2.18.0-gk.2", + "resolved": "https://registry.npmjs.org/@axosoft/nan/-/nan-2.18.0-gk.2.tgz", + "integrity": "sha512-R85blIk4tODD/tIQ1nezCs4O6RhWzPqB1Ls79fBEfUtZ9Zgq5s2c5mPGmWiS2+wAXaw2YgRhsBfqLFURH9mcPw==" }, "@malept/cross-spawn-promise": { "version": "1.1.1", diff --git a/package.json b/package.json index 1cc58e8..cbfd7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axosoft/atom-keymap", - "version": "8.2.15-gitkraken.3", + "version": "8.2.15-gitkraken.4", "description": "Atom's DOM-aware keymap module", "main": "./lib/keymap-manager", "scripts": { @@ -22,7 +22,7 @@ }, "license": "MIT", "dependencies": { - "@axosoft/keyboard-layout": "^2.0.19-gk.1", + "@axosoft/keyboard-layout": "^2.0.20-gk.1", "clear-cut": "^2", "emissary": "^1.1.0", "event-kit": "^1.0.0",