Skip to content

Commit 3f43390

Browse files
authored
chore: roll Playwright to 1.60.0-alpha-1775584683000 (#348)
1 parent a0d5bfd commit 3f43390

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

.claude/skills/dev/roll.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
5. **Create a branch and commit**:
3434
- Branch name: `roll_<version>` (e.g. `roll_214`)
3535
- Commit message: `chore: roll Playwright to <version>`
36+
- do not add Co-Authored-By
3637

3738
## Key files
3839

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"test": "playwright test"
1919
},
2020
"devDependencies": {
21-
"@playwright/test": "1.60.0-alpha-1775237291000",
21+
"@playwright/test": "1.60.0-alpha-1775584683000",
2222
"@types/node": "^25.2.1"
2323
},
2424
"dependencies": {
2525
"minimist": "^1.2.5",
26-
"playwright": "1.60.0-alpha-1775237291000"
26+
"playwright": "1.60.0-alpha-1775584683000"
2727
},
2828
"bin": {
2929
"playwright-cli": "playwright-cli.js"

0 commit comments

Comments
 (0)