From fb8dcd5a8f0cc24d2dcc8e97c0093884dfba162d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 23:35:48 +0000 Subject: [PATCH] Bump usehooks-ts from 2.5.3 to 2.7.1 Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 2.5.3 to 2.7.1. - [Release notes](https://github.com/juliencrn/usehooks-ts/releases) - [Changelog](https://github.com/juliencrn/usehooks-ts/blob/master/CHANGELOG.md) - [Commits](https://github.com/juliencrn/usehooks-ts/compare/usehooks-ts@2.5.3...usehooks-ts@2.7.1) --- updated-dependencies: - dependency-name: usehooks-ts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++-------- package.json | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 127f077..7e20bbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "tabler-icons-react": "^1.48.1", "tsc-watch": "^5.0.3", "typescript": "^4.7.4", - "usehooks-ts": "^2.5.3", + "usehooks-ts": "^2.7.1", "xml-formatter": "^2.6.1" } }, @@ -2985,12 +2985,17 @@ } }, "node_modules/usehooks-ts": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.5.3.tgz", - "integrity": "sha512-9R6gMpMSjW7twa1wpW67xYWhEB7UGyKj+8/CEN6RHPlJsdv4fmzDe8mB+Dn5ABcTWtFajqqm1uVpSPGTUQ715g==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.7.1.tgz", + "integrity": "sha512-7WgP5ELpmJ/5rZ4P+YnfhLXdiGf1Xpy4iLnjcifBGmwBWXBBa9FZRRHNOiJJw1NKIAU9LOaKaps4G3KXLPhZ6w==", "dev": true, + "engines": { + "node": ">=16.15.0", + "npm": ">=8" + }, "peerDependencies": { - "react": ">=16.8.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/v8-compile-cache": { @@ -5144,9 +5149,9 @@ } }, "usehooks-ts": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.5.3.tgz", - "integrity": "sha512-9R6gMpMSjW7twa1wpW67xYWhEB7UGyKj+8/CEN6RHPlJsdv4fmzDe8mB+Dn5ABcTWtFajqqm1uVpSPGTUQ715g==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.7.1.tgz", + "integrity": "sha512-7WgP5ELpmJ/5rZ4P+YnfhLXdiGf1Xpy4iLnjcifBGmwBWXBBa9FZRRHNOiJJw1NKIAU9LOaKaps4G3KXLPhZ6w==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 27e5dd3..967324b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "tabler-icons-react": "^1.48.1", "tsc-watch": "^5.0.3", "typescript": "^4.7.4", - "usehooks-ts": "^2.5.3", + "usehooks-ts": "^2.7.1", "xml-formatter": "^2.6.1" } }