Skip to content

Commit

Permalink
build: update playwright to --> v1.48.1 in stack
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 22, 2024
1 parent bd61bfa commit ca3fea1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion contrib/playwright/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
timeout: 5s

ui-test:
image: "mcr.microsoft.com/playwright:${PLAYWRIGHT_TAG:-v1.46.0}"
image: "mcr.microsoft.com/playwright:${PLAYWRIGHT_TAG:-v1.48.1}"
depends_on:
# Starts the proxy and all other services
proxy:
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"email": "sysadmin@hotosm.org"
},
"devDependencies": {
"@playwright/test": "1.44.1",
"@playwright/test": "1.48.1",
"@types/node": "^22.0.2",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
Expand Down
32 changes: 16 additions & 16 deletions src/frontend/pnpm-lock.yaml

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

0 comments on commit ca3fea1

Please sign in to comment.