Skip to content

Commit

Permalink
update solidity and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Jun 12, 2020
1 parent 081ab2a commit ee3ba9a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 48 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.8',
version: '0.6.10',
optimizer: {
enabled: true,
runs: 200,
Expand Down
16 changes: 0 additions & 16 deletions ethpm.json

This file was deleted.

27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-token-recover",
"version": "3.0.3",
"version": "3.0.4",
"description": "TokenRecover allows the contract owner to recover any ERC20 token sent into the contract for error",
"files": [
"contracts",
Expand All @@ -24,8 +24,7 @@
"lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:deploy": "vuepress build docs && sh docs/deploy/deploy.sh",
"version": "scripts/version.js"
"docs:deploy": "vuepress build docs && sh docs/deploy/deploy.sh"
},
"repository": {
"type": "git",
Expand All @@ -45,31 +44,31 @@
},
"homepage": "https://github.com/vittominacori/eth-token-recover",
"dependencies": {
"@openzeppelin/contracts": "3.0.1"
"@openzeppelin/contracts": "3.0.2"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.3.3",
"@nomiclabs/buidler": "^1.3.6",
"@nomiclabs/buidler-ganache": "^1.3.3",
"@nomiclabs/buidler-truffle5": "^1.3.3",
"@nomiclabs/buidler-web3": "^1.3.3",
"@openzeppelin/test-helpers": "^0.5.5",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-web3": "^1.3.4",
"@openzeppelin/test-helpers": "^0.5.6",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import": "^2.21.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": "^7.0.0",
"ethereumjs-util": "^7.0.2",
"ethjs-abi": "^0.2.1",
"ganache-cli": "^6.9.1",
"pify": "^5.0.0",
"solhint": "^3.0.0",
"solidity-coverage": "^0.7.5",
"truffle": "^5.1.25",
"solidity-coverage": "^0.7.7",
"truffle": "^5.1.29",
"vuepress": "^0.14.11",
"web3": "^1.2.7"
"web3": "^1.2.9"
}
}
16 changes: 0 additions & 16 deletions scripts/version.js

This file was deleted.

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.8',
version: '0.6.10',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit ee3ba9a

Please sign in to comment.