Skip to content

Commit

Permalink
chore(deps): Bump playwright from v1.48.1-focal to v1.48.2-focal (#7488)
Browse files Browse the repository at this point in the history
Bumps playwright from v1.48.1-focal to v1.48.2-focal.
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 675e846 commit aee3560
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
name: e2e-web-tests (${{ matrix.shard-index }}/${{ strategy.job-total }})
runs-on: ubuntu-20.04
# We need to update this each time we update playwright
container: mcr.microsoft.com/playwright:v1.48.1-focal
container: mcr.microsoft.com/playwright:v1.48.2-focal
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# reference: https://stackoverflow.com/a/51683309/3711475
# reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker

FROM mcr.microsoft.com/playwright:v1.48.1-focal AS setup
FROM mcr.microsoft.com/playwright:v1.48.2-focal AS setup

USER root

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"license-check-and-add": "^4.0.5",
"mini-css-extract-plugin": "2.9.0",
"npm-run-all": "^4.1.5",
"playwright": "^1.48.1",
"playwright": "^1.48.2",
"postcss": "^8.4.41",
"postcss-modules": "^6.0.0",
"prettier": "^3.3.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@ __metadata:
luxon: ^3.5.0
mini-css-extract-plugin: 2.9.0
npm-run-all: ^4.1.5
playwright: ^1.48.1
playwright: ^1.48.2
postcss: ^8.4.41
postcss-modules: ^6.0.0
prettier: ^3.3.3
Expand Down Expand Up @@ -9635,27 +9635,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.48.1":
version: 1.48.1
resolution: "playwright-core@npm:1.48.1"
"playwright-core@npm:1.48.2":
version: 1.48.2
resolution: "playwright-core@npm:1.48.2"
bin:
playwright-core: cli.js
checksum: adf5b43e054e49bcc712d70e71dedab92c362ea76a45a767bdf3d928d3c810a42f6f1c49382f3d44ed005986048001f75cb568605031215dc89a3e56d99d2976
checksum: a73ecea379f13f757ec38299871256a130d4abec5688369969a6b1ef6104c67f731a27c9a503a988c3e5b1141048552a3ed8c4d061cb631ff2ebab606835c10a
languageName: node
linkType: hard

"playwright@npm:^1.48.1":
version: 1.48.1
resolution: "playwright@npm:1.48.1"
"playwright@npm:^1.48.2":
version: 1.48.2
resolution: "playwright@npm:1.48.2"
dependencies:
fsevents: 2.3.2
playwright-core: 1.48.1
playwright-core: 1.48.2
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 81ca13392ad5e5ca87a226d0f5ff2da958c4e06a01dd6b56b4e4e5b4fec45ef8a8f7f0563ef0f4c725814265b931984d0c841e8524362b24480bcd527aa0c054
checksum: 69ffb28b5a94fc21a9bd3439feb363ffebb21c6b00e6d08ffc225787be49005d6b57072ebb043e78378252850f2b7712f8478e6685138a8e445d6fda94a31e28
languageName: node
linkType: hard

Expand Down

0 comments on commit aee3560

Please sign in to comment.