@nomicfoundation/hardhat-toolbox
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@nomicfoundation/hardhat-toolbox", | ||
"version": "1.0.0", | ||
"description": "", | ||
"version": "1.0.1", | ||
"description": "Nomic Foundation's recommended bundle of Hardhat plugins", | ||
"repository": "github:nomicfoundation/hardhat", | ||
@@ -39,8 +39,8 @@ "homepage": "https://github.com/nomicfoundation/hardhat/tree/master/packages/hardhat-toolbox", | ||
"@ethersproject/providers": "^5.4.7", | ||
"@nomicfoundation/hardhat-network-helpers": ">=1.0.0-beta.4", | ||
"@nomicfoundation/hardhat-chai-matchers": ">=1.0.0-beta.3", | ||
"@nomicfoundation/hardhat-network-helpers": "^1.0.0", | ||
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0", | ||
"@nomiclabs/hardhat-ethers": "^2.0.0", | ||
"@nomiclabs/hardhat-etherscan": "^3.0.0", | ||
"@typechain/ethers-v5": "^10.1.0", | ||
"@typechain/hardhat": "^6.1.0", | ||
"@typechain/hardhat": "^6.1.2", | ||
"@types/chai": "^4.2.0", | ||
@@ -64,3 +64,3 @@ "@types/mocha": "^9.1.0", | ||
"ts-node": "^8.1.0", | ||
"typechain": "^8.0.0", | ||
"typechain": "^8.1.0", | ||
"typescript": "~4.5.2" | ||
@@ -71,4 +71,4 @@ }, | ||
"@ethersproject/providers": "^5.4.7", | ||
"@nomicfoundation/hardhat-network-helpers": ">=1.0.0-beta.4", | ||
"@nomicfoundation/hardhat-chai-matchers": ">=1.0.0-beta.3", | ||
"@nomicfoundation/hardhat-network-helpers": "^1.0.0", | ||
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0", | ||
"@nomiclabs/hardhat-ethers": "^2.0.0", | ||
@@ -80,3 +80,3 @@ "@nomiclabs/hardhat-etherscan": "^3.0.0", | ||
"@typechain/ethers-v5": "^10.1.0", | ||
"@typechain/hardhat": "^6.1.0", | ||
"@typechain/hardhat": "^6.1.2", | ||
"chai": "^4.2.0", | ||
@@ -88,3 +88,3 @@ "ethers": "^5.4.7", | ||
"ts-node": ">=8.0.0", | ||
"typechain": "^8.0.0", | ||
"typechain": "^8.1.0", | ||
"typescript": ">=4.5.0" | ||
@@ -91,0 +91,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11408