Skip to content

Commit 4a11584

Browse files
authored
chore: mark v0.1.4 (#334)
* chore: roll Playwright to 1.60.0-alpha-1775061447000
1 parent 084d0c0 commit 4a11584

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Playwright CLI",
55
"repository": {
66
"type": "git",
@@ -18,12 +18,12 @@
1818
"test": "playwright test"
1919
},
2020
"devDependencies": {
21-
"@playwright/test": "1.60.0-alpha-1774999321000",
21+
"@playwright/test": "1.60.0-alpha-1775061447000",
2222
"@types/node": "^25.2.1"
2323
},
2424
"dependencies": {
2525
"minimist": "^1.2.5",
26-
"playwright": "1.60.0-alpha-1774999321000"
26+
"playwright": "1.60.0-alpha-1775061447000"
2727
},
2828
"bin": {
2929
"playwright-cli": "playwright-cli.js"

0 commit comments

Comments
 (0)