From 43bd0d1f4e83358ff68c83d233462cdf294b77b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 22:27:34 +0000 Subject: [PATCH] Bump usehooks-ts from 2.5.3 to 2.7.2 Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 2.5.3 to 2.7.2. - [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.2) --- 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..3aeee40 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.2", "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.2", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.7.2.tgz", + "integrity": "sha512-DeLqSnGg9VvpwPZA+6lKVURJKM9EBu7bbIXuYclQ9COO3w4lacnJa0uP0iJbC/lAmY7GlmPinjZfGNNmDTlUpg==", "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.2", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.7.2.tgz", + "integrity": "sha512-DeLqSnGg9VvpwPZA+6lKVURJKM9EBu7bbIXuYclQ9COO3w4lacnJa0uP0iJbC/lAmY7GlmPinjZfGNNmDTlUpg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 27e5dd3..53eec8c 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.2", "xml-formatter": "^2.6.1" } }