Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3e0fbfc

Browse files
ortagithub-actions[bot]
authored andcommittedOct 11, 2024·
🤖 Update core dependencies
1 parent 8893311 commit 3e0fbfc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎baselines/dom.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15643,7 +15643,7 @@ interface MediaMetadata {
1564315643
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaMetadata/artist) */
1564415644
artist: string;
1564515645
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaMetadata/artwork) */
15646-
artwork: ReadonlyArray<MediaImage>;
15646+
artwork: ReadonlyArray<any>;
1564715647
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaMetadata/title) */
1564815648
title: string;
1564915649
}

‎baselines/ts5.5/dom.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15643,7 +15643,7 @@ interface MediaMetadata {
1564315643
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaMetadata/artist) */
1564415644
artist: string;
1564515645
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaMetadata/artwork) */
15646-
artwork: ReadonlyArray<MediaImage>;
15646+
artwork: ReadonlyArray<any>;
1564715647
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaMetadata/title) */
1564815648
title: string;
1564915649
}

‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.