Skip to content

Commit 36163f0

Browse files
TypeScript Botsaschanaz
andauthored
🤖 Update core dependencies (#1430)
Co-authored-by: saschanaz <[email protected]>
1 parent b5c4bcd commit 36163f0

File tree

5 files changed

+136
-121
lines changed

5 files changed

+136
-121
lines changed

baselines/dom.generated.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2961,6 +2961,11 @@ interface CSSStyleDeclaration {
29612961
columnWidth: string;
29622962
columns: string;
29632963
contain: string;
2964+
containIntrinsicBlockSize: string;
2965+
containIntrinsicHeight: string;
2966+
containIntrinsicInlineSize: string;
2967+
containIntrinsicSize: string;
2968+
containIntrinsicWidth: string;
29642969
container: string;
29652970
containerName: string;
29662971
containerType: string;
@@ -5492,7 +5497,6 @@ interface FontFace {
54925497
style: string;
54935498
unicodeRange: string;
54945499
variant: string;
5495-
variationSettings: string;
54965500
weight: string;
54975501
load(): Promise<FontFace>;
54985502
}

baselines/serviceworker.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,6 @@ interface FontFace {
16961696
style: string;
16971697
unicodeRange: string;
16981698
variant: string;
1699-
variationSettings: string;
17001699
weight: string;
17011700
load(): Promise<FontFace>;
17021701
}

baselines/sharedworker.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,6 @@ interface FontFace {
16151615
style: string;
16161616
unicodeRange: string;
16171617
variant: string;
1618-
variationSettings: string;
16191618
weight: string;
16201619
load(): Promise<FontFace>;
16211620
}

baselines/webworker.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,6 @@ interface FontFace {
17911791
style: string;
17921792
unicodeRange: string;
17931793
variant: string;
1794-
variationSettings: string;
17951794
weight: string;
17961795
load(): Promise<FontFace>;
17971796
}

0 commit comments

Comments
 (0)