Skip to content

Commit

Permalink
fix: Upgrade puppeteer
Browse files Browse the repository at this point in the history
Previous version used to randomly hang while creating screenshots

This issues shows that some old versions are subjective to random
freezes puppeteer/puppeteer#4011

So upgrading to latest version should fix our issue

This fixes #1842
  • Loading branch information
Ldoppea committed Jul 12, 2021
1 parent bcdca2d commit a8b8aa0
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 96 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -117,7 +117,7 @@
"postcss-loader": "2.1.6",
"pretty": "2.0.0",
"prop-types": "15.7.2",
"puppeteer": "2.1.1",
"puppeteer": "10.1.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-hot-loader": "^4.3.11",
Expand Down

0 comments on commit a8b8aa0

Please sign in to comment.