Update Preact
This fixes an issue where an uncaught error thrown inside an `act` callback would stop any `useEffect` effects from running for the rest of the test session, which was pretty confusing to debug. See https://github.com/preactjs/preact/releases/tag/10.4.0
Showing
... | ... | @@ -79,7 +79,7 @@ |
"npm-packlist": "^2.0.1", | ||
"postcss": "^7.0.13", | ||
"postcss-url": "^8.0.0", | ||
"preact": "^10.0.4", | ||
"preact": "^10.4.0", | ||
"prettier": "2.0.4", | ||
"puppeteer": "^2.0.0", | ||
"query-string": "^3.0.1", | ||
... | ... |
Please register or sign in to comment