Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Jul 27, 2022
1 parent 23806d6 commit 255cd96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "erc-payable-token",
"version": "4.7.1",
"version": "4.7.2",
"description": "ERC-1363 Payable Token Implementation",
"files": [
"contracts",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"homepage": "https://vittominacori.github.io/erc1363-payable-token",
"dependencies": {
"@openzeppelin/contracts": "4.7.0"
"@openzeppelin/contracts": "4.7.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ganache": "^2.0.1",
Expand All @@ -66,15 +66,15 @@
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"ganache-cli": "^6.12.2",
"hardhat": "^2.9.9",
"hardhat": "^2.10.1",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"sol2uml": "^1.1.29",
"prettier-plugin-solidity": "^1.0.0-dev.23",
"sol2uml": "^2.0.3",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.21",
"surya": "^0.4.6",
"truffle": "^5.5.20",
"truffle": "^5.5.23",
"vuepress": "^1.9.7"
}
}

0 comments on commit 255cd96

Please sign in to comment.