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

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

This commit is contained in:
H. Temelski
2025-03-25 10:28:15 +02:00
parent 8ab820c0db
commit 60b81ff7f0

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": "*"