Skip to content

Commit

Permalink
chore(deps): bump the playwright group with 3 updates (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 13, 2024
1 parent ab82483 commit e823134
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- run: pnpm install --frozen-lockfile
- run: pnpm exec playwright install
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- pnpm run test
if: runner.os == 'Linux'
- run: pnpm run test
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"lint:fix": "eslint --ext .ts,.tsx . --fix"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
"@playwright/test": "^1.40.1",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-standard": "^5.0.0",
"playwright": "^1.31.2",
"playwright-core": "^1.31.2",
"playwright": "^1.40.1",
"playwright-core": "^1.40.1",
"prettier-eslint": "^16.2.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
Expand Down
44 changes: 19 additions & 25 deletions pnpm-lock.yaml

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

0 comments on commit e823134

Please sign in to comment.