Skip to content

Commit

Permalink
Merge pull request #285 from oasisprotocol/xz/move-contracts-dependen…
Browse files Browse the repository at this point in the history
…cies

Fix contracts dependencies
  • Loading branch information
aefhm authored Mar 15, 2024
2 parents dcc6f8a + 261c40e commit e20f025
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
8 changes: 5 additions & 3 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@oasisprotocol/sapphire-paratime": "workspace:^",
"@oasisprotocol/sapphire-hardhat": "workspace:^",
"@oasisprotocol/client": "^0.1.1-alpha.2",
"@openzeppelin/contracts": "^4.7.3",
"@oasisprotocol/sapphire-hardhat": "workspace:^",
"@oasisprotocol/sapphire-paratime": "workspace:^",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.3",
Expand All @@ -53,5 +52,8 @@
"ts-node": "^10.9.1",
"typechain": "^8.3.2",
"typescript": "^4.8.3"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
}
}
21 changes: 13 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e20f025

Please sign in to comment.