Skip to content

Commit

Permalink
chore: bump puppeteer from 10.4.0 to 22.12.1 (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 9b32ade commit 7931471
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 113 deletions.
2 changes: 1 addition & 1 deletion e2e/accessibility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const main = async (): Promise<void> => {
(window as any).requestIdleCallback(resolve)
)
),
await page.waitForTimeout(5000)
await new Promise((resolve) => setTimeout(resolve, 5000))
]);

const axe = new AxePuppeteer(page, AXE_SOURCE).withTags([
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^2",
"puppeteer": "^10.4.0",
"puppeteer": "^22.12.1",
"react": "^17",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
Expand Down
Loading

0 comments on commit 7931471

Please sign in to comment.