From 2a0735583eb1dfb8aad47daf6f70b267fc2eca20 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:13:35 +0000 Subject: [PATCH] chore: remove unused dep (#10295) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. --- yarn-project/accounts/package.json | 2 +- yarn-project/circuits.js/package.json | 2 +- yarn-project/txe/package.json | 1 - yarn-project/txe/tsconfig.json | 3 --- yarn-project/yarn.lock | 1 - 5 files changed, 2 insertions(+), 7 deletions(-) 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:^"