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

Updated the main package to use the 5.0.0-next.5 sub-packages

This commit is contained in:
dmaier-redislabs
2024-10-15 17:48:26 +02:00
parent e01f8496f9
commit 78a7f32e24

View File

@@ -10,12 +10,12 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@redis/bloom": "2.0.0-next.3",
"@redis/client": "2.0.0-next.4",
"@redis/graph": "2.0.0-next.2",
"@redis/json": "2.0.0-next.2",
"@redis/search": "2.0.0-next.2",
"@redis/time-series": "2.0.0-next.2"
"@redis/bloom": "5.0.0-next.5",
"@redis/client": "5.0.0-next.5",
"@redis/graph": "5.0.0-next.5",
"@redis/json": "5.0.0-next.5",
"@redis/search": "5.0.0-next.5",
"@redis/time-series": "5.0.0-next.5"
},
"engines": {
"node": ">= 18"