@metamask-previews/gas-fee-controller
Advanced tools
Comparing version 22.0.2-preview-9cfbf21f to 22.0.2-preview-9df90b5
@@ -10,2 +10,6 @@ # Changelog | ||
### Changed | ||
- Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) | ||
## [22.0.2] | ||
@@ -12,0 +16,0 @@ |
{ | ||
"name": "@metamask-previews/gas-fee-controller", | ||
"version": "22.0.2-preview-9cfbf21f", | ||
"version": "22.0.2-preview-9df90b5", | ||
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens", | ||
@@ -50,8 +50,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^7.0.2", | ||
"@metamask/controller-utils": "^11.4.4", | ||
"@metamask/base-controller": "^7.1.1", | ||
"@metamask/controller-utils": "^11.4.5", | ||
"@metamask/eth-query": "^4.0.0", | ||
"@metamask/ethjs-unit": "^0.3.0", | ||
"@metamask/polling-controller": "^12.0.2", | ||
"@metamask/utils": "^10.0.0", | ||
"@metamask/utils": "^11.0.1", | ||
"@types/bn.js": "^5.1.5", | ||
@@ -65,3 +65,3 @@ "@types/uuid": "^8.3.0", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/network-controller": "^22.1.0", | ||
"@metamask/network-controller": "^22.1.1", | ||
"@types/jest": "^27.4.1", | ||
@@ -68,0 +68,0 @@ "@types/jest-when": "^2.7.3", |
222478