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

Updated the timeseries package to use client@5.0.0-next.7

This commit is contained in:
H. Temelski
2025-03-25 10:31:40 +02:00
parent 17b3304323
commit abba2f8493

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