Skip to content

Commit

Permalink
chore: bump Playwright to v1.44 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 24, 2024
1 parent 3adb778 commit 1087022
Show file tree
Hide file tree
Showing 11 changed files with 2,551 additions and 2,518 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Try Playwright

![CI](https://github.com/mxschmitt/try-playwright/workflows/CI/badge.svg)
![Playwright version](https://img.shields.io/badge/Playwright-1.42.1-blue.svg)
![Playwright version](https://img.shields.io/badge/Playwright-1.44.1-blue.svg)

> Interactive playground for [Playwright](https://github.com/microsoft/playwright) to run examples directly from your browser
Expand Down
46 changes: 23 additions & 23 deletions e2e/package-lock.json

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

2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/mxschmitt/try-playwright#readme",
"devDependencies": {
"@playwright/test": "^1.42.1"
"@playwright/test": "^1.44.1"
},
"private": true
}

0 comments on commit 1087022

Please sign in to comment.