Skip to content

Commit

Permalink
update openzeppelin and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Feb 5, 2020
1 parent dc0804e commit 790c086
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"strict": ["error", "global"],

// Code style
"array-bracket-spacing": ["off"],
"camelcase": ["error", {"properties": "always"}],
"comma-dangle": ["error", "always-multiline"],
"comma-spacing": ["error", {"before": false, "after": true}],
Expand Down
2 changes: 1 addition & 1 deletion ethpm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "eth-token-recover",
"version": "2.4.3",
"version": "2.5.0",
"description": "TokenRecover allows the contract owner to recover any ERC20 token sent into the contract for error",
"authors": [
"Vittorio Minacori (https://github.com/vittominacori)"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-token-recover",
"version": "2.4.3",
"version": "2.5.0",
"description": "TokenRecover allows the contract owner to recover any ERC20 token sent into the contract for error",
"files": [
"contracts",
Expand Down Expand Up @@ -45,31 +45,31 @@
},
"homepage": "https://github.com/vittominacori/eth-token-recover",
"dependencies": {
"@openzeppelin/contracts": "2.4.0"
"@openzeppelin/contracts": "2.5.0"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.0.2",
"@nomiclabs/buidler-ganache": "^1.0.2",
"@nomiclabs/buidler-truffle5": "^1.0.2",
"@nomiclabs/buidler-web3": "^1.0.2",
"@nomiclabs/buidler": "^1.1.2",
"@nomiclabs/buidler-ganache": "^1.1.2",
"@nomiclabs/buidler-truffle5": "^1.1.2",
"@nomiclabs/buidler-web3": "^1.1.2",
"@openzeppelin/test-helpers": "^0.5.4",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-mocha-no-only": "^1.1.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ethereumjs-util": "^6.2.0",
"ethjs-abi": "^0.2.1",
"ganache-cli": "^6.8.2",
"ganache-cli": "^6.9.0",
"pify": "^4.0.1",
"solhint": "^2.3.0",
"solidity-coverage": "^0.7.1",
"truffle": "^5.1.9",
"truffle": "^5.1.11",
"vuepress": "^0.14.11",
"web3": "^1.2.4"
"web3": "^1.2.6"
}
}

0 comments on commit 790c086

Please sign in to comment.