Skip to content

Commit 78a7f32

Browse files
Updated the main package to use the 5.0.0-next.5 sub-packages
1 parent e01f849 commit 78a7f32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: 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": "2.0.0-next.3",
14-
"@redis/client": "2.0.0-next.4",
15-
"@redis/graph": "2.0.0-next.2",
16-
"@redis/json": "2.0.0-next.2",
17-
"@redis/search": "2.0.0-next.2",
18-
"@redis/time-series": "2.0.0-next.2"
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"
1919
},
2020
"engines": {
2121
"node": ">= 18"

0 commit comments

Comments
 (0)