Skip to content

Commit 84be2a0

Browse files
authored
Merge pull request #122 from gnosis/safe-deployments-v1.5.0
Update safe-deployments to v1.5.0
2 parents c5e7fc2 + 5d32767 commit 84be2a0

File tree

2 files changed

+299
-131
lines changed

2 files changed

+299
-131
lines changed

packages/safe-core-sdk/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-core-sdk",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Safe Core SDK",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -43,41 +43,41 @@
4343
"devDependencies": {
4444
"@gnosis.pm/safe-contracts-v1.2.0": "npm:@gnosis.pm/safe-contracts@1.2.0",
4545
"@gnosis.pm/safe-contracts-v1.3.0": "npm:@gnosis.pm/safe-contracts@1.3.0",
46-
"@nomiclabs/hardhat-ethers": "^2.0.2",
46+
"@nomiclabs/hardhat-ethers": "^2.0.3",
4747
"@nomiclabs/hardhat-waffle": "^2.0.1",
4848
"@nomiclabs/hardhat-web3": "^2.0.0",
49-
"@typechain/ethers-v5": "^8.0.4",
49+
"@typechain/ethers-v5": "^8.0.5",
5050
"@typechain/web3-v1": "^3.0.0",
51-
"@types/chai": "^4.2.22",
51+
"@types/chai": "^4.3.0",
5252
"@types/chai-as-promised": "^7.1.4",
5353
"@types/mocha": "^9.0.0",
54-
"@types/node": "^16.11.9",
54+
"@types/node": "^16.11.13",
5555
"@types/semver": "^7.3.9",
5656
"@types/yargs": "^16.0.1",
57-
"@typescript-eslint/eslint-plugin": "^5.4.0",
58-
"@typescript-eslint/parser": "^5.4.0",
57+
"@typescript-eslint/eslint-plugin": "^5.7.0",
58+
"@typescript-eslint/parser": "^5.7.0",
5959
"chai": "^4.3.4",
6060
"chai-as-promised": "^7.1.1",
6161
"coveralls": "^3.1.1",
6262
"dotenv": "^10.0.0",
63-
"eslint": "^8.3.0",
63+
"eslint": "^8.4.1",
6464
"eslint-config-prettier": "^8.3.0",
6565
"eslint-plugin-prettier": "^4.0.0",
6666
"ethereum-waffle": "^3.4.0",
67-
"ethers": "^5.5.1",
68-
"hardhat": "^2.3.3",
69-
"hardhat-deploy": "^0.8.6",
67+
"ethers": "^5.5.2",
68+
"hardhat": "^2.8.0",
69+
"hardhat-deploy": "^0.9.14",
7070
"husky": "^7.0.4",
7171
"lint-staged": "^12.1.2",
7272
"mocha": "^9.1.3",
7373
"nyc": "^15.1.0",
74-
"prettier": "^2.4.1",
74+
"prettier": "^2.5.1",
7575
"ts-generator": "^0.1.1",
7676
"ts-node": "^10.4.0",
77-
"typechain": "^6.0.4",
78-
"typescript": "^4.5.2",
77+
"typechain": "^6.0.5",
78+
"typescript": "^4.5.4",
7979
"web3": "^1.6.1",
80-
"yargs": "^17.0.1"
80+
"yargs": "^17.3.0"
8181
},
8282
"lint-staged": {
8383
"src/**/!(*test).ts": [
@@ -92,7 +92,7 @@
9292
},
9393
"dependencies": {
9494
"@gnosis.pm/safe-core-sdk-types": "^0.1.1",
95-
"@gnosis.pm/safe-deployments": "^1.4.0",
95+
"@gnosis.pm/safe-deployments": "^1.5.0",
9696
"ethereumjs-util": "^7.1.3",
9797
"semver": "^7.3.5"
9898
}

0 commit comments

Comments
 (0)