Skip to content

Commit

Permalink
feat: update dependencies and solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Dec 7, 2021
1 parent 6767661 commit 5cc0eae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.js
Expand Up @@ -13,7 +13,7 @@ module.exports = {
},
},
solidity: {
version: '0.8.9',
version: '0.8.10',
settings: {
optimizer: {
enabled: true,
Expand Down
16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eth-token-recover",
"version": "4.3.1",
"version": "4.4.0",
"description": "TokenRecover allows the contract owner to recover any ERC20 token sent into the contract for error",
"files": [
"contracts",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/vittominacori/eth-token-recover",
"dependencies": {
"@openzeppelin/contracts": "4.3.2"
"@openzeppelin/contracts": "4.4.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ganache": "^2.0.1",
Expand All @@ -57,19 +57,19 @@
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"ganache-cli": "^6.12.2",
"hardhat": "^2.6.7",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"hardhat": "^2.7.0",
"prettier": "^2.5.0",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.17",
"truffle": "^5.4.17",
"truffle": "^5.4.22",
"vuepress": "^1.8.2"
}
}
2 changes: 1 addition & 1 deletion truffle-config.js
@@ -1,7 +1,7 @@
require('chai/register-should');

const solcStable = {
version: '0.8.9',
version: '0.8.10',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 5cc0eae

Please sign in to comment.