Skip to content

Commit 0e71b95

Browse files
build(deps): bump @metamask/transaction-controller from 34.0.0 to 37.3.0 (#446)
* build(deps): bump @metamask/transaction-controller from 34.0.0 to 37.3.0 Bumps [@metamask/transaction-controller](https://github.com/MetaMask/core) from 34.0.0 to 37.3.0. - [Release notes](https://github.com/MetaMask/core/releases) - [Changelog](https://github.com/MetaMask/core/blob/main/docs/reviewing-release-prs.md) - [Commits](https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]) --- updated-dependencies: - dependency-name: "@metamask/transaction-controller" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix: add `@metamask/gas-fee-controller` devDep --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michele Esposito <[email protected]>
1 parent 34497f6 commit 0e71b95

File tree

2 files changed

+76
-1615
lines changed

2 files changed

+76
-1615
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@metamask/eth-query": "^4.0.0",
3636
"@metamask/network-controller": "^21.1.0",
3737
"@metamask/polling-controller": "^11.0.0",
38-
"@metamask/transaction-controller": "^34.0.0",
38+
"@metamask/transaction-controller": "^37.3.0",
3939
"bignumber.js": "^9.0.1",
4040
"events": "^3.3.0",
4141
"fast-json-patch": "^3.1.0",
@@ -48,6 +48,7 @@
4848
"@metamask/eslint-config-jest": "^12.1.0",
4949
"@metamask/eslint-config-nodejs": "^12.1.0",
5050
"@metamask/eslint-config-typescript": "^12.1.0",
51+
"@metamask/gas-fee-controller": "^21.0.0",
5152
"@metamask/json-rpc-engine": "^9.0.0",
5253
"@types/jest": "^26.0.24",
5354
"@types/lodash": "^4.14.194",

0 commit comments

Comments
 (0)