Commit 07a84aed authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: move core-utils to deps

It was previously in dev dependencies which could
cause problems for production builds
parent f921ab18
---
'@eth-optimism/contracts-bedrock': patch
---
Move core-utils to deps instead of devdeps
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"deployments/**/*.json" "deployments/**/*.json"
], ],
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.8.6",
"@openzeppelin/contracts": "^4.5.0", "@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2", "@openzeppelin/contracts-upgradeable": "^4.5.2",
"ethers": "^5.6.8", "ethers": "^5.6.8",
...@@ -40,7 +41,6 @@ ...@@ -40,7 +41,6 @@
"lint": "yarn lint:fix && yarn lint:check" "lint": "yarn lint:fix && yarn lint:check"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/core-utils": "^0.8.6",
"@foundry-rs/hardhat-forge": "^0.1.5", "@foundry-rs/hardhat-forge": "^0.1.5",
"@nomiclabs/hardhat-ethers": "^2.0.0", "@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.3", "@nomiclabs/hardhat-etherscan": "^2.1.3",
......
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