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

Updated the graph package to use client@5.0.0-next.6

This commit is contained in:
dmaier-redislabs
2025-01-30 11:18:54 +02:00
parent 0a748590a0
commit 81f5fc43b8

View File

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