Skip to content

Commit 6710e4d

Browse files
Merge pull request ethereum-optimism#2669 from ethereum-optimism/fix/deps
contracts-bedrock: move core-utils to deps
2 parents a53c451 + 07a84ae commit 6710e4d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tricky-hotels-crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@eth-optimism/contracts-bedrock': patch
3+
---
4+
5+
Move core-utils to deps instead of devdeps

packages/contracts-bedrock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"deployments/**/*.json"
1414
],
1515
"dependencies": {
16+
"@eth-optimism/core-utils": "^0.8.6",
1617
"@openzeppelin/contracts": "^4.5.0",
1718
"@openzeppelin/contracts-upgradeable": "^4.5.2",
1819
"ethers": "^5.6.8",
@@ -40,7 +41,6 @@
4041
"lint": "yarn lint:fix && yarn lint:check"
4142
},
4243
"devDependencies": {
43-
"@eth-optimism/core-utils": "^0.8.6",
4444
"@foundry-rs/hardhat-forge": "^0.1.5",
4545
"@nomiclabs/hardhat-ethers": "^2.0.0",
4646
"@nomiclabs/hardhat-etherscan": "^2.1.3",

0 commit comments

Comments
 (0)