Skip to content

Commit

Permalink
Merge branch 'master' of github.com:waku-org/js-waku into weboko/inte…
Browse files Browse the repository at this point in the history
…rop-tests
  • Loading branch information
weboko committed Jan 15, 2024
2 parents e958d1b + 1bc0b0a commit b301ba3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.38.0-jammy
image: mcr.microsoft.com/playwright:v1.40.1-jammy
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
41 changes: 25 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"karma-webkit-launcher": "^2.1.0",
"karma-webpack": "github:codymikol/karma-webpack#2337a82beb078c0d8e25ae8333a06249b8e72828",
"lint-staged": "^14.0.1",
"playwright": "^1.38.1",
"playwright": "^1.40.1",
"size-limit": "^11.0.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "npx playwright test"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.40.1",
"@waku/create-app": "^0.1.1-7c24ffa",
"dotenv-flow": "^3.3.0",
"serve": "^14.2.1"
Expand Down

0 comments on commit b301ba3

Please sign in to comment.