Skip to content

Commit 6063224

Browse files
committed
playwright v1.14.1
1 parent b77e1df commit 6063224

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

codeceptjs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@codeceptjs/examples": "^1.2.1",
1616
"@codeceptjs/ui": "^0.4.3",
1717
"codeceptjs": "^3.0.6",
18-
"playwright": "~1.13.1"
18+
"playwright": "~1.14.1"
1919
}
2020
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"browserstack-local": "^1.4.8",
44
"global-agent": "^3.0.0",
5-
"playwright": "~1.13.1"
5+
"playwright": "~1.14.1"
66
},
77
"engines": {
88
"node": ">=12.7.0"

playwright-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"jest": "^27.0.3",
1313
"jest-playwright-preset": "^1.6.0",
14-
"playwright": "~1.13.1"
14+
"playwright": "~1.14.1"
1515
}
1616
}

playwright-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test:local": "BROWSERSTACK_LOCAL=true npx playwright test --config=./playwright-local.config.js"
1212
},
1313
"devDependencies": {
14-
"playwright": "~1.13.1",
15-
"@playwright/test": "~1.13.1",
14+
"playwright": "~1.14.1",
15+
"@playwright/test": "~1.14.1",
1616
"browserstack-local": "^1.4.8"
1717
}
1818
}

0 commit comments

Comments
 (0)