Skip to content

Commit

Permalink
fix: pin version of protocol-reserver to 1.2.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Nov 28, 2023
1 parent 46e1327 commit 176a5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"resolutions": {
"scrypt.js": "https://registry.npmjs.org/@compound-finance/ethereumjs-wallet/-/ethereumjs-wallet-0.6.3.tgz",
"ganache-core": "github:compound-finance/ganache-core.git#jflatow/unbreak-fork",
"solidity-parser-antlr": "https://github.com/solidity-parser/parser#0.8.2"
"solidity-parser-antlr": "https://github.com/solidity-parser/parser#0.8.2",
"@venusprotocol/protocol-reserve": "1.2.0-dev.2"
},
"publishConfig": {
"access": "public",
Expand Down
17 changes: 0 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3052,23 +3052,6 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/protocol-reserve@npm:^1.1.0":
version: 1.1.0
resolution: "@venusprotocol/protocol-reserve@npm:1.1.0"
dependencies:
"@nomiclabs/hardhat-ethers": ^2.2.3
"@openzeppelin/contracts": ^4.8.3
"@openzeppelin/contracts-upgradeable": ^4.8.3
"@openzeppelin/hardhat-upgrades": ^1.21.0
"@solidity-parser/parser": ^0.13.2
"@venusprotocol/solidity-utilities": ^1.0.1
ethers: ^5.7.0
hardhat-deploy: ^0.11.14
module-alias: ^2.2.2
checksum: 86e2da20ddb3824603c1f5e0931cc4715cd442624a03cc0fed7633ecbb5f2cab9a04ca5dcec805a4d9b0e04904799286210299f39935034f9fe85155f7b56da3
languageName: node
linkType: hard

"@venusprotocol/solidity-utilities@npm:^1.0.1":
version: 1.0.1
resolution: "@venusprotocol/solidity-utilities@npm:1.0.1"
Expand Down

0 comments on commit 176a5e9

Please sign in to comment.