Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
maintenance[contracts]: move various deps to dev deps (ethereum-optim…
Browse files Browse the repository at this point in the history
…ism#818)

* maintenance: move various deps to dev deps

* chore: add changeset
  • Loading branch information
smartcontracts authored May 10, 2021
1 parent 596746a commit 6132e7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-bears-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts': patch
---

Move various dependencies from primary deps to dev deps
11 changes: 5 additions & 6 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@
"@eth-optimism/core-utils": "^0.4.1",
"@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/contracts": "^5.0.5",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/contracts-upgradeable": "^3.3.0",
"@typechain/hardhat": "^1.0.1",
"ganache-core": "^2.13.2",
"glob": "^7.1.6",
"solidity-coverage": "^0.7.16"
"glob": "^7.1.6"
},
"devDependencies": {
"@codechecks/client": "0.1.10-beta",
Expand All @@ -63,6 +58,9 @@
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "1.0.0",
"@types/buffer-xor": "^2.0.0",
"@typechain/hardhat": "^1.0.1",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/contracts-upgradeable": "^3.3.0",
"@types/chai": "^4.2.17",
"@types/copyfiles": "^2.4.0",
"@types/glob": "^7.1.3",
Expand All @@ -71,6 +69,7 @@
"@types/mocha": "^8.2.2",
"@types/yargs": "^16.0.1",
"buffer-xor": "^2.0.2",
"ganache-core": "^2.13.2",
"chai": "^4.3.1",
"copyfiles": "^2.3.0",
"directory-tree": "^2.2.7",
Expand Down

0 comments on commit 6132e7a

Please sign in to comment.