Bump usehooks-ts from 2.15.1 to 2.16.0

Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 2.15.1 to 2.16.0.
- [Release notes](https://github.com/juliencrn/usehooks-ts/releases)
- [Commits](https://github.com/juliencrn/usehooks-ts/compare/usehooks-ts@2.15.1...usehooks-ts@2.16.0)

---
updated-dependencies:
- dependency-name: usehooks-ts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-07 17:44:55 +00:00 committed by GitHub
parent 55607a1b2f
commit 9fb82ee5d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -38,7 +38,7 @@
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"usehooks-ts": "^2.15.1",
"usehooks-ts": "^2.16.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
@ -6694,9 +6694,9 @@
}
},
"node_modules/usehooks-ts": {
"version": "2.15.1",
"resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.15.1.tgz",
"integrity": "sha512-AK29ODCt4FT9XleILNbkbjjmkRCNaQrgxQEkvqHjlnT76iPXzTFGvK2Y/s83JEdSxRp43YEnSa3bYBEV6HZ26Q==",
"version": "2.16.0",
"resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.16.0.tgz",
"integrity": "sha512-bez95WqYujxp6hFdM/CpRDiVPirZPxlMzOH2QB8yopoKQMXpscyZoxOjpEdaxvV+CAWUDSM62cWnqHE0E/MZ7w==",
"dependencies": {
"lodash.debounce": "^4.0.8"
},

View file

@ -41,7 +41,7 @@
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"usehooks-ts": "^2.15.1",
"usehooks-ts": "^2.16.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},