Skip to content

Commit 5fbc159

Browse files
committed
chore: update package dependencies to latest versions
- Bumped `@vitejs/plugin-react` to version 5.0.2 for improved compatibility. - Updated `metamask-testing-tools` to version 2.2.7 across multiple packages to ensure alignment with the latest features and fixes. - Upgraded `mocha` to version 11.7.2 for enhanced testing capabilities. - Adjusted package.json files in examples and packages to reflect these changes, enhancing overall project stability and performance.
1 parent 0ef3101 commit 5fbc159

File tree

5 files changed

+109
-30
lines changed

5 files changed

+109
-30
lines changed

examples/insights-wagmi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@biomejs/biome": "^1.9.4",
2323
"@types/react": "^19.1.10",
2424
"@types/react-dom": "^19.1.7",
25-
"@vitejs/plugin-react": "^5.0.0",
25+
"@vitejs/plugin-react": "^5.0.2",
2626
"globals": "^16.3.0",
2727
"typescript": "~5.8.3",
2828
"vite": "^7.1.2"

packages/adapter-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/react": "^19.1.10",
5858
"@types/react-dom": "^19.1.7",
5959
"assert": "^2.1.0",
60-
"mocha": "^11.7.1",
60+
"mocha": "^11.7.2",
6161
"playwright-test": "^14.1.11",
6262
"preact": "^10.27.0",
6363
"react": "^19.1.1",

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.6",
61+
"metamask-testing-tools": "^2.2.7",
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.6",
112+
"metamask-testing-tools": "^2.2.7",
113113
"onchange": "^7.1.0",
114114
"playwright-test": "^14.1.11",
115115
"prettier": "^3.6.2",

pnpm-lock.yaml

Lines changed: 105 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)