Skip to content

Commit

Permalink
Merge pull request #122 from gnosis/safe-deployments-v1.5.0
Browse files Browse the repository at this point in the history
Update safe-deployments to v1.5.0
  • Loading branch information
germartinez authored Dec 15, 2021
2 parents c5e7fc2 + 5d32767 commit 84be2a0
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 131 deletions.
32 changes: 16 additions & 16 deletions packages/safe-core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-core-sdk",
"version": "1.1.1",
"version": "1.2.0",
"description": "Safe Core SDK",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -43,41 +43,41 @@
"devDependencies": {
"@gnosis.pm/safe-contracts-v1.2.0": "npm:@gnosis.pm/[email protected]",
"@gnosis.pm/safe-contracts-v1.3.0": "npm:@gnosis.pm/[email protected]",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@typechain/ethers-v5": "^8.0.4",
"@typechain/ethers-v5": "^8.0.5",
"@typechain/web3-v1": "^3.0.0",
"@types/chai": "^4.2.22",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.9",
"@types/node": "^16.11.13",
"@types/semver": "^7.3.9",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.1",
"dotenv": "^10.0.0",
"eslint": "^8.3.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.3.3",
"hardhat-deploy": "^0.8.6",
"ethers": "^5.5.2",
"hardhat": "^2.8.0",
"hardhat-deploy": "^0.9.14",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"ts-generator": "^0.1.1",
"ts-node": "^10.4.0",
"typechain": "^6.0.4",
"typescript": "^4.5.2",
"typechain": "^6.0.5",
"typescript": "^4.5.4",
"web3": "^1.6.1",
"yargs": "^17.0.1"
"yargs": "^17.3.0"
},
"lint-staged": {
"src/**/!(*test).ts": [
Expand All @@ -92,7 +92,7 @@
},
"dependencies": {
"@gnosis.pm/safe-core-sdk-types": "^0.1.1",
"@gnosis.pm/safe-deployments": "^1.4.0",
"@gnosis.pm/safe-deployments": "^1.5.0",
"ethereumjs-util": "^7.1.3",
"semver": "^7.3.5"
}
Expand Down
Loading

0 comments on commit 84be2a0

Please sign in to comment.