Skip to content

Commit 67b73ad

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthored
🤖 Update core dependencies (#1663)
Co-authored-by: saschanaz <[email protected]>
1 parent 545554b commit 67b73ad

File tree

2 files changed

+54
-51
lines changed

2 files changed

+54
-51
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3366,6 +3366,8 @@ interface CSSImportRule extends CSSRule {
33663366
readonly media: MediaList;
33673367
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/styleSheet) */
33683368
readonly styleSheet: CSSStyleSheet | null;
3369+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/supportsText) */
3370+
readonly supportsText: string | null;
33693371
}
33703372

33713373
declare var CSSImportRule: {

package-lock.json

Lines changed: 52 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)