Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
santteegt committed Jun 11, 2024
1 parent 58f0b07 commit ecba013
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 433 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daohaus/baal-contracts",
"version": "1.2.17",
"version": "1.2.18",
"description": "Lo, also it is the time of His rain.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,8 @@
"@ethersproject/providers": "^5.7.2",
"@gnosis.pm/safe-contracts": "^1.3.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
Expand All @@ -68,22 +69,22 @@
"chai-as-promised": "^7.1.1",
"dotenv": "^16.0.3",
"ethers": "^5.7.1",
"hardhat": "^2.11.2",
"hardhat": "2.22.3",
"hardhat-abi-exporter": "^2.10.0",
"hardhat-contract-sizer": "^2.4.0",
"hardhat-deploy": "^0.11.25",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.12.1",
"hardhat-gas-reporter": "^1.0.9",
"shx": "^0.3.4",
"solidity-coverage": "^0.8.2",
"solidity-coverage": "^0.8.6",
"ts-node": "^10.0.0",
"typechain": "^8.1.1",
"typescript": "^4.3.2"
},
"dependencies": {
"@gnosis.pm/zodiac": "^3.3.7",
"@opengsn/contracts": "2.2.5",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@openzeppelin/contracts": "4.8.3",
"@openzeppelin/contracts-upgradeable": "4.8.3",
"safe-deployments": "^1.26.0"
}
}
Loading

0 comments on commit ecba013

Please sign in to comment.