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

This commit is contained in:
H. Temelski
2025-03-25 10:30:08 +02:00
parent 5a2a61496e
commit c50892a7f7

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-next.6" "@redis/client": "^5.0.0-next.7"
}, },
"devDependencies": { "devDependencies": {
"@redis/test-utils": "*" "@redis/test-utils": "*"