Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support puppeteer version 15 #534

Closed
michael-siek opened this issue Jun 24, 2022 · 1 comment
Closed

Support puppeteer version 15 #534

michael-siek opened this issue Jun 24, 2022 · 1 comment
Assignees

Comments

@michael-siek
Copy link
Member

Puppeteer version 15 is out and we should update to support the update

@padmavemulapati
Copy link

padmavemulapati commented Jul 20, 2022

Validated with the below list of dependencies:

  "dependencies": {
    "@axe-core/puppeteer": "^4.4.4-alpha.298",
    "axe-core": "^4.4.2",
    "puppeteer": "^15.0.1"
  } ,
  "peerDependencies": {
  
    "puppeteer": ">=1.10.0 <= 15"
  }

and working fine and seeing the expected results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants