Skip to content

Commit 70f3698

Browse files
Updated the Redis package to use client@5.0.0-next.6
1 parent 0f7e0f4 commit 70f3698

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/redis/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"!dist/tsconfig.tsbuildinfo"
1111
],
1212
"dependencies": {
13-
"@redis/bloom": "5.0.0-next.5",
14-
"@redis/client": "5.0.0-next.5",
15-
"@redis/graph": "5.0.0-next.5",
16-
"@redis/json": "5.0.0-next.5",
17-
"@redis/search": "5.0.0-next.5",
18-
"@redis/time-series": "5.0.0-next.5"
13+
"@redis/bloom": "5.0.0-next.6",
14+
"@redis/client": "5.0.0-next.6",
15+
"@redis/graph": "5.0.0-next.6",
16+
"@redis/json": "5.0.0-next.6",
17+
"@redis/search": "5.0.0-next.6",
18+
"@redis/time-series": "5.0.0-next.6"
1919
},
2020
"engines": {
2121
"node": ">= 18"

0 commit comments

Comments
 (0)