use-debouncy
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -0,1 +1,8 @@ | ||
## [2.1.7](https://github.com/eavam/use-debouncy/compare/v2.1.6...v2.1.7) (2020-07-09) | ||
### Bug Fixes | ||
* optimize e2e test and add more matrix in CI ([#63](https://github.com/eavam/use-debouncy/issues/63)) ([8939446](https://github.com/eavam/use-debouncy/commit/89394465015970f9eddf8574fcb3a7c0bbedbbf6)) | ||
## [2.1.6](https://github.com/eavam/use-debouncy/compare/v2.1.5...v2.1.6) (2020-07-05) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "use-debouncy", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"author": "Egor Avakumov", | ||
@@ -54,8 +54,8 @@ "description": "🌀Small (120 bytes) debounce effect hook for React with TypeScript support", | ||
"@testing-library/react-hooks": "3.3.0", | ||
"@types/jest": "26.0.3", | ||
"@types/jest": "26.0.4", | ||
"@types/jest-in-case": "1.0.2", | ||
"@types/react": "16.9.38", | ||
"@types/react-dom": "16.9.8", | ||
"@typescript-eslint/eslint-plugin": "3.5.0", | ||
"@typescript-eslint/parser": "3.5.0", | ||
"@typescript-eslint/eslint-plugin": "3.6.0", | ||
"@typescript-eslint/parser": "3.6.0", | ||
"bit-bin": "14.8.6", | ||
@@ -67,10 +67,9 @@ "eslint": "7.4.0", | ||
"eslint-plugin-react": "7.20.3", | ||
"eslint-plugin-react-hooks": "4.0.5", | ||
"eslint-plugin-react-hooks": "4.0.6", | ||
"eslint-plugin-unicorn": "20.1.0", | ||
"husky": "4.2.5", | ||
"jest": "26.1.0", | ||
"jest-in-case": "1.0.2", | ||
"jest-playwright-preset": "1.2.1", | ||
"parcel": "1.12.4", | ||
"playwright": "1.1.1", | ||
"playwright": "1.2.0", | ||
"prettier": "2.0.5", | ||
@@ -82,3 +81,3 @@ "pretty-quick": "2.0.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.19.0", | ||
"rollup": "2.21.0", | ||
"rollup-plugin-terser": "6.1.0", | ||
@@ -102,3 +101,4 @@ "semantic-release": "17.1.1", | ||
"path": "lib/index.js", | ||
"import": "{ useDebouncy }" | ||
"import": "{ useDebouncy }", | ||
"running": false | ||
}, | ||
@@ -109,3 +109,4 @@ { | ||
"path": "lib/index.es.js", | ||
"import": "{ useDebouncy }" | ||
"import": "{ useDebouncy }", | ||
"running": false | ||
} | ||
@@ -112,0 +113,0 @@ ], |
25962
46