Skip to content

Commit 2d26404

Browse files
fix: update playwright to 1.45.1 (#938)
1 parent 21b4b2f commit 2d26404

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
18.20.3

__tests__/options.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('options', () => {
6666
ignoreHTTPSErrors: undefined,
6767
isMobile: true,
6868
userAgent:
69-
'Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.29 Mobile Safari/537.36',
69+
'Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.17 Mobile Safari/537.36',
7070
viewport: {
7171
height: 658,
7272
width: 320,

package-lock.json

Lines changed: 17 additions & 17 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
@@ -56,9 +56,9 @@
5656
"kleur": "^4.1.5",
5757
"micromatch": "^4.0.5",
5858
"pirates": "^4.0.5",
59-
"playwright": "=1.43.1",
60-
"playwright-chromium": "=1.43.1",
61-
"playwright-core": "=1.43.1",
59+
"playwright": "=1.45.1",
60+
"playwright-chromium": "=1.45.1",
61+
"playwright-core": "=1.45.1",
6262
"semver": "^7.5.4",
6363
"sharp": "^0.32.6",
6464
"snakecase-keys": "^4.0.1",

0 commit comments

Comments
 (0)