Skip to content

Commit c6820fa

Browse files
chore(deps): update dependency @playwright/test to ^1.28.1 (#37156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 663155d commit c6820fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e-tests/development-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"postinstall": "playwright install chromium"
6060
},
6161
"devDependencies": {
62-
"@playwright/test": "^1.22.0",
62+
"@playwright/test": "^1.28.1",
6363
"@testing-library/cypress": "^7.0.0",
6464
"cross-env": "^5.2.0",
6565
"cypress": "^9.7.0",

e2e-tests/production-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"postinstall": "playwright install chromium"
5656
},
5757
"devDependencies": {
58-
"@playwright/test": "^1.22.0",
58+
"@playwright/test": "^1.28.1",
5959
"cross-env": "^5.2.0",
6060
"express": "^4.18.1",
6161
"fs-extra": "^7.0.1",

0 commit comments

Comments
 (0)