Skip to content

Commit d6e40fb

Browse files
committed
Add missing dependency to manage state example
1 parent cfbdd9f commit d6e40fb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"test:watch": "jest --watch"
4444
},
4545
"dependencies": {
46-
"@metamask/snaps-sdk": "workspace:^"
46+
"@metamask/snaps-sdk": "workspace:^",
47+
"@metamask/utils": "^11.0.0"
4748
},
4849
"devDependencies": {
4950
"@jest/globals": "^29.5.0",

yarn.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5144,6 +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"
51475148
"@swc/core": "npm:1.3.78"
51485149
"@swc/jest": "npm:^0.2.26"
51495150
"@typescript-eslint/eslint-plugin": "npm:^5.42.1"
@@ -6474,6 +6475,23 @@ __metadata:
64746475
languageName: node
64756476
linkType: hard
64766477

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+
64776495
"@metamask/utils@npm:^9.0.0, @metamask/utils@npm:^9.1.0":
64786496
version: 9.2.1
64796497
resolution: "@metamask/utils@npm:9.2.1"

0 commit comments

Comments
 (0)