|
40 | 40 | "@openzeppelin/hardhat-upgrades": "3.9.0", |
41 | 41 | "@primitivefi/hardhat-dodoc": "^0.2.3", |
42 | 42 | "@rollup/plugin-commonjs": "^24.0.1", |
43 | | - "@rollup/plugin-json": "^6.0.0", |
44 | | - "@rollup/plugin-node-resolve": "^15.0.1", |
| 43 | + "@rollup/plugin-json": "^6.1.0", |
| 44 | + "@rollup/plugin-node-resolve": "^15.3.1", |
45 | 45 | "@trivago/prettier-plugin-sort-imports": "^3.3.0", |
46 | 46 | "@typechain/hardhat": "^9.1.0", |
47 | | - "@types/node": "^18.18.1", |
48 | | - "@typescript-eslint/eslint-plugin": "^7.12.0", |
49 | | - "@typescript-eslint/parser": "^7.12.0", |
| 47 | + "@types/node": "^18.19.71", |
| 48 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 49 | + "@typescript-eslint/parser": "^7.18.0", |
50 | 50 | "chai": "^4.5.0", |
51 | | - "commitizen": "^4.2.5", |
| 51 | + "commitizen": "^4.3.1", |
52 | 52 | "cross-env": "^7.0.3", |
53 | 53 | "cz-conventional-changelog": "^3.3.0", |
54 | | - "dotenv": "^16.0.2", |
55 | | - "eslint": "^8.23.1", |
| 54 | + "dotenv": "^16.4.7", |
| 55 | + "eslint": "^8.57.1", |
56 | 56 | "eslint-config-prettier": "^8.5.0", |
57 | | - "ethers": "^6.8.0", |
| 57 | + "ethers": "^6.13.5", |
58 | 58 | "hardhat-abi-exporter": "^2.10.1", |
59 | 59 | "hardhat-preprocessor": "^0.1.5", |
60 | 60 | "husky": "^8.0.1", |
61 | 61 | "lint-staged": "^13.0.3", |
62 | 62 | "prettier": "^2.8.8", |
63 | | - "prettier-plugin-solidity": "^1.1.3", |
64 | | - "rimraf": "^5.0.5", |
65 | | - "rollup": "^4.0.2", |
| 63 | + "prettier-plugin-solidity": "^1.4.2", |
| 64 | + "rimraf": "^5.0.10", |
| 65 | + "rollup": "^4.31.0", |
66 | 66 | "rollup-plugin-auto-external": "^2.0.0", |
67 | 67 | "rollup-plugin-dts": "^6.1.1", |
68 | | - "rollup-plugin-esbuild": "^6.1.0", |
| 68 | + "rollup-plugin-esbuild": "^6.1.1", |
69 | 69 | "rollup-plugin-node-polyfills": "^0.2.1", |
70 | 70 | "rollup-plugin-swc3": "^0.11.2", |
71 | 71 | "shx": "^0.3.4", |
72 | 72 | "solhint": "^3.6.2", |
73 | 73 | "solhint-plugin-prettier": "^0.0.5", |
74 | | - "solmate": "^6.2.0", |
75 | | - "ts-node": "^10.9.1", |
| 74 | + "solmate": "^6.8.0", |
| 75 | + "ts-node": "^10.9.2", |
76 | 76 | "typechain": "^8.3.2", |
77 | | - "typescript": "^5.5.3", |
78 | | - "viem": "^2.19.7", |
79 | | - "xdeployer": "^2.1.13" |
| 77 | + "typescript": "^5.7.3", |
| 78 | + "viem": "^2.22.10" |
80 | 79 | }, |
81 | 80 | "keywords": [ |
82 | 81 | "blockchain", |
|
112 | 111 | "hardhat": "hardhat" |
113 | 112 | }, |
114 | 113 | "dependencies": { |
115 | | - "@starboardventures/hardhat-verify": "^1.0.1", |
116 | | - "@tenderly/hardhat-tenderly": "^2.3.0", |
117 | 114 | "hardhat": "^2.22.18" |
118 | 115 | } |
119 | 116 | } |
0 commit comments