diff --git a/.eslintrc b/.eslintrc index 800d93d..739d1d4 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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}], diff --git a/ethpm.json b/ethpm.json index 417fcc3..1a676fd 100644 --- a/ethpm.json +++ b/ethpm.json @@ -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)" diff --git a/package.json b/package.json index f30a651..f9492cd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }