Site Search Update

This commit is contained in:
headlesdev
2025-05-20 17:40:29 +02:00
parent cd014f7de0
commit d1a289c4fa
6 changed files with 76 additions and 42 deletions

10
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"axios": "^1.9.0",
"bcryptjs": "^3.0.2",
"daisyui": "^5.0.35",
"fuse.js": "^7.1.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.511.0",
@@ -1379,6 +1380,15 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/fuse.js": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz",
"integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
"license": "Apache-2.0",
"engines": {
"node": ">=10"
}
},
"node_modules/get-intrinsic": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",