1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

upgrade @redis/client

This commit is contained in:
Leibale
2023-11-09 22:31:49 -05:00
parent 0568f46352
commit 74f6451792
7 changed files with 14 additions and 13 deletions

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