From 74f2033c78d920c7416dad284ee9cf1e678d88c6 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:16:29 +0000 Subject: [PATCH] fix: lockfile --- yarn-project/aztec-node/package.json | 2 +- yarn-project/aztec-node/tsconfig.json | 3 +++ yarn-project/p2p/tsconfig.json | 3 +++ yarn-project/yarn.lock | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/yarn-project/aztec-node/package.json b/yarn-project/aztec-node/package.json index 3e25d04baf23..bfcfab7fb3dd 100644 --- a/yarn-project/aztec-node/package.json +++ b/yarn-project/aztec-node/package.json @@ -68,8 +68,8 @@ "@aztec/bb-prover": "workspace:^", "@aztec/circuit-types": "workspace:^", "@aztec/circuits.js": "workspace:^", - "@aztec/ethereum": "workspace:^", "@aztec/epoch-cache": "workspace:^", + "@aztec/ethereum": "workspace:^", "@aztec/foundation": "workspace:^", "@aztec/kv-store": "workspace:^", "@aztec/merkle-tree": "workspace:^", diff --git a/yarn-project/aztec-node/tsconfig.json b/yarn-project/aztec-node/tsconfig.json index e179f91e9e91..2f5e8c847ce1 100644 --- a/yarn-project/aztec-node/tsconfig.json +++ b/yarn-project/aztec-node/tsconfig.json @@ -18,6 +18,9 @@ { "path": "../circuits.js" }, + { + "path": "../epoch-cache" + }, { "path": "../ethereum" }, diff --git a/yarn-project/p2p/tsconfig.json b/yarn-project/p2p/tsconfig.json index dbffd3db0465..e24bd0fd1650 100644 --- a/yarn-project/p2p/tsconfig.json +++ b/yarn-project/p2p/tsconfig.json @@ -12,6 +12,9 @@ { "path": "../circuits.js" }, + { + "path": "../epoch-cache" + }, { "path": "../foundation" }, diff --git a/yarn-project/yarn.lock b/yarn-project/yarn.lock index bd38b7b96c18..77975b222524 100644 --- a/yarn-project/yarn.lock +++ b/yarn-project/yarn.lock @@ -152,6 +152,7 @@ __metadata: "@aztec/bb-prover": "workspace:^" "@aztec/circuit-types": "workspace:^" "@aztec/circuits.js": "workspace:^" + "@aztec/epoch-cache": "workspace:^" "@aztec/ethereum": "workspace:^" "@aztec/foundation": "workspace:^" "@aztec/kv-store": "workspace:^"