Skip to content

Commit

Permalink
Merge pull request #6957 from Sage/playwright-1.47
Browse files Browse the repository at this point in the history
chore: upgrade playwright to v1.47
  • Loading branch information
Parsium committed Sep 13, 2024
2 parents ebb1e2a + 1619dc0 commit 72c9e1c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 20
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.43.0-jammy
image: mcr.microsoft.com/playwright:v1.47.0-jammy
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.43.0-jammy
image: mcr.microsoft.com/playwright:v1.47.0-jammy
strategy:
fail-fast: false
matrix:
Expand Down
82 changes: 43 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"styled-components": "^4.4.1"
},
"devDependencies": {
"@axe-core/playwright": "~4.9.0",
"@axe-core/playwright": "~4.10.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
Expand All @@ -69,8 +69,8 @@
"@babel/types": "^7.23.4",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@playwright/experimental-ct-react17": "~1.43.0",
"@playwright/test": "~1.43.0",
"@playwright/experimental-ct-react17": "~1.47.0",
"@playwright/test": "~1.47.0",
"@sage/design-tokens": "~4.29.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
Expand Down

0 comments on commit 72c9e1c

Please sign in to comment.