Skip to content

Commit

Permalink
chore(deps): update dependency @playwright/test to ^1.28.1 (#37156)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 5, 2022
1 parent 663155d commit c6820fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/development-runtime/package.json
Expand Up @@ -59,7 +59,7 @@
"postinstall": "playwright install chromium"
},
"devDependencies": {
"@playwright/test": "^1.22.0",
"@playwright/test": "^1.28.1",
"@testing-library/cypress": "^7.0.0",
"cross-env": "^5.2.0",
"cypress": "^9.7.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/production-runtime/package.json
Expand Up @@ -55,7 +55,7 @@
"postinstall": "playwright install chromium"
},
"devDependencies": {
"@playwright/test": "^1.22.0",
"@playwright/test": "^1.28.1",
"cross-env": "^5.2.0",
"express": "^4.18.1",
"fs-extra": "^7.0.1",
Expand Down

0 comments on commit c6820fa

Please sign in to comment.