|
@@ -21,41 +21,41 @@
|
|
"author": "Kristjan Kosic <kristjan@protokol.com>",
|
|
"author": "Kristjan Kosic <kristjan@protokol.com>",
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "@nomiclabs/hardhat-ethers": "^2.0.3",
|
|
|
|
|
|
+ "@nomiclabs/hardhat-ethers": "^2.0.5",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.8",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.8",
|
|
"@nomiclabs/hardhat-solhint": "^2.0.0",
|
|
"@nomiclabs/hardhat-solhint": "^2.0.0",
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
- "@openzeppelin/contracts": "^4.4.0",
|
|
|
|
- "@pinata/sdk": "^1.1.23",
|
|
|
|
|
|
+ "@openzeppelin/contracts": "^4.5.0",
|
|
|
|
+ "@pinata/sdk": "^1.1.24",
|
|
"@typechain/ethers-v5": "^8.0.5",
|
|
"@typechain/ethers-v5": "^8.0.5",
|
|
- "@typechain/hardhat": "^3.0.0",
|
|
|
|
|
|
+ "@typechain/hardhat": "^3.1.0",
|
|
"@types/chai": "^4.3.0",
|
|
"@types/chai": "^4.3.0",
|
|
- "@types/mocha": "^9.0.0",
|
|
|
|
- "@types/node": "^16.11.12",
|
|
|
|
|
|
+ "@types/mocha": "^9.1.0",
|
|
|
|
+ "@types/node": "^16.11.26",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-eslint": "^10.1.0",
|
|
- "chai": "^4.3.4",
|
|
|
|
|
|
+ "chai": "^4.3.6",
|
|
"chai-bignumber": "^3.0.0",
|
|
"chai-bignumber": "^3.0.0",
|
|
- "chai-bn": "^0.3.0",
|
|
|
|
|
|
+ "chai-bn": "^0.3.1",
|
|
"chai-ethers": "^0.0.1",
|
|
"chai-ethers": "^0.0.1",
|
|
- "dotenv": "^10.0.0",
|
|
|
|
- "ethers": "^5.5.2",
|
|
|
|
- "hardhat": "^2.7.1",
|
|
|
|
- "hardhat-deploy": "^0.9.14",
|
|
|
|
|
|
+ "dotenv": "^16.0.0",
|
|
|
|
+ "ethers": "^5.6.2",
|
|
|
|
+ "hardhat": "^2.9.3",
|
|
|
|
+ "hardhat-deploy": "^0.11.4",
|
|
"mocha-skip-if": "^0.0.3",
|
|
"mocha-skip-if": "^0.0.3",
|
|
- "prettier": "^2.5.1",
|
|
|
|
|
|
+ "prettier": "^2.6.2",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.19",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.19",
|
|
- "solhint": "^3.3.6",
|
|
|
|
|
|
+ "solhint": "^3.3.7",
|
|
"solhint-plugin-prettier": "^0.0.5",
|
|
"solhint-plugin-prettier": "^0.0.5",
|
|
- "solidity-coverage": "^0.7.17",
|
|
|
|
|
|
+ "solidity-coverage": "^0.7.20",
|
|
"transform": "^1.1.2",
|
|
"transform": "^1.1.2",
|
|
"ts-generator": "^0.1.1",
|
|
"ts-generator": "^0.1.1",
|
|
- "ts-node": "^10.4.0",
|
|
|
|
|
|
+ "ts-node": "^10.7.0",
|
|
"tslint": "^6.1.3",
|
|
"tslint": "^6.1.3",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"tslint-plugin-prettier": "^2.3.0",
|
|
"tslint-plugin-prettier": "^2.3.0",
|
|
- "typechain": "^6.0.5",
|
|
|
|
- "typescript": "^4.5.3",
|
|
|
|
- "web3": "^1.6.1"
|
|
|
|
|
|
+ "typechain": "^6.1.0",
|
|
|
|
+ "typescript": "^4.6.3",
|
|
|
|
+ "web3": "^1.7.3"
|
|
},
|
|
},
|
|
"mocha": {
|
|
"mocha": {
|
|
"timeout": 10000000
|
|
"timeout": 10000000
|