Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: verify test dapp update works #29433

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ workflows:
- prep-build-test
- get-changed-files-with-git-diff
- test-e2e-firefox:
<<: *main_master_rc_only
requires:
- prep-build-test-mv2
- get-changed-files-with-git-diff
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
"@metamask/phishing-warning": "^4.1.0",
"@metamask/preferences-controller": "^15.0.1",
"@metamask/test-bundler": "^1.0.0",
"@metamask/test-dapp": "8.13.0",
"@metamask/test-dapp": "patch:@metamask/test-dapp@npm%3A8.13.0#~/.yarn/patches/@metamask-test-dapp-npm-8.13.0-cd1361a864.patch",
"@octokit/core": "^3.6.0",
"@open-rpc/meta-schema": "^1.14.6",
"@open-rpc/mock-server": "^1.7.5",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6447,6 +6447,13 @@ __metadata:
languageName: node
linkType: hard

"@metamask/test-dapp@patch:@metamask/test-dapp@npm%3A8.13.0#~/.yarn/patches/@metamask-test-dapp-npm-8.13.0-cd1361a864.patch":
version: 8.13.0
resolution: "@metamask/test-dapp@patch:@metamask/test-dapp@npm%3A8.13.0#~/.yarn/patches/@metamask-test-dapp-npm-8.13.0-cd1361a864.patch::version=8.13.0&hash=5583ed"
checksum: 10/17a5de0beb279c6899528d0be427ca21dbee4aab4e5c0498b6732cc3c324fc1928c33377200e02d7b75db45b9bdbfd1839504964b91acb02ef9903fbf598d6b5
languageName: node
linkType: hard

"@metamask/transaction-controller@npm:^42.1.0":
version: 42.1.0
resolution: "@metamask/transaction-controller@npm:42.1.0"
Expand Down Expand Up @@ -26683,7 +26690,7 @@ __metadata:
"@metamask/snaps-utils": "npm:^8.7.0"
"@metamask/solana-wallet-snap": "npm:^1.0.4"
"@metamask/test-bundler": "npm:^1.0.0"
"@metamask/test-dapp": "npm:8.13.0"
"@metamask/test-dapp": "patch:@metamask/test-dapp@npm%3A8.13.0#~/.yarn/patches/@metamask-test-dapp-npm-8.13.0-cd1361a864.patch"
"@metamask/transaction-controller": "npm:^42.1.0"
"@metamask/user-operation-controller": "npm:^21.0.0"
"@metamask/utils": "npm:^10.0.1"
Expand Down
Loading