Skip to content

Commit 6096784

Browse files
committed
Fix @metamask/utils version
1 parent 21727ac commit 6096784

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

packages/examples/packages/manage-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@metamask/snaps-sdk": "workspace:^",
47-
"@metamask/utils": "^11.0.0"
47+
"@metamask/utils": "^10.0.0"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",

yarn.lock

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5144,7 +5144,7 @@ __metadata:
51445144
"@metamask/snaps-cli": "workspace:^"
51455145
"@metamask/snaps-jest": "workspace:^"
51465146
"@metamask/snaps-sdk": "workspace:^"
5147-
"@metamask/utils": "npm:^11.0.0"
5147+
"@metamask/utils": "npm:^10.0.0"
51485148
"@swc/core": "npm:1.3.78"
51495149
"@swc/jest": "npm:^0.2.26"
51505150
"@typescript-eslint/eslint-plugin": "npm:^5.42.1"
@@ -6475,23 +6475,6 @@ __metadata:
64756475
languageName: node
64766476
linkType: hard
64776477

6478-
"@metamask/utils@npm:^11.0.0":
6479-
version: 11.0.0
6480-
resolution: "@metamask/utils@npm:11.0.0"
6481-
dependencies:
6482-
"@ethereumjs/tx": "npm:^4.2.0"
6483-
"@metamask/superstruct": "npm:^3.1.0"
6484-
"@noble/hashes": "npm:^1.3.1"
6485-
"@scure/base": "npm:^1.1.3"
6486-
"@types/debug": "npm:^4.1.7"
6487-
debug: "npm:^4.3.4"
6488-
pony-cause: "npm:^2.1.10"
6489-
semver: "npm:^7.5.4"
6490-
uuid: "npm:^9.0.1"
6491-
checksum: 10/a836fcbbc1e88af9c514f643bf5c6b85a9c9f433a6f43184e3c8e8d464390c6eafd788737904564c86b4ac81c4d3e0f070408ce6ae5b71f6abbd59a94f6137de
6492-
languageName: node
6493-
linkType: hard
6494-
64956478
"@metamask/utils@npm:^9.0.0, @metamask/utils@npm:^9.1.0":
64966479
version: 9.2.1
64976480
resolution: "@metamask/utils@npm:9.2.1"

0 commit comments

Comments
 (0)