@react-hookz/web
Advanced tools
Comparing version 23.0.0 to 23.0.1
@@ -23,2 +23,3 @@ "use strict"; | ||
clearTimeout(timeout.current); | ||
timeout.current = undefined; | ||
} | ||
@@ -25,0 +26,0 @@ }); |
@@ -20,2 +20,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
clearTimeout(timeout.current); | ||
timeout.current = undefined; | ||
} | ||
@@ -22,0 +23,0 @@ }); |
{ | ||
"name": "@react-hookz/web", | ||
"version": "23.0.0", | ||
"version": "23.0.1", | ||
"description": "React hooks done right, for browser and SSR.", | ||
@@ -69,3 +69,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"js-cookie": "^3.0.1", | ||
"js-cookie": "^3.0.5", | ||
"react": "^16.8 || ^17 || ^18", | ||
@@ -80,5 +80,5 @@ "react-dom": "^16.8 || ^17 || ^18" | ||
"devDependencies": { | ||
"@babel/core": "^7.21.3", | ||
"@commitlint/cli": "^17.4.4", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@babel/core": "^7.21.8", | ||
"@commitlint/cli": "^17.6.0", | ||
"@commitlint/config-conventional": "^17.6.3", | ||
"@commitlint/cz-commitlint": "^17.5.0", | ||
@@ -88,6 +88,6 @@ "@jamesacarr/jest-reporter-github-actions": "^0.0.4", | ||
"@react-hookz/eslint-formatter-gha": "^1.0.1", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.7", | ||
"@storybook/addon-docs": "^6.5.15", | ||
"@storybook/addon-docs": "^6.5.16", | ||
"@storybook/addon-essentials": "^6.5.16", | ||
@@ -102,6 +102,6 @@ "@storybook/addon-links": "^6.5.16", | ||
"@storybook/theming": "^6.5.16", | ||
"@swc/core": "^1.3.42", | ||
"@swc/jest": "^0.2.24", | ||
"@swc/core": "^1.3.59", | ||
"@swc/jest": "^0.2.26", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/jest": "^29.5.0", | ||
"@types/jest": "^29.5.1", | ||
"@types/js-cookie": "^3.0.3", | ||
@@ -112,14 +112,14 @@ "@types/react": "^18.0.17", | ||
"commitizen": "^4.3.0", | ||
"commitlint": "^17.5.0", | ||
"concurrently": "^7.6.0", | ||
"commitlint": "^17.6.3", | ||
"concurrently": "^8.0.1", | ||
"husky": "^8.0.3", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"js-cookie": "^3.0.1", | ||
"lint-staged": "^13.2.0", | ||
"prettier": "^2.8.6", | ||
"js-cookie": "^3.0.5", | ||
"lint-staged": "^13.2.2", | ||
"prettier": "^2.8.8", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"rimraf": "^4.4.1", | ||
"semantic-release": "^20.1.3", | ||
"rimraf": "^5.0.1", | ||
"semantic-release": "^21.0.2", | ||
"ts-node": "^10.9.1", | ||
@@ -126,0 +126,0 @@ "ttypescript": "^1.5.15", |
@@ -266,2 +266,10 @@ <div align="center"> | ||
<td align="center"> | ||
<a href="https://github.com/akd-io"> | ||
<img src="https://avatars.githubusercontent.com/u/30059155?v=4" width="100;" alt="akd-io"/> | ||
<br /> | ||
<sub><b>Anders Kjær Damgaard</b></sub> | ||
</a> | ||
</td></tr> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/axelboc"> | ||
@@ -272,4 +280,3 @@ <img src="https://avatars.githubusercontent.com/u/2936402?v=4" width="100;" alt="axelboc"/> | ||
</a> | ||
</td></tr> | ||
<tr> | ||
</td> | ||
<td align="center"> | ||
@@ -323,3 +330,4 @@ <a href="https://github.com/lensbart"> | ||
</a> | ||
</td> | ||
</td></tr> | ||
<tr> | ||
<td align="center"> | ||
@@ -331,4 +339,3 @@ <a href="https://github.com/KonradLinkowski"> | ||
</a> | ||
</td></tr> | ||
<tr> | ||
</td> | ||
<td align="center"> | ||
@@ -349,2 +356,9 @@ <a href="https://github.com/MichalTarasiuk"> | ||
<td align="center"> | ||
<a href="https://github.com/paul-sachs"> | ||
<img src="https://avatars.githubusercontent.com/u/11449728?v=4" width="100;" alt="paul-sachs"/> | ||
<br /> | ||
<sub><b>Paul Sachs</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/fengkx"> | ||
@@ -351,0 +365,0 @@ <img src="https://avatars.githubusercontent.com/u/16515468?v=4" width="100;" alt="fengkx"/> |
285695
6357
367