npm update

This commit is contained in:
Mark Spanbroek 2022-03-15 16:15:46 +01:00 committed by markspanbroek
parent 743d1cdb07
commit c79059e470
2 changed files with 2630 additions and 1051 deletions

3663
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,17 +8,17 @@
"lint": "solhint contracts/**.sol" "lint": "solhint contracts/**.sol"
}, },
"devDependencies": { "devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.3.2", "@openzeppelin/contracts": "^4.5.0",
"chai": "^4.3.4", "chai": "^4.3.6",
"ethereum-waffle": "^3.4.0", "ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7", "ethers": "^5.6.0",
"hardhat": "^2.6.5", "hardhat": "^2.9.1",
"hardhat-deploy": "^0.9.8", "hardhat-deploy": "^0.9.29",
"hardhat-deploy-ethers": "^0.3.0-beta.11", "hardhat-deploy-ethers": "^0.3.0-beta.13",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19", "prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.6" "solhint": "^3.3.7"
} }
} }