|
21 | 21 | "license": "MIT", |
22 | 22 | "private": true, |
23 | 23 | "devDependencies": { |
24 | | - "@types/node": "^18.15.11", |
25 | | - "@types/mocha": "^10.0.1", |
26 | | - "@types/chai": "^4.3.5", |
27 | | - "semantic-release": "^21.0.2", |
28 | | - "semantic-release-cli": "^5.4.4", |
29 | | - "@semantic-release/changelog": "^6.0.3", |
30 | | - "eslint": "^8.40.0", |
31 | | - "@typescript-eslint/eslint-plugin": "^5.59.5", |
32 | | - "@typescript-eslint/parser": "^5.59.5", |
33 | | - "prettier": "^2.8.8", |
34 | | - "prettier-plugin-solidity": "^1.1.3", |
35 | | - "solhint-plugin-prettier": "^0.0.5", |
36 | | - "prettier-plugin-jsdoc": "^0.4.2", |
37 | | - "husky": "^8.0.3", |
38 | | - "git-cz": "^4.9.0", |
39 | | - "@commitlint/config-conventional": "^17.6.3", |
40 | 24 | "@commitlint/cli": "^17.6.3", |
41 | | - "lint-staged": "^13.2.2", |
42 | | - "mocha": "^10.2.0", |
43 | | - "chai": "^4.3.7", |
| 25 | + "@commitlint/config-conventional": "^17.6.3", |
44 | 26 | "@nomicfoundation/hardhat-chai-matchers": "^1.0.6", |
45 | 27 | "@nomiclabs/hardhat-ethers": "^2.2.3", |
46 | 28 | "@nomiclabs/hardhat-solhint": "^3.0.1", |
| 29 | + "@openzeppelin/hardhat-upgrades": "^1.25.0", |
| 30 | + "@semantic-release/changelog": "^6.0.3", |
| 31 | + "@typechain/ethers-v5": "^10.2.1", |
| 32 | + "@typechain/ethers-v6": "^0.3.2", |
| 33 | + "@typechain/hardhat": "^6.1.6", |
| 34 | + "@types/chai": "^4.3.5", |
| 35 | + "@types/mocha": "^10.0.1", |
| 36 | + "@types/node": "^18.15.11", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.59.5", |
| 38 | + "@typescript-eslint/parser": "^5.59.5", |
| 39 | + "chai": "^4.3.7", |
| 40 | + "dotenv": "^16.0.3", |
| 41 | + "eslint": "^8.40.0", |
| 42 | + "ethers": "^5.7.2", |
| 43 | + "git-cz": "^4.9.0", |
| 44 | + "hardhat": "^2.14.0", |
| 45 | + "hardhat-contract-sizer": "^2.8.0", |
47 | 46 | "hardhat-deploy": "^0.11.28", |
48 | 47 | "hardhat-deploy-ethers": "^0.4.0-next.1", |
49 | 48 | "hardhat-gas-reporter": "^1.0.9", |
50 | | - "hardhat-contract-sizer": "^2.8.0", |
51 | | - "solidity-coverage": "^0.8.2", |
52 | | - "@openzeppelin/hardhat-upgrades": "^1.25.0", |
| 49 | + "husky": "^8.0.3", |
| 50 | + "lint-staged": "^13.2.2", |
| 51 | + "mocha": "^10.2.0", |
| 52 | + "prettier": "^2.8.8", |
| 53 | + "prettier-plugin-jsdoc": "^0.4.2", |
| 54 | + "prettier-plugin-solidity": "^1.1.3", |
| 55 | + "semantic-release": "^21.0.2", |
| 56 | + "semantic-release-cli": "^5.4.4", |
53 | 57 | "solhint": "^3.4.1", |
| 58 | + "solhint-plugin-prettier": "^0.0.5", |
| 59 | + "solidity-coverage": "^0.8.2", |
54 | 60 | "ts-node": "^10.9.1", |
55 | | - "typescript": "^5.0.4", |
56 | | - "ethers": "^5.7.2", |
57 | | - "hardhat": "^2.14.0", |
58 | 61 | "typechain": "^8.1.1", |
59 | | - "@typechain/hardhat": "^6.1.6", |
60 | | - "@typechain/ethers-v5": "^10.2.1", |
61 | | - "@typechain/ethers-v6": "^0.3.2", |
62 | | - "dotenv": "^16.0.3", |
| 62 | + "typescript": "^5.0.4", |
63 | 63 | "viem": "^0.3.37" |
64 | 64 | }, |
65 | 65 | "dependencies": { |
|
74 | 74 | "coverage": "npx hardhat coverage", |
75 | 75 | "prepare": "husky install", |
76 | 76 | "commit": "git-cz -S" |
77 | | - } |
| 77 | + }, |
| 78 | + "packageManager": "yarn@3.6.1" |
78 | 79 | } |
0 commit comments