Skip to content

Commit

Permalink
Updated the main package to use the 5.0.0-next.5 sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaier-redislabs committed Oct 15, 2024
1 parent e01f849 commit 78a7f32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 78a7f32

Please sign in to comment.