|
1 | 1 | { |
2 | 2 | "name": "@chainsafe/lodestar", |
3 | | - "version": "1.35.0", |
| 3 | + "version": "1.36.0", |
4 | 4 | "description": "Command line interface for lodestar", |
5 | 5 | "author": "ChainSafe Systems", |
6 | 6 | "license": "Apache-2.0", |
|
75 | 75 | "@libp2p/crypto": "^5.0.15", |
76 | 76 | "@libp2p/interface": "^2.7.0", |
77 | 77 | "@libp2p/peer-id": "^5.1.0", |
78 | | - "@lodestar/api": "^1.35.0", |
79 | | - "@lodestar/beacon-node": "^1.35.0", |
| 78 | + "@lodestar/api": "^1.36.0", |
| 79 | + "@lodestar/beacon-node": "^1.36.0", |
80 | 80 | "@lodestar/bun": "git+https://github.com/ChainSafe/lodestar-bun.git", |
81 | | - "@lodestar/config": "^1.35.0", |
82 | | - "@lodestar/db": "^1.35.0", |
83 | | - "@lodestar/light-client": "^1.35.0", |
84 | | - "@lodestar/logger": "^1.35.0", |
85 | | - "@lodestar/params": "^1.35.0", |
86 | | - "@lodestar/state-transition": "^1.35.0", |
87 | | - "@lodestar/types": "^1.35.0", |
88 | | - "@lodestar/utils": "^1.35.0", |
89 | | - "@lodestar/validator": "^1.35.0", |
| 81 | + "@lodestar/config": "^1.36.0", |
| 82 | + "@lodestar/db": "^1.36.0", |
| 83 | + "@lodestar/light-client": "^1.36.0", |
| 84 | + "@lodestar/logger": "^1.36.0", |
| 85 | + "@lodestar/params": "^1.36.0", |
| 86 | + "@lodestar/state-transition": "^1.36.0", |
| 87 | + "@lodestar/types": "^1.36.0", |
| 88 | + "@lodestar/utils": "^1.36.0", |
| 89 | + "@lodestar/validator": "^1.36.0", |
90 | 90 | "@multiformats/multiaddr": "^12.1.3", |
91 | 91 | "deepmerge": "^4.3.1", |
92 | 92 | "ethers": "^6.7.0", |
|
101 | 101 | "yargs": "^17.7.1" |
102 | 102 | }, |
103 | 103 | "devDependencies": { |
104 | | - "@lodestar/test-utils": "^1.35.0", |
| 104 | + "@lodestar/test-utils": "^1.36.0", |
105 | 105 | "@types/debug": "^4.1.7", |
106 | 106 | "@types/inquirer": "^9.0.3", |
107 | 107 | "@types/proper-lockfile": "^4.1.4", |
|
0 commit comments