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

Updated the Search package to use client@5.0.1

This commit is contained in:
Nikolay Karadzhov
2025-05-05 12:01:39 +03:00
parent e99cd073b6
commit cc13ae298e

View File

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