|
60 | 60 | "build:types": "tsc --project tsconfig.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@defi-wonderland/natspec-smells": "^1.0.3", |
| 63 | + "@defi-wonderland/natspec-smells": "^1.1.5", |
64 | 64 | "@kleros/kleros-v2-eslint-config": "workspace:^", |
65 | 65 | "@kleros/kleros-v2-prettier-config": "workspace:^", |
66 | 66 | "@kleros/kleros-v2-tsconfig": "workspace:^", |
|
71 | 71 | "@openzeppelin/contracts": "^5.1.0", |
72 | 72 | "@typechain/ethers-v6": "^0.5.1", |
73 | 73 | "@typechain/hardhat": "^9.1.0", |
74 | | - "@types/chai": "^4.3.11", |
75 | | - "@types/mocha": "^10.0.6", |
76 | | - "@types/node": "^20.17.1", |
77 | | - "@wagmi/cli": "^2.1.16", |
| 74 | + "@types/chai": "^4.3.20", |
| 75 | + "@types/mocha": "^10.0.10", |
| 76 | + "@types/node": "^20.17.6", |
| 77 | + "@wagmi/cli": "^2.1.18", |
78 | 78 | "abitype": "^0.10.3", |
79 | | - "chai": "^4.4.1", |
80 | | - "dotenv": "^16.3.1", |
| 79 | + "chai": "^4.5.0", |
| 80 | + "dotenv": "^16.4.5", |
| 81 | + "eslint": "^9.15.0", |
81 | 82 | "ethereumjs-util": "^7.1.5", |
82 | 83 | "ethers": "^6.13.4", |
83 | 84 | "graphql": "^16.9.0", |
84 | | - "graphql-request": "^6.1.0", |
85 | | - "hardhat": "2.22.15", |
| 85 | + "graphql-request": "^7.1.2", |
| 86 | + "hardhat": "2.22.16", |
86 | 87 | "hardhat-contract-sizer": "^2.10.0", |
87 | 88 | "hardhat-deploy": "^0.14.0", |
88 | 89 | "hardhat-deploy-ethers": "^0.4.2", |
|
94 | 95 | "node-fetch": "^3.3.2", |
95 | 96 | "pino": "^8.21.0", |
96 | 97 | "pino-pretty": "^10.3.1", |
| 98 | + "prettier": "^3.3.3", |
| 99 | + "prettier-plugin-solidity": "^1.4.1", |
97 | 100 | "shelljs": "^0.8.5", |
98 | 101 | "solhint-plugin-prettier": "^0.1.0", |
99 | 102 | "solidity-coverage": "^0.8.13", |
100 | 103 | "ts-node": "^10.9.2", |
101 | 104 | "typechain": "^8.3.2", |
102 | | - "typescript": "^5.3.3" |
| 105 | + "typescript": "^5.6.3" |
103 | 106 | }, |
104 | 107 | "dependencies": { |
105 | 108 | "@kleros/vea-contracts": "^0.4.0", |
106 | | - "viem": "^2.21.35" |
| 109 | + "viem": "^2.21.48" |
107 | 110 | } |
108 | 111 | } |
0 commit comments