Skip to content

Commit

Permalink
chore(deps): update dependency @playwright/test to ^1.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 89cb129 commit f4a1bea
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
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"postinstall": "playwright install chromium"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"@playwright/test": "^1.43.1",
"@simonsmith/cypress-image-snapshot": "^6.1.1",
"@testing-library/cypress": "^9.0.0",
"@types/simonsmith__cypress-image-snapshot": "npm:@types/cypress-image-snapshot",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/production-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"postinstall": "playwright install chromium"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"@playwright/test": "^1.43.1",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
Expand Down

0 comments on commit f4a1bea

Please sign in to comment.