Skip to content

Commit

Permalink
Merge pull request #121 from HausDAO/fix/packages
Browse files Browse the repository at this point in the history
move safe-deployments to package dependencies
  • Loading branch information
santteegt authored Jan 3, 2024
2 parents 1af2763 + 69655e8 commit eefeaa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daohaus/baal-contracts",
"version": "1.2.15",
"version": "1.2.16",
"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 @@ -66,7 +66,6 @@
"hardhat-contract-sizer": "^2.4.0",
"hardhat-deploy": "^0.11.25",
"hardhat-gas-reporter": "^1.0.9",
"safe-deployments": "^1.26.0",
"shx": "^0.3.4",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.0.0",
Expand All @@ -77,6 +76,7 @@
"@gnosis.pm/zodiac": "^3.3.7",
"@opengsn/contracts": "2.2.5",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0"
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"safe-deployments": "^1.26.0"
}
}

0 comments on commit eefeaa3

Please sign in to comment.