Skip to content

Commit

Permalink
fix redis build
Browse files Browse the repository at this point in the history
  • Loading branch information
luketchang committed Sep 7, 2023
1 parent 1f09727 commit ad715d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Nocturne Snap",
"proposedName": "Nocturne Snap",
"source": {
"shasum": "uZV8UtdjkzUlbmwmXeptHPdc8dypaWeikPjtByVH2as=",
"shasum": "ypaIQ0jTZaj7C4HMOyXW4BR8sDnWqi9UairM04hhmxY=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
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 @@ -4723,7 +4723,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 @@ -4846,7 +4846,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 @@ -15157,7 +15157,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 @@ -15174,23 +15174,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 ad715d8

Please sign in to comment.