Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Jan 7, 2021
1 parent d5e2b31 commit 0aeb665
Show file tree
Hide file tree
Showing 2 changed files with 930 additions and 275 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,48 +44,48 @@
"homepage": "https://github.com/gnosis/contract-proxy-kit#readme",
"dependencies": {
"@gnosis.pm/safe-apps-sdk": "^0.4.2",
"@truffle/contract": "^4.2.26",
"@truffle/contract": "^4.3.4",
"@types/uuid": "^8.3.0",
"bignumber.js": "^9.0.1",
"node-fetch": "^2.6.1",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
},
"devDependencies": {
"@gnosis.pm/conditional-tokens-contracts": "^0.5.4",
"@gnosis.pm/safe-contracts": "1.2.0",
"@truffle/hdwallet-provider": "^1.1.1",
"@truffle/hdwallet-provider": "^1.2.1",
"@typechain/truffle-v5": "^2.0.2",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.0.3",
"@types/mocha": "^8.2.0",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"ethers-4": "npm:ethers@^4.0.45",
"ethers-5": "npm:ethers@^5.0.18",
"ganache-cli": "^6.12.0",
"geth-dev-assistant": "^0.1.7",
"ethers-5": "npm:ethers@^5.0.24",
"ganache-cli": "^6.12.1",
"geth-dev-assistant": "^0.1.8",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"nyc": "^15.1.0",
"prettier": "^2.1.2",
"prettier": "^2.2.1",
"prettier-eslint-cli": "^5.0.0",
"run-with-testrpc": "^0.3.1",
"should": "^13.2.3",
"truffle": "^5.1.49",
"truffle": "^5.1.60",
"truffle-typings": "^1.0.8",
"ts-node": "^9.0.0",
"ts-node": "^9.1.1",
"typechain": "^3.0.0",
"typescript": "^4.0.3",
"typescript": "^4.1.3",
"wait-port": "^0.2.9",
"web3-1-3": "npm:web3@^1.3.0",
"web3-1-3": "npm:web3@^1.3.1",
"web3-2-alpha": "npm:web3@^2.0.0-alpha.1"
}
}
Loading

0 comments on commit 0aeb665

Please sign in to comment.