use-debouncy
Advanced tools
Comparing version 4.3.1 to 4.4.0
{ | ||
"name": "use-debouncy", | ||
"version": "4.3.1", | ||
"version": "4.4.0", | ||
"author": "Egor Avakumov", | ||
@@ -44,11 +44,11 @@ "description": "🌀 Small (~0.2kb) debounce effect hook for React with TypeScript support", | ||
"devDependencies": { | ||
"@commitlint/cli": "16.2.3", | ||
"@commitlint/config-conventional": "16.2.1", | ||
"@rollup/plugin-commonjs": "21.0.3", | ||
"@rollup/plugin-sucrase": "4.0.2", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@commitlint/cli": "16.3.0", | ||
"@commitlint/config-conventional": "16.2.4", | ||
"@rollup/plugin-commonjs": "21.1.0", | ||
"@rollup/plugin-sucrase": "4.0.4", | ||
"@semantic-release/changelog": "6.0.2", | ||
"@semantic-release/commit-analyzer": "9.0.2", | ||
"@semantic-release/exec": "6.0.3", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "8.0.4", | ||
"@semantic-release/github": "8.0.7", | ||
"@semantic-release/npm": "8.0.3", | ||
@@ -58,28 +58,27 @@ "@semantic-release/release-notes-generator": "10.0.3", | ||
"@size-limit/time": "7.0.8", | ||
"@stryker-mutator/core": "5.6.1", | ||
"@stryker-mutator/jest-runner": "5.6.1", | ||
"@stryker-mutator/typescript-checker": "5.6.1", | ||
"@testing-library/react-hooks": "7.0.2", | ||
"@types/react": "17.0.43", | ||
"@types/react-dom": "17.0.14", | ||
"@types/jest": "27.4.1", | ||
"@types/jest": "27.5.2", | ||
"@types/react": "17.0.52", | ||
"@types/react-dom": "17.0.18", | ||
"@typescript-eslint/eslint-plugin": "5.17.0", | ||
"@typescript-eslint/parser": "5.17.0", | ||
"@stryker-mutator/core": "5.6.1", | ||
"@stryker-mutator/jest-runner": "5.6.1", | ||
"@stryker-mutator/typescript-checker": "5.6.1", | ||
"bit-bin": "14.8.8", | ||
"cypress": "9.5.3", | ||
"eslint": "8.12.0", | ||
"cypress": "12.0.2", | ||
"eslint": "8.29.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-cypress": "2.12.1", | ||
"eslint-plugin-import": "2.25.4", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"eslint-plugin-react": "7.29.4", | ||
"eslint-plugin-react-hooks": "4.4.0", | ||
"eslint-plugin-unicorn": "37.0.1", | ||
"fast-check": "2.24.0", | ||
"husky": "7.0.4", | ||
"is-ci": "3.0.1", | ||
"prettier": "2.6.1", | ||
"jest": "27.5.1", | ||
"jest-environment-jsdom": "27.5.1", | ||
"prettier": "2.8.1", | ||
"pretty-quick": "3.1.3", | ||
"fast-check": "2.24.0", | ||
"react": "18.0.0", | ||
@@ -92,5 +91,5 @@ "react-dom": "18.0.0", | ||
"size-limit": "7.0.8", | ||
"typescript": "4.6.3", | ||
"ts-jest": "27.1.5", | ||
"ts-node": "10.7.0", | ||
"ts-jest": "27.1.4" | ||
"typescript": "4.6.3" | ||
}, | ||
@@ -102,10 +101,3 @@ "files": [ | ||
"access": "public" | ||
}, | ||
"bit": { | ||
"env": { | ||
"compiler": "bit.envs/compilers/react-typescript@3.1.54" | ||
}, | ||
"componentsDefaultDirectory": "components/{name}", | ||
"packageManager": "npm" | ||
} | ||
} |
@@ -39,10 +39,2 @@ # useDebouncy | ||
#### Import bit component | ||
[Check bit component here](https://bit.dev/eavam/use-debouncy/use-debounce) | ||
```sh | ||
bit import eavam.use-debouncy/use-debounce | ||
``` | ||
## Usage | ||
@@ -117,4 +109,4 @@ | ||
## License | ||
## License | ||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Feavam%2Fuse-debouncy.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Feavam%2Fuse-debouncy?ref=badge_large) | ||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Feavam%2Fuse-debouncy.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Feavam%2Fuse-debouncy?ref=badge_large) |
48
30923
111