Skip to content

Commit 0c75e78

Browse files
Bump use-debounce
Bumps the frontends-prod group with 1 update in the /client directory: [use-debounce](https://github.com/xnimorz/use-debounce). Updates `use-debounce` from 10.1.0 to 10.1.1 - [Release notes](https://github.com/xnimorz/use-debounce/releases) - [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md) - [Commits](https://github.com/xnimorz/use-debounce/commits) --- updated-dependencies: - dependency-name: use-debounce dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontends-prod ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b24c302 commit 0c75e78

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-router-dom": "^7.13.2",
3232
"react-select": "^5.10.2",
3333
"react-tooltip": "^5.30.0",
34-
"use-debounce": "^10.1.0",
34+
"use-debounce": "^10.1.1",
3535
"zustand": "^5.0.12"
3636
},
3737
"devDependencies": {

client/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3378,10 +3378,10 @@ uri-js@^4.2.2:
33783378
dependencies:
33793379
punycode "^2.1.0"
33803380

3381-
use-debounce@^10.1.0:
3382-
version "10.1.0"
3383-
resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-10.1.0.tgz#966a6da947ca027705dc1f317f8e3ad163416330"
3384-
integrity sha512-lu87Za35V3n/MyMoEpD5zJv0k7hCn0p+V/fK2kWD+3k2u3kOCwO593UArbczg1fhfs2rqPEnHpULJ3KmGdDzvg==
3381+
use-debounce@^10.1.1:
3382+
version "10.1.1"
3383+
resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-10.1.1.tgz#b08b596b60a55fd4c18b44b37fdc02f058baf30a"
3384+
integrity sha512-kvds8BHR2k28cFsxW8k3nc/tRga2rs1RHYCqmmGqb90MEeE++oALwzh2COiuBLO1/QXiOuShXoSN2ZpWnMmvuQ==
33853385

33863386
use-isomorphic-layout-effect@^1.2.0:
33873387
version "1.2.1"

0 commit comments

Comments
 (0)