1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

Updated the Json package to use client@5.0.1

This commit is contained in:
Nikolay Karadzhov
2025-05-05 12:00:10 +03:00
parent 67cde227cc
commit 84680d6e5a

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