|
1 | 1 | { |
2 | 2 | "name": "@chainsafe/lodestar", |
3 | | - "version": "1.25.0", |
| 3 | + "version": "1.26.0", |
4 | 4 | "description": "Command line interface for lodestar", |
5 | 5 | "author": "ChainSafe Systems", |
6 | 6 | "license": "LGPL-3.0", |
|
62 | 62 | "@libp2p/crypto": "^4.1.0", |
63 | 63 | "@libp2p/peer-id": "^4.1.0", |
64 | 64 | "@libp2p/peer-id-factory": "^4.1.0", |
65 | | - "@lodestar/api": "^1.25.0", |
66 | | - "@lodestar/beacon-node": "^1.25.0", |
67 | | - "@lodestar/config": "^1.25.0", |
68 | | - "@lodestar/db": "^1.25.0", |
69 | | - "@lodestar/light-client": "^1.25.0", |
70 | | - "@lodestar/logger": "^1.25.0", |
71 | | - "@lodestar/params": "^1.25.0", |
72 | | - "@lodestar/state-transition": "^1.25.0", |
73 | | - "@lodestar/types": "^1.25.0", |
74 | | - "@lodestar/utils": "^1.25.0", |
75 | | - "@lodestar/validator": "^1.25.0", |
| 65 | + "@lodestar/api": "^1.26.0", |
| 66 | + "@lodestar/beacon-node": "^1.26.0", |
| 67 | + "@lodestar/config": "^1.26.0", |
| 68 | + "@lodestar/db": "^1.26.0", |
| 69 | + "@lodestar/light-client": "^1.26.0", |
| 70 | + "@lodestar/logger": "^1.26.0", |
| 71 | + "@lodestar/params": "^1.26.0", |
| 72 | + "@lodestar/state-transition": "^1.26.0", |
| 73 | + "@lodestar/types": "^1.26.0", |
| 74 | + "@lodestar/utils": "^1.26.0", |
| 75 | + "@lodestar/validator": "^1.26.0", |
76 | 76 | "@multiformats/multiaddr": "^12.1.3", |
77 | 77 | "deepmerge": "^4.3.1", |
78 | 78 | "ethers": "^6.7.0", |
|
88 | 88 | "yargs": "^17.7.1" |
89 | 89 | }, |
90 | 90 | "devDependencies": { |
91 | | - "@lodestar/test-utils": "^1.25.0", |
| 91 | + "@lodestar/test-utils": "^1.26.0", |
92 | 92 | "@types/debug": "^4.1.7", |
93 | 93 | "@types/got": "^9.6.12", |
94 | 94 | "@types/inquirer": "^9.0.3", |
|
0 commit comments