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-next.6

This commit is contained in:
dmaier-redislabs
2025-01-30 11:12:56 +02:00
parent c0da3db8cf
commit 153346b9aa

View File

@@ -12,7 +12,7 @@
"test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'"
},
"peerDependencies": {
"@redis/client": "^5.0.0-next.5"
"@redis/client": "^5.0.0-next.6"
},
"devDependencies": {
"@redis/test-utils": "*"