FIX: use the latest version of puppeteer-core package to fix page.click issue (#22989)

Previously, the `page.click` method randomly failed in some situations.
This commit is contained in:
Vinoth Kannan
2023-08-16 10:36:45 +05:30
committed by GitHub
parent e654edf844
commit 9643151419
2 changed files with 276 additions and 121 deletions

View File

@@ -36,7 +36,7 @@
"moment-timezone": "0.5.43",
"prettier-plugin-ember-template-tag": "^0.3.2",
"pikaday": "1.8.2",
"puppeteer-core": "^13.7.0",
"puppeteer-core": "^21.0.3",
"squoosh": "discourse/squoosh#dc9649d",
"tidy-jsdoc": "^1.4.1",
"typescript": "^5.1.3"