use-custom-compare
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,1 +1,8 @@ | ||
## [1.0.7](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.6...v1.0.7) (2020-10-17) | ||
### Bug Fixes | ||
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([5b683a4](https://github.com/kotarella1110/use-custom-compare/commit/5b683a407d3c1967ab42bab88e18d6ab61e5ef28)) | ||
## [1.0.6](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.5...v1.0.6) (2020-09-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "use-custom-compare", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "It's React's useEffect/useMemo/useCallback hooks, except using custom comparison on the inputs, not reference equality", | ||
@@ -41,36 +41,36 @@ "main": "dist/use-custom-compare.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^9.1.2", | ||
"@commitlint/config-conventional": "^9.1.2", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@testing-library/react-hooks": "^3.4.1", | ||
"@types/jest": "^26.0.13", | ||
"@types/react": "^16.9.49", | ||
"@testing-library/react-hooks": "^3.4.2", | ||
"@types/jest": "^26.0.14", | ||
"@types/react": "^16.9.52", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"commitizen": "^4.2.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"dequal": "^1.0.1", | ||
"dequal": "^2.0.2", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-typescript": "^7.2.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.20.6", | ||
"eslint-plugin-react-hooks": "^4.1.0", | ||
"eslint-plugin-react": "^7.21.4", | ||
"eslint-plugin-react-hooks": "^4.1.2", | ||
"git-cz": "^4.7.1", | ||
"husky": "^4.3.0", | ||
"jest": "^25.5.4", | ||
"lint-staged": "^10.3.0", | ||
"prettier": "^2.1.1", | ||
"react": "^16.13.1", | ||
"react-test-renderer": "^16.13.1", | ||
"lint-staged": "^10.4.0", | ||
"prettier": "^2.1.2", | ||
"react": "^16.14.0", | ||
"react-test-renderer": "^16.14.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.26.11", | ||
"rollup": "^2.31.0", | ||
"rollup-plugin-filesize": "^9.0.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.3", | ||
"rollup-plugin-sourcemaps": "^0.6.2", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"semantic-release": "^17.1.1", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"semantic-release": "^17.2.1", | ||
"ts-jest": "^25.5.1", | ||
@@ -92,5 +92,4 @@ "typescript": "^3.9.7" | ||
], | ||
"*.{md,json}": [ | ||
"prettier --write", | ||
"git add" | ||
"*.{md,json,yml}": [ | ||
"prettier --write" | ||
] | ||
@@ -97,0 +96,0 @@ }, |
32502