Skip to content

Commit d875d5e

Browse files
authored
fix(deps): update dependency usehooks-ts to v2.16.0
1 parent 16f71dd commit d875d5e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "18.3.1",
1313
"react-dom": "18.3.1",
1414
"rfdc": "^1.3.0",
15-
"usehooks-ts": "2.9.4",
15+
"usehooks-ts": "2.16.0",
1616
"web-vitals": "3.5.1"
1717
},
1818
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11026,10 +11026,12 @@ url-parse@^1.5.3:
1102611026
querystringify "^2.1.1"
1102711027
requires-port "^1.0.0"
1102811028

11029-
usehooks-ts@2.9.4:
11030-
version "2.9.4"
11031-
resolved "https://registry.yarnpkg.com/usehooks-ts/-/usehooks-ts-2.9.4.tgz#188c0428b60e37a7fdc599567c10ea44a77e1d11"
11032-
integrity sha512-VOSEbA+BGGORLttsICowNb5CG0D2/IEoVvMEl9OuuOoQi99W6XuNipo3SPFhWo3Bhdwi0Swj1D+IMQDQB9KrwQ==
11029+
usehooks-ts@2.16.0:
11030+
version "2.16.0"
11031+
resolved "https://registry.yarnpkg.com/usehooks-ts/-/usehooks-ts-2.16.0.tgz#31deaa2f1147f65666aae925bd890b54e63b0d3f"
11032+
integrity sha512-bez95WqYujxp6hFdM/CpRDiVPirZPxlMzOH2QB8yopoKQMXpscyZoxOjpEdaxvV+CAWUDSM62cWnqHE0E/MZ7w==
11033+
dependencies:
11034+
lodash.debounce "^4.0.8"
1103311035

1103411036
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
1103511037
version "1.0.2"

0 commit comments

Comments
 (0)