Skip to content

Commit

Permalink
Merge pull request safe-global#187 from gnosis/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
germartinez authored Mar 30, 2022
2 parents 32c221b + 161855d commit 1c48c18
Show file tree
Hide file tree
Showing 9 changed files with 1,710 additions and 2,623 deletions.
22 changes: 11 additions & 11 deletions packages/safe-core-sdk-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
],
"homepage": "https://github.com/gnosis/safe-core-sdk#readme",
"devDependencies": {
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
"prettier": "^2.6.1",
"typescript": "^4.6.3"
},
"dependencies": {
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@gnosis.pm/safe-deployments": "^1.10.0",
"web3-core": "^1.7.0"
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/contracts": "^5.6.0",
"@gnosis.pm/safe-deployments": "^1.12.0",
"web3-core": "^1.7.1"
}
}
24 changes: 12 additions & 12 deletions packages/safe-core-sdk-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
],
"homepage": "https://github.com/gnosis/safe-core-sdk#readme",
"devDependencies": {
"@gnosis.pm/safe-deployments": "^1.10.0",
"@gnosis.pm/safe-deployments": "^1.12.0",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.2.0",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
"prettier": "^2.6.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@gnosis.pm/safe-core-sdk-types": "^1.0.0",
"web3-utils": "^1.7.0"
"web3-utils": "^1.7.1"
}
}
9 changes: 8 additions & 1 deletion packages/safe-core-sdk-utils/src/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ interface NetworkShortName {
chainId: number
}

