@rwh/keystrokes
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "@rwh/keystrokes", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Keystrokes is an easy to use library for binding functions to keys and key combos. It can be used with any TypeScript or JavaScript project, even in non-browser environments.", | ||
@@ -41,12 +41,12 @@ "type": "module", | ||
"@rollup/plugin-typescript": "^11.1.2", | ||
"@types/node": "^20.4.4", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"@types/node": "^20.4.6", | ||
"@typescript-eslint/eslint-plugin": "^6.2.1", | ||
"@typescript-eslint/parser": "^6.2.1", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"prettier": "^3.0.0", | ||
"prettier": "^3.0.1", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.6", | ||
"vitest": "^0.33.0" | ||
"vite": "^4.4.8", | ||
"vitest": "^0.34.1" | ||
}, | ||
@@ -53,0 +53,0 @@ "scripts": { |
100870
13
667