1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00

Updated the Bloom package to use client@5.0.0

This commit is contained in:
Nikolay Karadzhov
2025-04-30 17:00:26 +03:00
parent bf2b3752d6
commit 091244a32a

View File

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