Fixes #23690: Update native-keymap to a version that supports detecting keyboard layout changes on X11

This commit is contained in:
Alexandru Dima 2021-10-13 23:41:46 +02:00
parent 3cce1d2c25
commit 1f660df97e
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
2 changed files with 5 additions and 5 deletions

View file

@ -72,7 +72,7 @@
"keytar": "7.2.0",
"minimist": "^1.2.5",
"native-is-elevated": "0.4.3",
"native-keymap": "2.3.0",
"native-keymap": "2.4.0",
"native-watchdog": "1.3.0",
"node-pty": "0.11.0-beta7",
"spdlog": "^0.13.0",

View file

@ -6885,10 +6885,10 @@ native-is-elevated@0.4.3:
resolved "https://registry.yarnpkg.com/native-is-elevated/-/native-is-elevated-0.4.3.tgz#f1071c4a821acc71d43f36ff8051d3816d832e1c"
integrity sha512-bHS3sCoh+raqFGIxmL/plER3eBQ+IEBy4RH/4uahhToZneTvqNKQrL0PgOTtnpL55XjBd3dy0pNtZMkCk0J48g==
native-keymap@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/native-keymap/-/native-keymap-2.3.0.tgz#8d55b20db56186d297ce8c246acaf507037055ac"
integrity sha512-B2DtkLmMLjuO/iAv1wTJWHeeigvJkKwpqL3cG24t+rXdPNPnNnREo7V+jWX+8zywSR/DRxuIHk/jAE5tsheonw==
native-keymap@2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/native-keymap/-/native-keymap-2.4.0.tgz#bba8714be2af004a58bdeadc23071b8980b13957"
integrity sha512-whsrnlUZW9Aj/GqLhzoXUx82DuCeRlxo7aE19PD0RuK/0hYM/imoSKT0O78qkGD2hDEERigsUXEWBonJ3uXPow==
native-watchdog@1.3.0:
version "1.3.0"