Skip to content

Commit

Permalink
fix(playwright): update playwright to support updated types (dequelab…
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Dec 20, 2022
1 parent 6065b56 commit 1339ec7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:

playwright:
docker:
- image: mcr.microsoft.com/playwright:bionic
- image: mcr.microsoft.com/playwright:v1.29.0
environment:
NODE_ENV: development
working_directory: ~/axe-core-npm
Expand Down
32 changes: 16 additions & 16 deletions packages/playwright/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"playwright": "^1.27.0",
"playwright-core": "^1.27.0",
"playwright": "^1.29.0",
"playwright-core": "^1.29.0",
"rimraf": "^3.0.2",
"test-listen": "^1.1.0",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 1339ec7

Please sign in to comment.