use-custom-compare
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,8 @@ | ||
## [1.0.6](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.5...v1.0.6) (2020-09-11) | ||
### Bug Fixes | ||
* **deps:** [security] bump node-fetch from 2.6.0 to 2.6.1 ([ae4afe5](https://github.com/kotarella1110/use-custom-compare/commit/ae4afe52d2a6794f7445ff4c26dd10a1f1977755)) | ||
## [1.0.5](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.4...v1.0.5) (2020-08-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "use-custom-compare", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "It's React's useEffect/useMemo/useCallback hooks, except using custom comparison on the inputs, not reference equality", | ||
@@ -46,4 +46,4 @@ "main": "dist/use-custom-compare.js", | ||
"@testing-library/react-hooks": "^3.4.1", | ||
"@types/jest": "^26.0.10", | ||
"@types/react": "^16.9.47", | ||
"@types/jest": "^26.0.13", | ||
"@types/react": "^16.9.49", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
@@ -62,5 +62,5 @@ "commitizen": "^4.2.1", | ||
"git-cz": "^4.7.1", | ||
"husky": "^4.2.5", | ||
"husky": "^4.3.0", | ||
"jest": "^25.5.4", | ||
"lint-staged": "^10.2.13", | ||
"lint-staged": "^10.3.0", | ||
"prettier": "^2.1.1", | ||
@@ -70,7 +70,7 @@ "react": "^16.13.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.26.6", | ||
"rollup": "^2.26.11", | ||
"rollup-plugin-filesize": "^9.0.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.3", | ||
"rollup-plugin-sourcemaps": "^0.6.2", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
@@ -77,0 +77,0 @@ "semantic-release": "^17.1.1", |
32216