use-custom-compare
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -0,1 +1,8 @@ | ||
## [1.0.11](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.10...v1.0.11) (2020-12-10) | ||
### Bug Fixes | ||
* **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([7cf42b7](https://github.com/kotarella1110/use-custom-compare/commit/7cf42b732241f817a51a48a8185085c0c25a6b6d)) | ||
## [1.0.10](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.9...v1.0.10) (2020-11-20) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "use-custom-compare", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "It's React's useEffect/useMemo/useCallback hooks, except using custom comparison on the inputs, not reference equality", | ||
@@ -45,5 +45,5 @@ "main": "dist/use-custom-compare.js", | ||
"@semantic-release/git": "^9.0.0", | ||
"@testing-library/react-hooks": "^3.4.2", | ||
"@types/jest": "^26.0.15", | ||
"@types/react": "^16.9.56", | ||
"@testing-library/react-hooks": "^3.7.0", | ||
"@types/jest": "^26.0.18", | ||
"@types/react": "^17.0.0", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
@@ -58,15 +58,15 @@ "commitizen": "^4.2.2", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-prettier": "^3.2.0", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"git-cz": "^4.7.4", | ||
"husky": "^4.3.0", | ||
"git-cz": "^4.7.6", | ||
"husky": "^5.0.4", | ||
"jest": "^25.5.4", | ||
"lint-staged": "^10.5.1", | ||
"prettier": "^2.2.0", | ||
"lint-staged": "^10.5.3", | ||
"prettier": "^2.2.1", | ||
"react": "^16.14.0", | ||
"react-test-renderer": "^16.14.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.33.3", | ||
"rollup-plugin-filesize": "^9.0.2", | ||
"rollup": "^2.34.2", | ||
"rollup-plugin-filesize": "^9.1.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
@@ -76,3 +76,3 @@ "rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"semantic-release": "^17.2.4", | ||
"semantic-release": "^17.3.0", | ||
"ts-jest": "^25.5.1", | ||
@@ -79,0 +79,0 @@ "typescript": "^3.9.7" |
33685