Commit d34c145b authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: remove dead dep

`core-utils` is no longer used as a dep for `contracts-bedrock`
Removing it will remove the need to build it each time before
building `contracts-bedrock`
parent bf04d9e4
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
"lint": "pnpm lint:fix && pnpm lint:check" "lint": "pnpm lint:fix && pnpm lint:check"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.12.1",
"@openzeppelin/contracts": "4.7.3", "@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3", "@openzeppelin/contracts-upgradeable": "4.7.3",
"@rari-capital/solmate": "github:transmissions11/solmate#8f9b23f8838670afda0fd8983f2c41e8037ae6bc", "@rari-capital/solmate": "github:transmissions11/solmate#8f9b23f8838670afda0fd8983f2c41e8037ae6bc",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment