@housinganywhere/safe-redux
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@housinganywhere/safe-redux", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Create and handle safely typed actions", | ||
@@ -32,11 +32,11 @@ "main": "./dist/cmjs/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.13", | ||
"husky": "^2.4.0", | ||
"jest": "^24.8.0", | ||
"np": "^3.0.4", | ||
"@types/jest": "^24.0.18", | ||
"husky": "^3.0.5", | ||
"jest": "^24.9.0", | ||
"np": "^5.0.3", | ||
"prettier": "^1.18.2", | ||
"pretty-quick": "^1.11.0", | ||
"pretty-quick": "^1.11.1", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.5.1" | ||
"typescript": "^3.6.2" | ||
} | ||
} |