Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) Bump playwright #73

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/support/bamboo/playwright.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.42.1-jammy
FROM mcr.microsoft.com/playwright:v1.43.0-jammy

ARG USER_ID
ARG GROUP_ID
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-common-lib": "next",
"@openmrs/esm-styleguide": "next",
"@playwright/test": "1.42.1",
"@playwright/test": "1.43.0",
"@swc/cli": "^0.1.61",
"@swc/core": "^1.3.34",
"@swc/jest": "^0.2.24",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3028,7 +3028,7 @@ __metadata:
"@openmrs/esm-framework": next
"@openmrs/esm-patient-common-lib": next
"@openmrs/esm-styleguide": next
"@playwright/test": 1.42.1
"@playwright/test": 1.43.0
"@swc/cli": ^0.1.61
"@swc/core": ^1.3.34
"@swc/jest": ^0.2.24
Expand Down Expand Up @@ -3294,14 +3294,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.42.1":
version: 1.42.1
resolution: "@playwright/test@npm:1.42.1"
"@playwright/test@npm:1.43.0":
version: 1.43.0
resolution: "@playwright/test@npm:1.43.0"
dependencies:
playwright: 1.42.1
playwright: 1.43.0
bin:
playwright: cli.js
checksum: a41505f02a4dac358e645452a190cac620b8d4eae79ab5d90ea1fb7ca06d86a9f5749b1a803dea789b662d1cbfd216380f722bed72093897e18b4238f4a07a4d
checksum: c7c0c6e8fde4e9dceea22d48384642b78c3d539fb0512edeaa581dc4dc07cedfd166dba92c5e9e69a378b7fd63362b142450dbdd5c9b65d76c4def162a5c470d
languageName: node
linkType: hard

Expand Down Expand Up @@ -12715,27 +12715,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.42.1":
version: 1.42.1
resolution: "playwright-core@npm:1.42.1"
"playwright-core@npm:1.43.0":
version: 1.43.0
resolution: "playwright-core@npm:1.43.0"
bin:
playwright-core: cli.js
checksum: e7081ff0f43b4b9053255109eb1d82164b7c6b55c7d022e25fca935d0f4fc547cb2e02a7b64f0c2a9462729be7bb45edb082f8b038306415944f1061d00d9c90
checksum: b35265d356d87eb4114997e6af985ee3cb5a473f15a465d6e02834288a55f0cae4233a18178658389ff443f92405e020815fc165274d2262c3ca1c2b5be948cf
languageName: node
linkType: hard

"playwright@npm:1.42.1":
version: 1.42.1
resolution: "playwright@npm:1.42.1"
"playwright@npm:1.43.0":
version: 1.43.0
resolution: "playwright@npm:1.43.0"
dependencies:
fsevents: 2.3.2
playwright-core: 1.42.1
playwright-core: 1.43.0
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 06c16bcd07d03993126ee6c168bde28c59d3cab7f7d4721eaf57bd5c51e9c929e10a286758de062b5fc02874413ceae2684d14cbb7865c0a51fc8df6d9001ad1
checksum: edd4ef9644398c197d20e957cf2a5e5a95d7e0144f3c971923e709247f5b48551bf6168c74b34909f263ab96fac6e49466b65a9cd1349ad400dabd4b8b364acf
languageName: node
linkType: hard

Expand Down
Loading