From 47b907d0ff517bbfc965516fae2757d2424f5e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:29:53 +0000 Subject: [PATCH] Bump usehooks-ts from 3.1.0 to 3.1.1 Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/juliencrn/usehooks-ts/releases) - [Commits](https://github.com/juliencrn/usehooks-ts/compare/usehooks-ts@3.1.0...usehooks-ts@3.1.1) --- updated-dependencies: - dependency-name: usehooks-ts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6261a5fb..442af2dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "styled-components": "^6.1.13", "swagger-ui-react": "^5.17.14", "swr": "^2.2.5", - "usehooks-ts": "^3.1.0", + "usehooks-ts": "^3.1.1", "yaml": "^2.7.0", "zod": "^3.23.8" }, @@ -14681,9 +14681,10 @@ } }, "node_modules/usehooks-ts": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.0.tgz", - "integrity": "sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.1.tgz", + "integrity": "sha512-I4diPp9Cq6ieSUH2wu+fDAVQO43xwtulo+fKEidHUwZPnYImbtkTjzIJYcDcJqxgmX31GVqNFURodvcgHcW0pA==", + "license": "MIT", "dependencies": { "lodash.debounce": "^4.0.8" }, @@ -14691,7 +14692,7 @@ "node": ">=16.15.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19 || ^19.0.0-rc" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index b3f6daa8..bc7c276a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "styled-components": "^6.1.13", "swagger-ui-react": "^5.17.14", "swr": "^2.2.5", - "usehooks-ts": "^3.1.0", + "usehooks-ts": "^3.1.1", "yaml": "^2.7.0", "zod": "^3.23.8" },