Skip to content

Commit

Permalink
remove uneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kothari committed Oct 11, 2023
1 parent f7beb68 commit 6ac2a3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions yarn-project/canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 0 additions & 15 deletions yarn-project/canary/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
5 changes: 0 additions & 5 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,7 @@ __metadata:
resolution: "@aztec/canary@workspace:canary"
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
"@rushstack/eslint-patch": ^1.1.4
"@types/jest": ^29.5.0
Expand Down

0 comments on commit 6ac2a3a

Please sign in to comment.