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

Updated the Bloom package to use client@5.0.0-next.5

This commit is contained in:
dmaier-redislabs
2024-10-15 17:34:46 +02:00
parent dca39e1402
commit accc5c47a8

View File

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