Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed May 13, 2020
1 parent d4d6f6e commit 2aa7a51
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion buidler.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
},
},
solc: {
version: '0.6.6',
version: '0.6.7',
optimizer: {
enabled: true,
runs: 200,
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": "3.0.1",
"version": "3.0.2",
"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
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-token-recover",
"version": "3.0.1",
"version": "3.0.2",
"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": "3.0.0"
"@openzeppelin/contracts": "3.0.1"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.3.0",
"@nomiclabs/buidler-ganache": "^1.3.0",
"@nomiclabs/buidler-truffle5": "^1.3.0",
"@nomiclabs/buidler-web3": "^1.3.0",
"@nomiclabs/buidler": "^1.3.3",
"@nomiclabs/buidler-ganache": "^1.3.3",
"@nomiclabs/buidler-truffle5": "^1.3.3",
"@nomiclabs/buidler-web3": "^1.3.3",
"@openzeppelin/test-helpers": "^0.5.5",
"chai": "^4.2.0",
"coveralls": "^3.0.11",
"eslint": "^6.8.0",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-mocha-no-only": "^1.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ethereumjs-util": "^6.2.0",
"ethereumjs-util": "^7.0.0",
"ethjs-abi": "^0.2.1",
"ganache-cli": "^6.9.1",
"pify": "^5.0.0",
"solhint": "^3.0.0-rc.8",
"solidity-coverage": "^0.7.4",
"truffle": "^5.1.22",
"solhint": "^3.0.0",
"solidity-coverage": "^0.7.5",
"truffle": "^5.1.25",
"vuepress": "^0.14.11",
"web3": "^1.2.6"
"web3": "^1.2.7"
}
}
2 changes: 1 addition & 1 deletion truffle-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require('chai/register-should');

const solcStable = {
version: '0.6.6',
version: '0.6.7',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 2aa7a51

Please sign in to comment.