Skip to content

Commit

Permalink
fix(deps): update pw to 1.41.2 (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Feb 2, 2024
1 parent dcae5f8 commit d1259e9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
16 changes: 8 additions & 8 deletions bundles/package-lock.json

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

2 changes: 1 addition & 1 deletion bundles/package.json
Expand Up @@ -8,6 +8,6 @@
"build": "npm run bundle -- --minify"
},
"dependencies": {
"playwright": "=1.41.1"
"playwright": "=1.41.2"
}
}
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
Expand Up @@ -51,9 +51,9 @@
"kleur": "^4.1.5",
"micromatch": "^4.0.5",
"pirates": "^4.0.5",
"playwright": "=1.41.1",
"playwright-chromium": "=1.41.1",
"playwright-core": "=1.41.1",
"playwright": "=1.41.2",
"playwright-chromium": "=1.41.2",
"playwright-core": "=1.41.2",
"semver": "^7.5.4",
"sharp": "^0.32.6",
"snakecase-keys": "^4.0.1",
Expand Down

0 comments on commit d1259e9

Please sign in to comment.