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.1.0

This commit is contained in:
Nikolay Karadzhov
2025-05-20 16:03:07 +03:00
parent f2a3c1bf5c
commit a1b41e2dbc
2 changed files with 3 additions and 3 deletions

View File

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