From cf8c797e2e461ee951f595a2de960942888e5bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 22:06:39 +0000 Subject: [PATCH] Bump usehooks-ts from 2.5.3 to 2.6.0 Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 2.5.3 to 2.6.0. - [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.6.0) --- updated-dependencies: - dependency-name: usehooks-ts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 127f077..72b4f9d 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.6.0", "xml-formatter": "^2.6.1" } }, @@ -2985,12 +2985,12 @@ } }, "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.6.0", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.6.0.tgz", + "integrity": "sha512-Kj/4oc2nOxRDGTDb2v1ZulF7+tpeXFuqI6cUesM0Vic7TPPDlFORxKh4ivsYg+NTvX/YbM+lhqqkfFTiIt23eg==", "dev": true, "peerDependencies": { - "react": ">=16.8.0" + "react": ">=16.9.0" } }, "node_modules/v8-compile-cache": { @@ -5144,9 +5144,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.6.0", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.6.0.tgz", + "integrity": "sha512-Kj/4oc2nOxRDGTDb2v1ZulF7+tpeXFuqI6cUesM0Vic7TPPDlFORxKh4ivsYg+NTvX/YbM+lhqqkfFTiIt23eg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 27e5dd3..9d230b8 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.6.0", "xml-formatter": "^2.6.1" } }