diff --git a/yarn-project/accounts/package.json b/yarn-project/accounts/package.json index d73f4c9ebf3..6af84aee1c9 100644 --- a/yarn-project/accounts/package.json +++ b/yarn-project/accounts/package.json @@ -102,4 +102,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +} diff --git a/yarn-project/circuits.js/package.json b/yarn-project/circuits.js/package.json index 9406e50c6ee..009150b8807 100644 --- a/yarn-project/circuits.js/package.json +++ b/yarn-project/circuits.js/package.json @@ -99,4 +99,4 @@ ] ] } -} \ No newline at end of file +} diff --git a/yarn-project/txe/package.json b/yarn-project/txe/package.json index 47e82bd7428..efa06e6bf57 100644 --- a/yarn-project/txe/package.json +++ b/yarn-project/txe/package.json @@ -61,7 +61,6 @@ }, "dependencies": { "@aztec/accounts": "workspace:^", - "@aztec/archiver": "workspace:^", "@aztec/aztec.js": "workspace:^", "@aztec/circuit-types": "workspace:^", "@aztec/circuits.js": "workspace:^", diff --git a/yarn-project/txe/tsconfig.json b/yarn-project/txe/tsconfig.json index 13ce5efa699..175870ac9d6 100644 --- a/yarn-project/txe/tsconfig.json +++ b/yarn-project/txe/tsconfig.json @@ -9,9 +9,6 @@ { "path": "../accounts" }, - { - "path": "../archiver" - }, { "path": "../aztec.js" }, diff --git a/yarn-project/yarn.lock b/yarn-project/yarn.lock index cea030422b8..c2fe02e90d3 100644 --- a/yarn-project/yarn.lock +++ b/yarn-project/yarn.lock @@ -1224,7 +1224,6 @@ __metadata: resolution: "@aztec/txe@workspace:txe" dependencies: "@aztec/accounts": "workspace:^" - "@aztec/archiver": "workspace:^" "@aztec/aztec.js": "workspace:^" "@aztec/circuit-types": "workspace:^" "@aztec/circuits.js": "workspace:^"