Skip to content

Commit

Permalink
fix: Add lru-cache to deps (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored Aug 10, 2023
1 parent 75304d5 commit 768199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"eslint": "^8.17.0",
"eslint-plugin-prettier": "^4.0.0",
"karma": "^4.3.0",
"lru-cache": "^6.0.0",
"mocha": "^10.0.0",
"nyc": "^14.1.1",
"prettier": "^2.6.2",
Expand All @@ -105,6 +104,7 @@
"debug": "^4.3.1",
"dgram": "^1.0.1",
"err-code": "^3.0.1",
"lru-cache": "^6.0.0",
"rlp": "^2.2.6",
"strict-event-emitter-types": "^2.0.0",
"varint": "^6.0.0"
Expand Down

0 comments on commit 768199e

Please sign in to comment.