mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user