Skip to content

Commit

Permalink
packages: pin lru-cache version to fix build problems (ethereumjs#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer authored Mar 4, 2024
1 parent 2fea5cb commit 41a7468
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/blockchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@ethereumjs/util": "^9.0.2",
"debug": "^4.3.3",
"ethereum-cryptography": "^2.1.3",
"lru-cache": "^10.0.0"
"lru-cache": "10.1.0"
},
"devDependencies": {},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@scure/base": "1.1.1",
"debug": "^4.3.3",
"ethereum-cryptography": "^2.1.3",
"lru-cache": "^10.0.0",
"lru-cache": "10.1.0",
"multiaddr": "^10.0.1",
"scanf": "1.1.2",
"snappyjs": "^0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/statemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"debug": "^4.3.3",
"ethereum-cryptography": "^2.1.3",
"js-sdsl": "^4.1.4",
"lru-cache": "^10.0.0"
"lru-cache": "10.1.0"
},
"devDependencies": {
"@ethereumjs/block": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/trie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@ethereumjs/util": "^9.0.2",
"@types/readable-stream": "^2.3.13",
"debug": "^4.3.4",
"lru-cache": "^10.0.0",
"lru-cache": "10.1.0",
"ethereum-cryptography": "^2.1.3",
"readable-stream": "^3.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/verkle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@ethereumjs/rlp": "5.0.2",
"@ethereumjs/util": "9.0.2",
"lru-cache": "^10.0.0",
"lru-cache": "10.1.0",
"rust-verkle-wasm": "^0.0.1"
},
"engines": {
Expand Down

0 comments on commit 41a7468

Please sign in to comment.