Skip to content

Commit 69985c8

Browse files
authored
fix(deps): update dependency usehooks-ts to v2.16.0
1 parent cc41880 commit 69985c8

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
@@ -11102,10 +11102,12 @@ url-parse@^1.5.3:
1110211102
querystringify "^2.1.1"
1110311103
requires-port "^1.0.0"
1110411104

11105-
usehooks-ts@2.9.4:
11106-
version "2.9.4"
11107-
resolved "https://registry.yarnpkg.com/usehooks-ts/-/usehooks-ts-2.9.4.tgz#188c0428b60e37a7fdc599567c10ea44a77e1d11"
11108-
integrity sha512-VOSEbA+BGGORLttsICowNb5CG0D2/IEoVvMEl9OuuOoQi99W6XuNipo3SPFhWo3Bhdwi0Swj1D+IMQDQB9KrwQ==
11105+
usehooks-ts@2.16.0:
11106+
version "2.16.0"
11107+
resolved "https://registry.yarnpkg.com/usehooks-ts/-/usehooks-ts-2.16.0.tgz#31deaa2f1147f65666aae925bd890b54e63b0d3f"
11108+
integrity sha512-bez95WqYujxp6hFdM/CpRDiVPirZPxlMzOH2QB8yopoKQMXpscyZoxOjpEdaxvV+CAWUDSM62cWnqHE0E/MZ7w==
11109+
dependencies:
11110+
lodash.debounce "^4.0.8"
1110911111

1111011112
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
1111111113
version "1.0.2"

0 commit comments

Comments
 (0)