Merge pull request #23 from ahmadk953/dependabot/npm_and_yarn/usehooks-ts-2.15.1

Bump usehooks-ts from 2.15.0 to 2.15.1
This commit is contained in:
Ahmad 2024-02-23 15:26:14 -05:00 committed by GitHub
commit cb3364bce6
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

@ -37,7 +37,7 @@
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"usehooks-ts": "^2.15.0",
"usehooks-ts": "^2.15.1",
"zod": "^3.22.4",
"zustand": "^4.5.1"
},
@ -6738,9 +6738,9 @@
}
},
"node_modules/usehooks-ts": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.15.0.tgz",
"integrity": "sha512-2bLQ632044hD1Hp879yAFOPabXfx7SbzEZYnpIiaCw6lTHiuvsNS1sc2UBVycasjvQImD6QsNERQXjKg7OuTaA==",
"version": "2.15.1",
"resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.15.1.tgz",
"integrity": "sha512-AK29ODCt4FT9XleILNbkbjjmkRCNaQrgxQEkvqHjlnT76iPXzTFGvK2Y/s83JEdSxRp43YEnSa3bYBEV6HZ26Q==",
"dependencies": {
"lodash.debounce": "^4.0.8"
},

View file

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