Skip to content

Commit d7fec49

Browse files
committed
Version fixes
1 parent 9ec67dd commit d7fec49

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/blockchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lru-cache": "11.0.2"
6161
},
6262
"devDependencies": {
63-
"@ethereumjs/ethash": "^10.0.1",
63+
"@ethereumjs/ethash": "^10.0.0",
6464
"@types/debug": "^4.1.12"
6565
},
6666
"engines": {

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@ethereumjs/block": "10.0.1",
5656
"@ethereumjs/blockchain": "10.0.1",
5757
"@ethereumjs/common": "10.0.1",
58-
"@ethereumjs/devp2p": "10.0.1",
59-
"@ethereumjs/ethash": "10.0.1",
58+
"@ethereumjs/devp2p": "10.0.0",
59+
"@ethereumjs/ethash": "10.0.0",
6060
"@ethereumjs/evm": "10.0.1",
6161
"@ethereumjs/genesis": "10.0.1",
6262
"@ethereumjs/mpt": "10.0.1",

packages/vm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"devDependencies": {
8282
"@ethereumjs/blockchain": "^10.0.1",
83-
"@ethereumjs/ethash": "^10.0.1",
83+
"@ethereumjs/ethash": "^10.0.0",
8484
"@ethereumjs/testdata": "1.0.0",
8585
"@paulmillr/trusted-setups": "^0.2.0",
8686
"@types/benchmark": "^2.1.5",

0 commit comments

Comments
 (0)