Skip to content

Commit

Permalink
fix: update playwright to 1.45.1 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam authored Jul 9, 2024
1 parent 21b4b2f commit 2d26404
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
18.20.3
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/124.0.6367.29 Mobile Safari/537.36',
'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',
viewport: {
height: 658,
width: 320,
Expand Down
34 changes: 17 additions & 17 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 @@ -56,9 +56,9 @@
"kleur": "^4.1.5",
"micromatch": "^4.0.5",
"pirates": "^4.0.5",
"playwright": "=1.43.1",
"playwright-chromium": "=1.43.1",
"playwright-core": "=1.43.1",
"playwright": "=1.45.1",
"playwright-chromium": "=1.45.1",
"playwright-core": "=1.45.1",
"semver": "^7.5.4",
"sharp": "^0.32.6",
"snakecase-keys": "^4.0.1",
Expand Down

0 comments on commit 2d26404

Please sign in to comment.