1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Updated the Search package to use client@5.1.1

This commit is contained in:
Nikolay Karadzhov
2025-05-28 16:24:32 +03:00
parent 8c7b384e6b
commit b2213d8132
2 changed files with 15 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
"test-sourcemap": "mocha -r ts-node/register/transpile-only './lib/**/*.spec.ts'"
},
"peerDependencies": {
"@redis/client": "^5.1.0"
"@redis/client": "^5.1.1"
},
"devDependencies": {
"@redis/test-utils": "*"