Skip to content

Commit

Permalink
(chore) Bump playwright (openmrs#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Mar 7, 2024
1 parent 044e8af commit c60f418
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
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.39.0-jammy
FROM mcr.microsoft.com/playwright:v1.42.1-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 @@ -72,7 +72,7 @@
"@dnd-kit/utilities": "^3.2.1",
"@openmrs/esm-framework": "next",
"@openmrs/esm-styleguide": "next",
"@playwright/test": "1.39.0",
"@playwright/test": "1.42.1",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.85",
"@swc/jest": "^0.2.29",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3250,7 +3250,7 @@ __metadata:
"@openmrs/esm-framework": "npm:next"
"@openmrs/esm-styleguide": "npm:next"
"@openmrs/openmrs-form-engine-lib": "npm:next"
"@playwright/test": "npm:1.39.0"
"@playwright/test": "npm:1.42.1"
"@swc/cli": "npm:^0.1.62"
"@swc/core": "npm:^1.3.85"
"@swc/jest": "npm:^0.2.29"
Expand Down Expand Up @@ -3549,14 +3549,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.39.0":
version: 1.39.0
resolution: "@playwright/test@npm:1.39.0"
"@playwright/test@npm:1.42.1":
version: 1.42.1
resolution: "@playwright/test@npm:1.42.1"
dependencies:
playwright: "npm:1.39.0"
playwright: "npm:1.42.1"
bin:
playwright: cli.js
checksum: 5d039234609395f3eab46b5954b259bdd80dacf79efe531369c1633647dcafce25a78d497e61e671d661274bf66076426a1bd46be585c44addf23bb5bfaa15a2
checksum: 5bd7f1c77963cacc6f44cf4c1ef46f9ad41e79a3e6f34eb81398afaa09b1b08a4cbe0f7064f03c71c094414d1c4507d6183b61c63aa4b6a93846d386f7c651a2
languageName: node
linkType: hard

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

"playwright-core@npm:1.39.0":
version: 1.39.0
resolution: "playwright-core@npm:1.39.0"
"playwright-core@npm:1.42.1":
version: 1.42.1
resolution: "playwright-core@npm:1.42.1"
bin:
playwright-core: cli.js
checksum: e4e01ddea024c7564bbfacdba5f545b004a4017b466af08ae90e5184da4f5bc61e74c96e37cc5e30b7d4f97341c0883cfb2038c8cfbfab65316d714f65b82d83
checksum: 6a71d2e2aa5b054d6e83836f09e139a0ff4de3aa9b6aebe0e03de3ab828c735d23a20a60fafcee91c1658da490cc390f05af463325ac842beaff58a173f7ad9e
languageName: node
linkType: hard

"playwright@npm:1.39.0":
version: 1.39.0
resolution: "playwright@npm:1.39.0"
"playwright@npm:1.42.1":
version: 1.42.1
resolution: "playwright@npm:1.42.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.39.0"
playwright-core: "npm:1.42.1"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 6f6b2f4381fccfbc560c4cd25e164f5093fec4e2046990587282e18618151d723b299b56c16741ce08e44a759c22e38c3e705b716d31238320e08e6ffcfa7319
checksum: 1f866a6820e19feaaeb12cd87bfa93299d6d72e1287413098c5ae0349c7e7953eb0a303bdfbb99c12173a3493e6fdb642f89a166cfcfd8295254a520abf6eb7f
languageName: node
linkType: hard

Expand Down

0 comments on commit c60f418

Please sign in to comment.