Skip to content

Commit

Permalink
post rebase yarn i
Browse files Browse the repository at this point in the history
  • Loading branch information
luketchang committed Sep 6, 2023
1 parent fed86ea commit f23d974
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4132,8 +4132,10 @@ __metadata:
"@nocturne-xyz/core": "workspace:^"
"@nocturne-xyz/deploy": "workspace:^"
"@nocturne-xyz/deposit-screener": "workspace:^"
"@nocturne-xyz/insertion-writer": "workspace:^"
"@nocturne-xyz/local-prover": "workspace:^"
"@nocturne-xyz/offchain-utils": "workspace:^"
"@nocturne-xyz/persistent-log": "workspace:^"
"@nocturne-xyz/subtree-updater": "workspace:^"
"@types/chai": ^4.3.3
"@types/dockerode": ^3.3.14
Expand Down Expand Up @@ -4217,6 +4219,42 @@ __metadata:
languageName: unknown
linkType: soft

"@nocturne-xyz/insertion-writer@workspace:^, @nocturne-xyz/insertion-writer@workspace:actors/insertion-writer":
version: 0.0.0-use.local
resolution: "@nocturne-xyz/insertion-writer@workspace:actors/insertion-writer"
dependencies:
"@nocturne-xyz/config": "workspace:^"
"@nocturne-xyz/core": "workspace:^"
"@nocturne-xyz/offchain-utils": "workspace:^"
"@nocturne-xyz/persistent-log": "workspace:^"
"@types/bn.js": ^5.1.1
"@types/chai": ^4.3.4
"@types/commander": ^2.12.2
"@types/mocha": ^10.0.0
"@types/node": ^18.8.0
"@typescript-eslint/eslint-plugin": ^5.45.0
"@typescript-eslint/parser": ^5.44.0
chai: ^4.3.7
commander: ^9.4.1
concurrently: ^8.2.0
dotenv: ^16.0.3
eslint: ^8.28.0
eslint-config-prettier: ^8.5.0
find-yarn-workspace-root: ^2.0.0
ioredis: ^5.3.2
mocha: ^10.1.0
nodemon: ^3.0.1
prettier: ^2.8.8
redis-memory-server: ^0.6.0
ts-node: ^10.9.1
typescript: ^4.9.3
winston: ^3.8.2
wtfnode: ^0.9.1
bin:
insertion-writer-cli: dist/src/cli/index.js
languageName: unknown
linkType: soft

"@nocturne-xyz/local-prover@workspace:^, @nocturne-xyz/local-prover@workspace:packages/local-prover":
version: 0.0.0-use.local
resolution: "@nocturne-xyz/local-prover@workspace:packages/local-prover"
Expand Down Expand Up @@ -4270,7 +4308,7 @@ __metadata:
languageName: unknown
linkType: soft

"@nocturne-xyz/persistent-log@workspace:packages/persistent-log":
"@nocturne-xyz/persistent-log@workspace:^, @nocturne-xyz/persistent-log@workspace:packages/persistent-log":
version: 0.0.0-use.local
resolution: "@nocturne-xyz/persistent-log@workspace:packages/persistent-log"
dependencies:
Expand Down

0 comments on commit f23d974

Please sign in to comment.