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

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

This commit is contained in:
dmaier-redislabs
2025-01-30 11:11:21 +02:00
parent 998b7f0ebd
commit 68e8973fd0

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