Skip to content

Commit

Permalink
fix(deps): allow @metamask/eth-block-tracker@^9.0.0
Browse files Browse the repository at this point in the history
Apparently potentially breaking changes in 9.0.1 - TBD if relevant for
this package. Allowing both versions to unblock and facilitate
debugging.
  • Loading branch information
legobeat committed May 23, 2024
1 parent 3f38244 commit 5805029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"/lib"
],
"dependencies": {
"@metamask/eth-block-tracker": "^9.0.1",
"@metamask/eth-block-tracker": "^9.0.0",
"@metamask/ethjs-contract": "^0.4.1",
"@metamask/ethjs-query": "^0.7.1",
"@metamask/safe-event-emitter": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-block-tracker@npm:^9.0.1":
"@metamask/eth-block-tracker@npm:^9.0.0":
version: 9.0.1
resolution: "@metamask/eth-block-tracker@npm:9.0.1"
dependencies:
Expand Down Expand Up @@ -1487,7 +1487,7 @@ __metadata:
"@babel/runtime": ^7.21.0
"@lavamoat/allow-scripts": ^2.3.1
"@lavamoat/preinstall-always-fail": ^2.0.0
"@metamask/eth-block-tracker": ^9.0.1
"@metamask/eth-block-tracker": ^9.0.0
"@metamask/ethjs-contract": ^0.4.1
"@metamask/ethjs-query": ^0.7.1
"@metamask/safe-event-emitter": ^3.0.0
Expand Down

0 comments on commit 5805029

Please sign in to comment.