Commit 0ccd938
Enforce min version of w3c-keyname to be 1.1.8
Version below 1.1.8 has an issue when shortcuts with the Shift key
(e.g. CMD+Shift+Z) is not working properly in Chrome (maybe other
browsers too).
It's happening because w3c-keyname returns z (as a lowercase z)
instead of Z (uppercase Z) which is breaking those shortcuts.
Even though version 1.1.8 satisfies specified semver range of '^1.1.0'
tooling like yarn is not updating existing yarn locks... Solution
could be to manually amend yarn.lock/package-lock.json, but I think it
makes total sense to just force it in a package...
FIX: Upgrade `w3c-keyname` dependency to version 1.1.8 to prevent
users getting stuck with a buggy version.
Issue #11 parent b44e43d commit 0ccd938
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments