Skip to content

Commit

Permalink
fix redis build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
luketchang committed Sep 7, 2023
1 parent a596373 commit 7448898
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 24 deletions.
2 changes: 1 addition & 1 deletion actors/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"cors": "^2.8.5",
"ethers": "^5.7.2",
"express": "^4.18.2",
"ioredis": "^5.2.4",
"ioredis": "^5.3.1",
"morgan": "^1.10.0",
"winston": "^3.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion actors/insertion-writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@nocturne-xyz/persistent-log": "workspace:^",
"commander": "^9.4.1",
"dotenv": "^16.0.3",
"ioredis": "^5.3.2",
"ioredis": "^5.3.1",
"winston": "^3.8.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/persistent-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@nocturne-xyz/core": "workspace:^",
"bigint-json-serialization": "^1.0.1",
"ioredis": "^5.3.2",
"ioredis": "^5.3.1",
"winston": "^3.10.0"
},
"devDependencies": {
Expand Down
25 changes: 4 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4365,7 +4365,7 @@ __metadata:
ethers: ^5.7.2
express: ^4.18.2
find-yarn-workspace-root: ^2.0.0
ioredis: ^5.2.4
ioredis: ^5.3.1
mocha: ^10.1.0
morgan: ^1.10.0
nodemon: ^3.0.1
Expand Down Expand Up @@ -4722,7 +4722,7 @@ __metadata:
eslint: ^8.28.0
eslint-config-prettier: ^8.5.0
find-yarn-workspace-root: ^2.0.0
ioredis: ^5.3.2
ioredis: ^5.3.1
mocha: ^10.1.0
nodemon: ^3.0.1
prettier: ^2.8.8
Expand Down Expand Up @@ -4845,7 +4845,7 @@ __metadata:
chai-as-promised: ^7.1.1
eslint: ^7.32.0
eslint-config-prettier: ^8.8.0
ioredis: ^5.3.2
ioredis: ^5.3.1
mocha: ^10.1.0
prettier: ^2.8.8
ts-node: ^10.9.1
Expand Down Expand Up @@ -15156,7 +15156,7 @@ circomlibjs@nocturne-xyz/circomlibjs:
languageName: node
linkType: hard

"ioredis@npm:^5.2.4, ioredis@npm:^5.3.0, ioredis@npm:^5.3.1":
"ioredis@npm:^5.3.0, ioredis@npm:^5.3.1":
version: 5.3.1
resolution: "ioredis@npm:5.3.1"
dependencies:
Expand All @@ -15173,23 +15173,6 @@ circomlibjs@nocturne-xyz/circomlibjs:
languageName: node
linkType: hard

"ioredis@npm:^5.3.2":
version: 5.3.2
resolution: "ioredis@npm:5.3.2"
dependencies:
"@ioredis/commands": ^1.1.1
cluster-key-slot: ^1.1.0
debug: ^4.3.4
denque: ^2.1.0
lodash.defaults: ^4.2.0
lodash.isarguments: ^3.1.0
redis-errors: ^1.2.0
redis-parser: ^3.0.0
standard-as-callback: ^2.1.0
checksum: 9a23559133e862a768778301efb68ae8c2af3c33562174b54a4c2d6574b976e85c75a4c34857991af733e35c48faf4c356e7daa8fb0a3543d85ff1768c8754bc
languageName: node
linkType: hard

"ip@npm:^2.0.0":
version: 2.0.0
resolution: "ip@npm:2.0.0"
Expand Down

0 comments on commit 7448898

Please sign in to comment.