|
|
|
@ -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": {
|
|
|
|
|