From b90038c7982705f67c4d5bf8e030a1459e7e0726 Mon Sep 17 00:00:00 2001 From: Rahul Kothari Date: Wed, 11 Oct 2023 12:37:03 +0000 Subject: [PATCH] remove uneeded imports --- yarn-project/canary/package.json | 5 ----- yarn-project/canary/tsconfig.json | 15 --------------- 2 files changed, 20 deletions(-) diff --git a/yarn-project/canary/package.json b/yarn-project/canary/package.json index a4119bc5b1b5..4bdaf4e0495e 100644 --- a/yarn-project/canary/package.json +++ b/yarn-project/canary/package.json @@ -22,12 +22,7 @@ }, "dependencies": { "@aztec/aztec.js": "workspace:^", - "@aztec/circuits.js": "workspace:^", - "@aztec/cli": "workspace:^", "@aztec/end-to-end": "workspace:^", - "@aztec/foundation": "workspace:^", - "@aztec/l1-artifacts": "workspace:^", - "@aztec/noir-contracts": "workspace:^", "@jest/globals": "^29.5.0", "@types/jest": "^29.5.0", "@types/koa-static": "^4.0.2", diff --git a/yarn-project/canary/tsconfig.json b/yarn-project/canary/tsconfig.json index 36e240e97259..7621a9470044 100644 --- a/yarn-project/canary/tsconfig.json +++ b/yarn-project/canary/tsconfig.json @@ -22,24 +22,9 @@ { "path": "../aztec.js" }, - { - "path": "../circuits.js" - }, - { - "path": "../cli" - }, { "path": "../end-to-end" }, - { - "path": "../foundation" - }, - { - "path": "../l1-artifacts" - }, - { - "path": "../noir-contracts" - } ], "include": ["src"] }