// https://github.com/ethereum-lists/chains/tree/master/_data/chains
export const networks: NetworkShortName[] = [
{ chainId: 1, shortName: 'eth' },
{ chainId: 3, shortName: 'rop' },
Expand All @@ -16,6 +17,8 @@ export const networks: NetworkShortName[] = [
{ chainId: 56, shortName: 'bnb' },
{ chainId: 69, shortName: 'okov' },
{ chainId: 100, shortName: 'gno' },
{ chainId: 106, shortName: 'vlx' },
{ chainId: 111, shortName: 'etl' },
{ chainId: 122, shortName: 'fuse' },
{ chainId: 123, shortName: 'spark' },
{ chainId: 137, shortName: 'matic' },
Expand All @@ -27,14 +30,18 @@ export const networks: NetworkShortName[] = [
{ chainId: 1285, shortName: 'mriver' },
{ chainId: 1287, shortName: 'mbase' },
{ chainId: 4002, shortName: 'tftm' },
{ chainId: 7341, shortName: 'shyft' },
{ chainId: 9000, shortName: 'evmos' },
{ chainId: 11437, shortName: 'shyftt' },
{ chainId: 12357, shortName: 'rei-testnet' },
{ chainId: 42161, shortName: 'arb1' },
{ chainId: 421611, shortName: 'arb-rinkeby' },
{ chainId: 42220, shortName: 'celo' },
{ chainId: 43114, shortName: 'avax' },
{ chainId: 47805, shortName: 'rei' },
{ chainId: 73799, shortName: 'vt' },
{ chainId: 80001, shortName: 'maticmum' },
{ chainId: 333999, shortName: 'olympus' },
{ chainId: 421611, shortName: 'arb-rinkeby' },
{ chainId: 1313161554, shortName: 'aurora' },
{ chainId: 1313161555, shortName: 'aurora-testnet' },
{ chainId: 1666600000, shortName: 'hmy-s0' },
Expand Down
44 changes: 22 additions & 22 deletions packages/safe-core-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,37 +43,37 @@
"@gnosis.pm/safe-contracts-v1.3.0": "npm:@gnosis.pm/[email protected]",
"@gnosis.pm/safe-ethers-lib": "^1.0.0",
"@gnosis.pm/safe-web3-lib": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.13",
"@types/node": "^17.0.23",
"@types/semver": "^7.3.9",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.1",
"dotenv": "^14.3.2",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"hardhat": "^2.8.3",
"hardhat-deploy": "^0.9.29",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.2",
"hardhat": "^2.9.2",
"hardhat-deploy": "^0.11.4",
"husky": "^7.0.4",
"lint-staged": "^12.3.2",
"mocha": "^9.2.0",
"lint-staged": "^12.3.7",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"prettier": "^2.6.1",
"ts-generator": "^0.1.1",
"typescript": "^4.5.5",
"web3": "^1.7.0",
"yargs": "^17.3.1"
"typescript": "^4.6.3",
"web3": "^1.7.1",
"yargs": "^17.4.0"
},
"lint-staged": {
"src/**/!(*test).ts": [
Expand All @@ -87,11 +87,11 @@
}
},
"dependencies": {
"@ethersproject/solidity": "^5.5.0",
"@ethersproject/solidity": "^5.6.0",
"@gnosis.pm/safe-core-sdk-types": "^1.0.0",
"@gnosis.pm/safe-deployments": "^1.10.0",
"ethereumjs-util": "^7.1.3",
"@gnosis.pm/safe-deployments": "^1.12.0",
"ethereumjs-util": "^7.1.4",
"semver": "^7.3.5",
"web3-utils": "^1.7.0"
"web3-utils": "^1.7.1"
}
}
28 changes: 14 additions & 14 deletions packages/safe-ethers-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@
"homepage": "https://github.com/gnosis/safe-core-sdk#readme",
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.1",
"dotenv": "^14.3.2",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"ethers": "^5.5.3",
"ethers": "^5.6.2",
"husky": "^7.0.4",
"lint-staged": "^12.3.2",
"mocha": "^9.2.0",
"lint-staged": "^12.3.7",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"prettier": "^2.6.1",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"ts-generator": "^0.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"lint-staged": {
"src/**/!(*test).ts": [
Expand All @@ -80,7 +80,7 @@
"dependencies": {
"@gnosis.pm/safe-core-sdk": "^2.0.0",
"@gnosis.pm/safe-core-sdk-types": "^1.0.0",
"@gnosis.pm/safe-deployments": "^1.10.0",
"axios": "^0.25.0"
"@gnosis.pm/safe-deployments": "^1.12.0",
"axios": "^0.26.1"
}
}
22 changes: 11 additions & 11 deletions packages/safe-ethers-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"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.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^9.0.0",
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"hardhat": "^2.8.3",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"hardhat": "^2.9.2",
"prettier": "^2.6.1",
"ts-node": "^10.7.0",
"typechain": "^7.0.0",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"dependencies": {
"@gnosis.pm/safe-core-sdk-types": "^1.0.0"
Expand Down
32 changes: 16 additions & 16 deletions packages/safe-service-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,29 @@
"devDependencies": {
"@gnosis.pm/safe-ethers-lib": "^1.0.0",
"@gnosis.pm/safe-web3-lib": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"chai": "^4.3.4",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"hardhat": "^2.8.3",
"hardhat": "^2.9.2",
"husky": "^7.0.4",
"lint-staged": "^12.2.1",
"mocha": "^9.1.4",
"prettier": "^2.5.1",
"lint-staged": "^12.3.7",
"mocha": "^9.2.2",
"prettier": "^2.6.1",
"rimraf": "^3.0.2",
"ts-generator": "^0.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"lint-staged": {
"src/**/!(*test).ts": [
Expand All @@ -74,7 +74,7 @@
}
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/abstract-signer": "^5.6.0",
"@gnosis.pm/safe-core-sdk-types": "^1.0.0",
"node-fetch": "^2.6.6"
}
Expand Down
20 changes: 10 additions & 10 deletions packages/safe-web3-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"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-waffle": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@typechain/web3-v1": "^5.0.0",
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"hardhat": "^2.8.3",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"hardhat": "^2.9.2",
"prettier": "^2.6.1",
"ts-node": "^10.7.0",
"typechain": "^7.0.0",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"dependencies": {
"@gnosis.pm/safe-core-sdk-types": "^1.0.0"
Expand Down
Loading

0 comments on commit 1c48c18

Please sign in to comment.