@rwh/react-keystrokes
Advanced tools
Comparing version 1.5.4 to 1.5.5
{ | ||
"name": "@rwh/react-keystrokes", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "React bindings for Keystrokes, 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.", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
"react": ">=17", | ||
"@rwh/keystrokes": "1.5.4" | ||
"@rwh/keystrokes": "1.5.5" | ||
}, | ||
@@ -63,5 +63,5 @@ "devDependencies": { | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.12", | ||
"vite": "^4.5.2", | ||
"vitest": "^0.34.1", | ||
"@rwh/keystrokes": "1.5.4" | ||
"@rwh/keystrokes": "1.5.5" | ||
}, | ||
@@ -68,0 +68,0 @@ "scripts": { |
23855