react-hot-keys
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "react-hot-keys", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "React component to listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts.", | ||
@@ -26,3 +26,4 @@ "author": "kenny wang <wowohoo@qq.com>", | ||
"peerDependencies": { | ||
"react": "15.x" | ||
"react": ">=16.0.0", | ||
"react-dom": ">=16.0.0" | ||
}, | ||
@@ -29,0 +30,0 @@ "devDependencies": { |
/*! | ||
* react-hot-keys v1.0.4 - https://jaywcjlove.github.io/react-hotkeys/ | ||
* react-hot-keys v1.0.6 - https://jaywcjlove.github.io/react-hotkeys/ | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ */ |
/*! | ||
* react-hot-keys v1.0.4 - https://jaywcjlove.github.io/react-hotkeys/ | ||
* react-hot-keys v1.0.6 - https://jaywcjlove.github.io/react-hotkeys/ | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86967
3