Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "jestor", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Utility for creating mock implementation, defining how Jest mocks should behave", | ||
@@ -41,16 +41,16 @@ "type": "commonjs", | ||
"devDependencies": { | ||
"@commitlint/cli": "8.3.5", | ||
"@commitlint/config-conventional": "8.3.4", | ||
"@types/jest": "25.1.4", | ||
"codecov": "3.6.5", | ||
"husky": "4.2.3", | ||
"jest": "25.2.3", | ||
"lint-staged": "10.0.10", | ||
"@commitlint/cli": "9.1.1", | ||
"@commitlint/config-conventional": "9.1.1", | ||
"@types/jest": "26.0.7", | ||
"codecov": "3.7.2", | ||
"husky": "4.2.5", | ||
"jest": "26.2.1", | ||
"lint-staged": "10.2.11", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.0.2", | ||
"rollup": "2.2.0", | ||
"prettier": "2.0.5", | ||
"rollup": "2.23.0", | ||
"rollup-plugin-typescript": "1.0.1", | ||
"ts-jest": "25.2.1", | ||
"typescript": "3.8.3" | ||
"ts-jest": "26.1.4", | ||
"typescript": "3.9.7" | ||
} | ||
} |
14755