Skip to content

Commit db38f75

Browse files
chore: Bump Snaps dependencies (#437)
Bump Snaps dependencies to latest version which should be supported in the latest version of the extension. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates Snap to latest Snaps SDK and aligns related MetaMask packages. > > - Upgrade `@metamask/snaps-sdk` to `~10.3.0` and `@metamask/snaps-jest` to `^9.8.0` in `package.json` > - Update `snap.manifest.json` `platformVersion` to `10.3.0` and refresh `source.shasum` > - Refresh `yarn.lock` with newer MetaMask deps (e.g., `snaps-controllers@17.x`, `snaps-execution-environments@10.3.0`, `snaps-utils@11.7.1`, `providers@22.1.1`, `controller-utils@11.18.0`) and new transitives like `ethers@6.16.0` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit dda864b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 6037bb6 commit db38f75

3 files changed

Lines changed: 272 additions & 218 deletions

File tree

packages/snap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"test": "jest"
2828
},
2929
"dependencies": {
30-
"@metamask/snaps-sdk": "~9.3.0"
30+
"@metamask/snaps-sdk": "~10.3.0"
3131
},
3232
"devDependencies": {
3333
"@jest/globals": "^29.5.0",
3434
"@metamask/snaps-cli": "^8.3.0",
35-
"@metamask/snaps-jest": "^9.4.0",
35+
"@metamask/snaps-jest": "^9.8.0",
3636
"@types/react": "18.2.4",
3737
"@types/react-dom": "18.2.4",
3838
"eslint": "^9.11.0",

packages/snap/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/template-snap-monorepo.git"
88
},
99
"source": {
10-
"shasum": "Gfr8rFPI5RjGo4ipE1RHD+aBxx19Tv+wGOGd1cnaI+E=",
10+
"shasum": "r7Mf2iZsV0U3aSQIy9eTnY8KIe0Nv90t0q87Cfju4pQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -23,6 +23,6 @@
2323
"snaps": false
2424
}
2525
},
26-
"platformVersion": "9.3.0",
26+
"platformVersion": "10.3.0",
2727
"manifestVersion": "0.1"
2828
}

0 commit comments

Comments
 (0)