Merge pull request #144 from ahmadk953/dependabot/npm_and_yarn/usehooks-ts-3.1.0

Bump usehooks-ts from 3.0.2 to 3.1.0
This commit is contained in:
Ahmad 2024-04-04 14:12:56 -04:00 committed by GitHub
commit 3424099e91
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

@ -42,7 +42,7 @@
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"usehooks-ts": "^3.0.2",
"usehooks-ts": "^3.1.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
@ -6827,9 +6827,9 @@
}
},
"node_modules/usehooks-ts": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.0.2.tgz",
"integrity": "sha512-qJScCj8YOxa8RV3Iz2T+2IsydLG0EID5FouTGE7aNFEpFlCXmRrnJiPCESDArKr1FLTaUQSfDQ43UDn7yMLExw==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.0.tgz",
"integrity": "sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw==",
"dependencies": {
"lodash.debounce": "^4.0.8"
},

View file

@ -45,7 +45,7 @@
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"usehooks-ts": "^3.0.2",
"usehooks-ts": "^3.1.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},