Upgrade Preact
This fixes an issue with `useLayoutEffect` where it could run before a component's DOM node became connected to the document, preventing the effect from measuring the node.
Showing
... | @@ -88,7 +88,7 @@ | ... | @@ -88,7 +88,7 @@ |
"npm-packlist": "^1.1.12", | "npm-packlist": "^1.1.12", | ||
"postcss": "^7.0.13", | "postcss": "^7.0.13", | ||
"postcss-url": "^8.0.0", | "postcss-url": "^8.0.0", | ||
"preact": "10.0.1", | "preact": "^10.0.4", | ||
"prettier": "1.18.2", | "prettier": "1.18.2", | ||
"puppeteer": "^2.0.0", | "puppeteer": "^2.0.0", | ||
"query-string": "^3.0.1", | "query-string": "^3.0.1", | ||
... | ... |
Please register or sign in to comment