Skip to content

Commit

Permalink
(chore) Bump Playwright to 1.45.2 (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud authored Jul 23, 2024
1 parent 30642d6 commit 58949bb
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,5 +1,5 @@
# The image version should match the Playwright version specified in the package.json file
FROM mcr.microsoft.com/playwright:v1.44.0-jammy
FROM mcr.microsoft.com/playwright:v1.45.2-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 @@ -29,7 +29,7 @@
"@carbon/react": "~1.37.0",
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-common-lib": "next",
"@playwright/test": "1.44.0",
"@playwright/test": "1.45.2",
"@swc/core": "^1.2.165",
"@swc/jest": "^0.2.29",
"@testing-library/dom": "^9.3.3",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2922,7 +2922,7 @@ __metadata:
"@internationalized/date": "npm:^3.5.4"
"@openmrs/esm-framework": "npm:next"
"@openmrs/esm-patient-common-lib": "npm:next"
"@playwright/test": "npm:1.44.0"
"@playwright/test": "npm:1.45.2"
"@swc/core": "npm:^1.2.165"
"@swc/jest": "npm:^0.2.29"
"@testing-library/dom": "npm:^9.3.3"
Expand Down Expand Up @@ -3174,14 +3174,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.44.0":
version: 1.44.0
resolution: "@playwright/test@npm:1.44.0"
"@playwright/test@npm:1.45.2":
version: 1.45.2
resolution: "@playwright/test@npm:1.45.2"
dependencies:
playwright: "npm:1.44.0"
playwright: "npm:1.45.2"
bin:
playwright: cli.js
checksum: 10/bd34b3c3f90f3cb5ceb2e47715c36bf7f6f57f0eb2bb4e47f17be4ecfecf58833a3722b200f3fcd0f97320a9ea08aee3ed58a61fe245591fedae3c6db171743c
checksum: 10/858ab8c44b430977bf21aa9b089aa5b844899bdb80ededc59dcb5f8a284d483a8b4f56f724fbedf24fa424a6727a23d89f3614af82d82c4813a69f0aa58d945b
languageName: node
linkType: hard

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

"playwright-core@npm:1.44.0":
version: 1.44.0
resolution: "playwright-core@npm:1.44.0"
"playwright-core@npm:1.45.2":
version: 1.45.2
resolution: "playwright-core@npm:1.45.2"
bin:
playwright-core: cli.js
checksum: 10/50b1741b8e4e5f053f9756846e1064d796e8e54ee0c13d4d026926338d76969fa528bddf1e563a2f30e17b92f301b06895044d1080179f2d3b5b5f68fe01387f
checksum: 10/ce35af648efca3f0c34630e76e2137cda183491ddfe04aadcff2217f44fcdb15e73e0334754b01ff60de799d745b2e5478c61e2693d7b9bdd9ccf73fe07df426
languageName: node
linkType: hard

"playwright@npm:1.44.0":
version: 1.44.0
resolution: "playwright@npm:1.44.0"
"playwright@npm:1.45.2":
version: 1.45.2
resolution: "playwright@npm:1.45.2"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.44.0"
playwright-core: "npm:1.45.2"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10/a7d8d6c0dee6262f97ab7fe52ec80ddeff7ad21178a9b90eefae56779fb573e8a3987f27619de6e98d8b9b78e9bb66b94f3caf9fbd51c0f1964dcd744dcb3cae
checksum: 10/3e21c453cfc33b41c545eac2c6386ff2a39265088409200bf045cba38f1661f1aba10e80902354cdce86e964084b6c9dbfb5d3af94326aa2a7cb8800ae1a1e3f
languageName: node
linkType: hard

Expand Down

0 comments on commit 58949bb

Please sign in to comment.