Skip to content

Commit

Permalink
Deps: Update playwright to 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 22, 2024
1 parent 19eeb11 commit a1921f8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT"

- name: Run Playwright tests
uses: docker://mcr.microsoft.com/playwright:v1.48.0-jammy
uses: docker://mcr.microsoft.com/playwright:v1.49.0-jammy
with:
args: 'sh -c "corepack install && corepack enable && yarn test:e2e"'
env:
Expand Down
2 changes: 1 addition & 1 deletion bin/make/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o errexit

PLAYWRIGHT_VERSION=1.48.0
PLAYWRIGHT_VERSION=1.49.0
UBUNTU_VERSION=jammy

E2E_FLAG=""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@lmc-eu/conventional-changelog-lmc-github": "3.0.3",
"@lmc-eu/eslint-config-react": "2.0.5",
"@omlet/cli": "1.11.0",
"@playwright/test": "1.48.0",
"@playwright/test": "1.49.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.3.0",
"@svgr/webpack": "8.1.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6933,14 +6933,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.48.0":
version: 1.48.0
resolution: "@playwright/test@npm:1.48.0"
"@playwright/test@npm:1.49.0":
version: 1.49.0
resolution: "@playwright/test@npm:1.49.0"
dependencies:
playwright: "npm:1.48.0"
playwright: "npm:1.49.0"
bin:
playwright: cli.js
checksum: 10/8845ed0f0b303e10ee0a0f04562ef83be3f9123fac91d722f697ad964a119af74cd5fb08e1139f1b20b27396479456c984bfdc699fadedd92af9c0490fb4c7c0
checksum: 10/e87485ab4c02b6dc0bc20a43ea3965c949c45caa4e7f5beea4a0abd29be0a318662931e887072db0d165f8dde93709b97ea1b2c6f4c833b403aa13427d76dd22
languageName: node
linkType: hard

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

"playwright-core@npm:1.48.0":
version: 1.48.0
resolution: "playwright-core@npm:1.48.0"
"playwright-core@npm:1.49.0":
version: 1.49.0
resolution: "playwright-core@npm:1.49.0"
bin:
playwright-core: cli.js
checksum: 10/644489b4de9cc181e83eb639a283d3c4f8e4c3b1b1759d7c93b72fd0373b5a66ba376ee6a5ee3eca67f1b773bf15c5e01b6aeedd43c94c355bf4fc0d110713bc
checksum: 10/ef9c708293adab100337ed7fd8e61660be381707fc2b84f07b5f40d1ead44feb6a8e52fef98075e594522229d15a9ad56dd1471689cfa59409bec6447c22944d
languageName: node
linkType: hard

"playwright@npm:1.48.0":
version: 1.48.0
resolution: "playwright@npm:1.48.0"
"playwright@npm:1.49.0":
version: 1.49.0
resolution: "playwright@npm:1.49.0"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.48.0"
playwright-core: "npm:1.49.0"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10/85b06ae8d0ab7a5a8c9a0d416007b18f35a59455fad40438bda98cbe07c48f338e97b98b1d9214e27f08d6ac284eba0eaab722f5684cd17dd4a47f5b69d004b9
checksum: 10/1fb198d09d388ec46cc2f0fc6b889a8bde8a75066ded82d35f08ba333091ebf3fc4ddf11263a86058a7078c7238ec4f23a86a9f1dc3ebd4f610c9eb07841fb32
languageName: node
linkType: hard

Expand Down Expand Up @@ -28399,7 +28399,7 @@ __metadata:
"@lmc-eu/conventional-changelog-lmc-github": "npm:3.0.3"
"@lmc-eu/eslint-config-react": "npm:2.0.5"
"@omlet/cli": "npm:1.11.0"
"@playwright/test": "npm:1.48.0"
"@playwright/test": "npm:1.49.0"
"@rollup/plugin-babel": "npm:6.0.4"
"@rollup/plugin-node-resolve": "npm:15.3.0"
"@svgr/webpack": "npm:8.1.0"
Expand Down

0 comments on commit a1921f8

Please sign in to comment.