@metamask-previews/controller-utils
Advanced tools
Comparing version 5.0.2-preview.e3b05ea to 5.0.2-preview.eb58a59
@@ -8,2 +8,4 @@ # Changelog | ||
## [Unreleased] | ||
### Changed | ||
- Bump dependency `@metamask/eth-query` from ^3.0.1 to ^4.0.0 ([#2028](https://github.com/MetaMask/core/pull/2028)) | ||
@@ -10,0 +12,0 @@ ## [5.0.2] |
{ | ||
"name": "@metamask-previews/controller-utils", | ||
"version": "5.0.2-preview.e3b05ea", | ||
"version": "5.0.2-preview.eb58a59", | ||
"description": "Data and convenience functions shared by multiple packages", | ||
@@ -27,8 +27,9 @@ "keywords": [ | ||
"publish:preview": "yarn npm publish --tag preview", | ||
"test": "jest", | ||
"test": "jest --reporters=jest-silent-reporter", | ||
"test:clean": "jest --clearCache", | ||
"test:verbose": "jest --verbose", | ||
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"@metamask/utils": "^8.1.0", | ||
"@metamask/utils": "^8.2.0", | ||
"@spruceid/siwe-parser": "1.1.3", | ||
@@ -41,4 +42,4 @@ "eth-ens-namehash": "^2.0.8", | ||
"devDependencies": { | ||
"@metamask/auto-changelog": "^3.4.0", | ||
"@metamask/eth-query": "^3.0.1", | ||
"@metamask/auto-changelog": "^3.4.3", | ||
"@metamask/eth-query": "^4.0.0", | ||
"@types/jest": "^27.4.1", | ||
@@ -45,0 +46,0 @@ "deepmerge": "^4.2.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
112381
Updated@metamask/utils@^8.2.0