Skip to content

Commit

Permalink
chore: bump metamask/utils version to align with rest of codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Feb 18, 2025
1 parent 0b56183 commit b687a31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bridge-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/polling-controller": "^12.0.3",
"@metamask/transaction-controller": "^46.0.0",
"@metamask/utils": "^11.1.0",
"@metamask/utils": "^11.2.0",
"ethers": "^6.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-status-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/polling-controller": "^12.0.3",
"@metamask/transaction-controller": "^46.0.0",
"@metamask/utils": "^11.1.0",
"@metamask/utils": "^11.2.0",
"ethers": "^6.12.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ __metadata:
"@metamask/network-controller": "npm:^22.2.1"
"@metamask/polling-controller": "npm:^12.0.3"
"@metamask/transaction-controller": "npm:^46.0.0"
"@metamask/utils": "npm:^11.1.0"
"@metamask/utils": "npm:^11.2.0"
"@types/jest": "npm:^27.4.1"
deepmerge: "npm:^4.2.2"
ethers: "npm:^6.12.0"
Expand Down Expand Up @@ -2630,7 +2630,7 @@ __metadata:
"@metamask/network-controller": "npm:^22.2.1"
"@metamask/polling-controller": "npm:^12.0.3"
"@metamask/transaction-controller": "npm:^46.0.0"
"@metamask/utils": "npm:^11.1.0"
"@metamask/utils": "npm:^11.2.0"
"@types/jest": "npm:^27.4.1"
deepmerge: "npm:^4.2.2"
ethers: "npm:^6.12.0"
Expand Down

0 comments on commit b687a31

Please sign in to comment.