|
29 | 29 | "hardhat": "^2.22.16", |
30 | 30 | "hardhat-deploy": "^0.11.45", |
31 | 31 | "hardhat-gas-reporter": "^1.0.10", |
32 | | - "hardhat-plugin-noir": "^0.3.0-next.0", |
| 32 | + "hardhat-plugin-noir": "^0.4.0", |
33 | 33 | "json-stringify-deterministic": "^1.0.12", |
34 | 34 | "lodash": "^4.17.21", |
35 | 35 | "ms": "^2.1.3", |
|
43 | 43 | "typescript": "^5.3.3" |
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | | - "@aztec/aztec.js": "0.72.1", |
47 | | - "@aztec/bb.js": "0.72.1", |
48 | | - "@aztec/circuits.js": "0.72.1", |
49 | | - "@aztec/foundation": "0.72.1", |
50 | | - "@aztec/kv-store": "0.72.1", |
51 | | - "@aztec/merkle-tree": "0.72.1", |
| 46 | + "@aztec/aztec.js": "0.80.0", |
| 47 | + "@aztec/bb.js": "0.80.0", |
| 48 | + "@aztec/foundation": "0.80.0", |
| 49 | + "@aztec/kv-store": "0.80.0", |
| 50 | + "@aztec/merkle-tree": "0.80.0", |
| 51 | + "@aztec/stdlib": "0.80.0", |
52 | 52 | "@hpke/core": "^1.7.1", |
53 | 53 | "@hpke/dhkem-x25519": "^1.6.1", |
54 | 54 | "@noir-lang/noir_js": "1.0.0-beta.3", |
55 | 55 | "@repo/utils": "workspace:*", |
56 | 56 | "ethers": "^6.13.4", |
57 | 57 | "ky": "^1.7.2", |
58 | 58 | "lodash-es": "^4.17.21", |
| 59 | + "ox": "^0.6.12", |
59 | 60 | "ts-essentials": "^9.4.1", |
60 | 61 | "zod": "^3.23.8" |
61 | 62 | } |
|
0 commit comments