Skip to content

Commit cd03a56

Browse files
committed
chore: update metamask-testing-tools and other dependencies
- Bumped `metamask-testing-tools` to version 2.2.8 in both `adapter` and `snap` packages for improved functionality and compatibility. - Updated various dependencies in `pnpm-lock.yaml`, including `@babel/core` to 7.28.4 and `luxon` to 3.7.2, ensuring alignment with the latest features and fixes. - Adjusted `snap.manifest.json` to reflect the updated shasum for source integrity.
1 parent 5fbc159 commit cd03a56

File tree

4 files changed

+200
-32
lines changed

4 files changed

+200
-32
lines changed

packages/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@playwright/test": "^1.54.2",
5959
"@types/node": "^24.1.0",
6060
"@types/semver": "^7.7.0",
61-
"metamask-testing-tools": "^2.2.7",
61+
"metamask-testing-tools": "^2.2.8",
6262
"type-fest": "^4.41.0",
6363
"typescript": "5.8.3",
6464
"viem": "^2.34.0"

packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"@playwright/test": "^1.54.2",
110110
"@types/react": "19.1.10",
111111
"@types/react-dom": "19.1.7",
112-
"metamask-testing-tools": "^2.2.7",
112+
"metamask-testing-tools": "^2.2.8",
113113
"onchange": "^7.1.0",
114114
"playwright-test": "^14.1.11",
115115
"prettier": "^3.6.2",

packages/snap/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/filecoin-project/filsnap.git"
88
},
99
"source": {
10-
"shasum": "z7zf69ZZsXa3fl9ypIXhsYnED5Cq8pB6uVrqG3GF1H0=",
10+
"shasum": "Jxey/TnElGhvPoSJ+IJhaedYI4wLM20N0snbQzROHYw=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/snap.js",

0 commit comments

Comments
 (0)