Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Feb 9, 2022
1 parent aa628de commit 4a58dd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.js
Expand Up @@ -13,7 +13,7 @@ module.exports = {
},
},
solidity: {
version: '0.8.10',
version: '0.8.11',
settings: {
optimizer: {
enabled: true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "erc-payable-token",
"version": "4.4.1",
"version": "4.4.2",
"description": "ERC-1363 Payable Token Implementation",
"files": [
"contracts",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://vittominacori.github.io/erc1363-payable-token",
"dependencies": {
"@openzeppelin/contracts": "4.4.1"
"@openzeppelin/contracts": "4.4.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ganache": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion truffle-config.js
@@ -1,7 +1,7 @@
require('chai/register-should');

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

0 comments on commit 4a58dd8

Please sign in to comment.