use-custom-compare
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,8 @@ | ||
## [1.0.8](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.7...v1.0.8) (2020-10-30) | ||
### Bug Fixes | ||
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([1a7f917](https://github.com/kotarella1110/use-custom-compare/commit/1a7f91738c8d9800841585f00c0d504b819c3c64)) | ||
## [1.0.7](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.6...v1.0.7) (2020-10-17) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "use-custom-compare", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "It's React's useEffect/useMemo/useCallback hooks, except using custom comparison on the inputs, not reference equality", | ||
@@ -46,6 +46,6 @@ "main": "dist/use-custom-compare.js", | ||
"@testing-library/react-hooks": "^3.4.2", | ||
"@types/jest": "^26.0.14", | ||
"@types/react": "^16.9.52", | ||
"@types/jest": "^26.0.15", | ||
"@types/react": "^16.9.55", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"commitizen": "^4.2.1", | ||
"commitizen": "^4.2.2", | ||
"cz-conventional-changelog": "^3.3.0", | ||
@@ -55,12 +55,12 @@ "dequal": "^2.0.2", | ||
"eslint-config-airbnb-typescript": "^7.2.1", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.21.4", | ||
"eslint-plugin-react-hooks": "^4.1.2", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"git-cz": "^4.7.1", | ||
"husky": "^4.3.0", | ||
"jest": "^25.5.4", | ||
"lint-staged": "^10.4.0", | ||
"lint-staged": "^10.5.0", | ||
"prettier": "^2.1.2", | ||
@@ -70,9 +70,9 @@ "react": "^16.14.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.31.0", | ||
"rollup": "^2.32.1", | ||
"rollup-plugin-filesize": "^9.0.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.3", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"semantic-release": "^17.2.1", | ||
"rollup-plugin-typescript2": "^0.28.0", | ||
"semantic-release": "^17.2.2", | ||
"ts-jest": "^25.5.1", | ||
@@ -79,0 +79,0 @@ "typescript": "^3.9.7" |
32800