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.0.0

This commit is contained in:
Nikolay Karadzhov
2025-04-30 17:12:59 +03:00
parent b7147911de
commit c942f0eb9f

View File

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