Upgrade dependencies (#8749)

* [create-pull-request] automated change

* Remove conflicting HTMLStyleElement type improvement

* Pin postcss-hexrgba as 2.1.0 needs postcss 8

* Bump typescript version

* Add missing crypto stub

Co-authored-by: t3chguy <t3chguy@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
ElementRobot 2022-07-13 17:11:19 +01:00 committed by GitHub
parent f5f79158ed
commit 7b7181be18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1388 additions and 1519 deletions

View file

@ -173,10 +173,6 @@ declare global {
setSinkId(outputId: string): void;
}
interface HTMLStyleElement {
disabled?: boolean;
}
// Add Chrome-specific `instant` ScrollBehaviour
type _ScrollBehavior = ScrollBehavior | "instant";