Skip to content

Commit

Permalink
🤖 Update core dependencies (microsoft#1472)
Browse files Browse the repository at this point in the history
Co-authored-by: saschanaz <[email protected]>
  • Loading branch information
typescript-bot and saschanaz committed Jan 15, 2023
1 parent 7495d3e commit 8246ebe
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
5 changes: 3 additions & 2 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,6 @@ interface ARIAMixin {
ariaChecked: string | null;
ariaColCount: string | null;
ariaColIndex: string | null;
ariaColIndexText: string | null;
ariaColSpan: string | null;
ariaCurrent: string | null;
ariaDisabled: string | null;
Expand All @@ -2029,7 +2028,6 @@ interface ARIAMixin {
ariaRoleDescription: string | null;
ariaRowCount: string | null;
ariaRowIndex: string | null;
ariaRowIndexText: string | null;
ariaRowSpan: string | null;
ariaSelected: string | null;
ariaSetSize: string | null;
Expand Down Expand Up @@ -3000,6 +2998,7 @@ interface CSSStyleDeclaration {
containerName: string;
containerType: string;
content: string;
contentVisibility: string;
counterIncrement: string;
counterReset: string;
counterSet: string;
Expand Down Expand Up @@ -3119,6 +3118,7 @@ interface CSSStyleDeclaration {
maskRepeat: string;
maskSize: string;
maskType: string;
mathStyle: string;
maxBlockSize: string;
maxHeight: string;
maxInlineSize: string;
Expand Down Expand Up @@ -3772,6 +3772,7 @@ declare var ClipboardEvent: {

/** Available only in secure contexts. */
interface ClipboardItem {
readonly presentationStyle: PresentationStyle;
readonly types: ReadonlyArray<string>;
getType(type: string): Promise<Blob>;
}
Expand Down
74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8246ebe

Please sign in to comment.