deps: ajoute use-debounce pour recherche

This commit is contained in:
2025-07-23 18:49:38 +04:00
parent 870f07669e
commit 60d7972420
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
"next-auth": "^5.0.0-beta.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtuoso": "^4.10.2"
"react-virtuoso": "^4.10.2",
"use-debounce": "^10.0.5"
},
"devDependencies": {
"eslint-config-xo-nextjs": "^6.0.0",
+5
View File
@@ -5006,6 +5006,11 @@ url-or-path@^2.3.0:
resolved "https://registry.yarnpkg.com/url-or-path/-/url-or-path-2.3.0.tgz#61a49523b96cec6764c9c37ba4762946f9c39dba"
integrity sha512-5g9xpEJKjbAY8ikLU3XFpEg3hRLGt6SbCQmDElb1AL7JTW6vMi5Na5e3dMvONHisIu9VHgMAADLHJ8EznYR2ow==
use-debounce@^10.0.5:
version "10.0.5"
resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-10.0.5.tgz#dfad6efbab981a9cff6c7cd8678509d1bc21e34f"
integrity sha512-Q76E3lnIV+4YT9AHcrHEHYmAd9LKwUAbPXDm7FlqVGDHiSOhX3RDjT8dm0AxbJup6WgOb1YEcKyCr11kBJR5KQ==
validate-npm-package-license@^3.0.1:
version "3.0.4"
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"