You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
upgrade subpackages
This commit is contained in:
20
package-lock.json
generated
20
package-lock.json
generated
@@ -8876,7 +8876,7 @@
|
||||
},
|
||||
"packages/bloom": {
|
||||
"name": "@redis/bloom",
|
||||
"version": "2.0.0-next.1",
|
||||
"version": "2.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@redis/test-utils": "*"
|
||||
@@ -8904,7 +8904,7 @@
|
||||
},
|
||||
"packages/graph": {
|
||||
"name": "@redis/graph",
|
||||
"version": "2.0.0-next.1",
|
||||
"version": "2.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@redis/test-utils": "*"
|
||||
@@ -8915,7 +8915,7 @@
|
||||
},
|
||||
"packages/json": {
|
||||
"name": "@redis/json",
|
||||
"version": "2.0.0-next.1",
|
||||
"version": "2.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@redis/test-utils": "*"
|
||||
@@ -8928,17 +8928,17 @@
|
||||
"version": "5.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redis/bloom": "2.0.0-next.1",
|
||||
"@redis/bloom": "2.0.0-next.2",
|
||||
"@redis/client": "2.0.0-next.4",
|
||||
"@redis/graph": "2.0.0-next.1",
|
||||
"@redis/json": "2.0.0-next.1",
|
||||
"@redis/search": "2.0.0-next.1",
|
||||
"@redis/time-series": "2.0.0-next.1"
|
||||
"@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"
|
||||
}
|
||||
},
|
||||
"packages/search": {
|
||||
"name": "@redis/search",
|
||||
"version": "2.0.0-next.1",
|
||||
"version": "2.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@redis/test-utils": "*"
|
||||
@@ -9017,7 +9017,7 @@
|
||||
},
|
||||
"packages/time-series": {
|
||||
"name": "@redis/time-series",
|
||||
"version": "2.0.0-next.1",
|
||||
"version": "2.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@redis/test-utils": "*"
|
||||
|
@@ -10,12 +10,12 @@
|
||||
"!dist/tsconfig.tsbuildinfo"
|
||||
],
|
||||
"dependencies": {
|
||||
"@redis/bloom": "2.0.0-next.1",
|
||||
"@redis/bloom": "2.0.0-next.2",
|
||||
"@redis/client": "2.0.0-next.4",
|
||||
"@redis/graph": "2.0.0-next.1",
|
||||
"@redis/json": "2.0.0-next.1",
|
||||
"@redis/search": "2.0.0-next.1",
|
||||
"@redis/time-series": "2.0.0-next.1"
|
||||
"@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"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user