released v3.9.5 (#384)

pull/381/head v3.9.5
jaywcjlove 2 years ago
parent 294093d60d
commit ce3b4ceb14

@ -1,5 +1,5 @@
/**!
* hotkeys-js v3.9.4
* hotkeys-js v3.9.5
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2022 kenny wong <wowohoo@qq.com>
@ -65,9 +65,11 @@ function compareArray(a1, a2) {
var _keyMap = {
backspace: 8,
'⌫': 8,
tab: 9,
clear: 12,
enter: 13,
'↩': 13,
return: 13,
esc: 27,
escape: 27,

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
/**!
* hotkeys-js v3.9.4
* hotkeys-js v3.9.5
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2022 kenny wong <wowohoo@qq.com>
@ -63,9 +63,11 @@ function compareArray(a1, a2) {
var _keyMap = {
backspace: 8,
'⌫': 8,
tab: 9,
clear: 12,
enter: 13,
'↩': 13,
return: 13,
esc: 27,
escape: 27,

4
dist/hotkeys.js vendored

@ -1,5 +1,5 @@
/**!
* hotkeys-js v3.9.4
* hotkeys-js v3.9.5
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2022 kenny wong <wowohoo@qq.com>
@ -69,9 +69,11 @@
var _keyMap = {
backspace: 8,
'⌫': 8,
tab: 9,
clear: 12,
enter: 13,
'↩': 13,
return: 13,
esc: 27,
escape: 27,

File diff suppressed because one or more lines are too long

1555
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
{
"name": "hotkeys-js",
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
"version": "3.9.4",
"version": "3.9.5",
"main": "index.js",
"types": "index.d.ts",
"module": "dist/hotkeys.esm.js",
@ -44,36 +44,36 @@
"testURL": "http://localhost/"
},
"devDependencies": {
"@babel/eslint-parser": "~7.17.0",
"@kkt/less-modules": "~7.1.2",
"@kkt/raw-modules": "~7.1.2",
"@kkt/scope-plugin-options": "~7.1.2",
"@babel/eslint-parser": "^7.18.9",
"@kkt/less-modules": "^7.2.0",
"@kkt/raw-modules": "^7.2.0",
"@kkt/scope-plugin-options": "^7.2.0",
"@rollup/plugin-babel": "~5.3.1",
"@rollup/plugin-commonjs": "~21.0.3",
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-commonjs": "~22.0.2",
"@rollup/plugin-node-resolve": "~13.3.0",
"@uiw/react-github-corners": "~1.5.14",
"@uiw/react-mac-keyboard": "~1.1.4",
"@uiw/react-markdown-preview": "~4.0.5",
"@uiw/react-shields": "~1.1.2",
"@wcj/dark-mode": "~1.0.14",
"@uiw/react-markdown-preview": "~4.0.24",
"@uiw/react-shields": "~1.1.3",
"@wcj/dark-mode": "~1.0.15",
"bannerjs": "~2.1.0",
"classnames": "~2.3.1",
"colors-cli": "~1.0.28",
"eslint": "~8.12.0",
"eslint": "~8.22.0",
"eslint-config-airbnb": "~19.0.4",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jsx-a11y": "~6.5.1",
"eslint-plugin-react": "~7.29.4",
"husky": "^7.0.0",
"eslint-plugin-jsx-a11y": "~6.6.1",
"eslint-plugin-react": "~7.30.1",
"husky": "~8.0.1",
"jest": "~27.5.1",
"kkt": "~7.1.6",
"lint-staged": "^12.3.7",
"kkt": "^7.2.0",
"lint-staged": "~13.0.3",
"puppeteer": "~13.5.2",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rimraf": "~3.0.2",
"rollup": "~2.70.1",
"uglify-js": "~3.15.3",
"rollup": "~2.78.1",
"uglify-js": "~3.17.0",
"zlib": "~1.0.5"
},
"browserslist": {

@ -22,4 +22,7 @@ a {
.wmde-markdown {
background-color: transparent !important;
img {
background-color: transparent !important;
}
}
Loading…
Cancel
Save