Skip to content

Commit

Permalink
chore: remove unused dep (#10295)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
TomAFrench authored Dec 2, 2024
1 parent 05c9e5d commit 2a07355
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion yarn-project/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@
"engines": {
"node": ">=18"
}
}
}
2 changes: 1 addition & 1 deletion yarn-project/circuits.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@
]
]
}
}
}
1 change: 0 additions & 1 deletion yarn-project/txe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
},
"dependencies": {
"@aztec/accounts": "workspace:^",
"@aztec/archiver": "workspace:^",
"@aztec/aztec.js": "workspace:^",
"@aztec/circuit-types": "workspace:^",
"@aztec/circuits.js": "workspace:^",
Expand Down
3 changes: 0 additions & 3 deletions yarn-project/txe/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{
"path": "../accounts"
},
{
"path": "../archiver"
},
{
"path": "../aztec.js"
},
Expand Down
1 change: 0 additions & 1 deletion yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:^"
Expand Down

0 comments on commit 2a07355

Please sign in to comment.