stimulus-use
Advanced tools
Comparing version 0.25.1 to 0.25.2
{ | ||
"name": "stimulus-use", | ||
"version": "0.25.1", | ||
"version": "0.25.2", | ||
"description": "A collection of standard controllers and utilities for Stimulus", | ||
@@ -41,3 +41,2 @@ "main": "dist/index.umd.js", | ||
"cypress": "^5.4.0", | ||
"hotkeys-js": "^3.8.5", | ||
"html2js": "^0.2.0", | ||
@@ -84,3 +83,3 @@ "intersection-observer": "^0.11.0", | ||
"peerDependencies": { | ||
"hotkeys-js": ">3", | ||
"hotkeys-js": ">=3", | ||
"stimulus": ">=1.1.1 <3" | ||
@@ -93,3 +92,5 @@ }, | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
"hotkeys-js": ">=3" | ||
} | ||
} |
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
46
3
+ Addedhotkeys-js@>=3
+ Addedhotkeys-js@3.13.9(transitive)