Skip to content

Commit

Permalink
fix: updrage playwright to 1.48.2 (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam authored Nov 22, 2024
1 parent 8a66981 commit 06a2b57
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion __tests__/options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('options', () => {
ignoreHTTPSErrors: undefined,
isMobile: true,
userAgent:
'Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Mobile Safari/537.36',
'Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.31 Mobile Safari/537.36',
viewport: {
height: 658,
width: 320,
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"micromatch": "^4.0.8",
"otpauth": "^9.3.2",
"pirates": "^4.0.5",
"playwright": "=1.47.0",
"playwright-chromium": "=1.47.0",
"playwright-core": "=1.47.0",
"playwright": "=1.48.2",
"playwright-chromium": "=1.48.2",
"playwright-core": "=1.48.2",
"semver": "^7.5.4",
"sharp": "^0.33.5",
"snakecase-keys": "^4.0.1",
Expand Down

0 comments on commit 06a2b57

Please sign in to comment.