Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # [email protected]

- name: Install Playwright dependencies
run: pnpm dlx playwright@1.48.2 install-deps
run: pnpm dlx playwright@1.52.0 install-deps

# For now, we only need Chromium.
- name: Install browsers for Playwright
run: pnpm dlx playwright@1.48.2 install chromium
run: pnpm dlx playwright@1.52.0 install

- name: Build project
run: pnpm run build
Expand Down
2 changes: 1 addition & 1 deletion examples/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:playwright:headless:ui": "HEADLESS=true playwright test --ui"
},
"dependencies": {
"@playwright/test": "1.48.2",
"@playwright/test": "1.52.0",
"@synthetixio/synpress": "workspace:*",
"dotenv": "16.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"vitest": "1.2.2"
},
"peerDependencies": {
"playwright-core": "1.48.2"
"playwright-core": "1.52.0"
}
}
35 changes: 31 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading