@masatomakino/fake-mouse-event
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@masatomakino/fake-mouse-event", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Fake mouse event generator with x/y properties for jsdom.", | ||
@@ -17,12 +17,12 @@ "main": "./bin/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.13.0", | ||
"@types/jest": "^29.5.1", | ||
"@types/node": "^20.1.4", | ||
"husky": "^8.0.3", | ||
"jest": "^29.4.3", | ||
"jest-environment-jsdom": "^29.4.3", | ||
"prettier": "^2.8.4", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"prettier": "^2.8.8", | ||
"pretty-quick": "^3.1.3", | ||
"ts-jest": "^29.0.5", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.0.4" | ||
}, | ||
@@ -32,4 +32,6 @@ "scripts": { | ||
"coverage": "jest --coverage", | ||
"preversion": "git checkout main && git pull && npm run build && npm test", | ||
"build": "tsc", | ||
"start:dev": "tsc -w" | ||
"start:dev": "tsc -w", | ||
"prepare": "husky install" | ||
}, | ||
@@ -36,0 +38,0 @@ "bugs": { |
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
11743