Skip to content

Commit 7b0dc15

Browse files
authored
🤖 Update core dependencies
1 parent 39c685b commit 7b0dc15

File tree

2 files changed

+101
-93
lines changed

2 files changed

+101
-93
lines changed

baselines/dom.generated.d.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5690,7 +5690,7 @@ interface GlobalEventHandlers {
56905690
* @param ev The event.
56915691
*/
56925692
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
5693-
/** @deprecated This is a legacy alias of `onanimationend`. */
5693+
/** @deprecated This is a legacy alias of `onanimationstart`. */
56945694
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
56955695
/** @deprecated This is a legacy alias of `onanimationiteration`. */
56965696
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -8662,6 +8662,14 @@ interface InnerHTML {
86628662
innerHTML: string;
86638663
}
86648664

8665+
interface InputDeviceInfo extends MediaDeviceInfo {
8666+
}
8667+
8668+
declare var InputDeviceInfo: {
8669+
prototype: InputDeviceInfo;
8670+
new(): InputDeviceInfo;
8671+
};
8672+
86658673
interface InputEvent extends UIEvent {
86668674
readonly data: string | null;
86678675
readonly dataTransfer: DataTransfer | null;
@@ -17512,7 +17520,7 @@ declare var onvolumechange: ((this: Window, ev: Event) => any) | null;
1751217520
* @param ev The event.
1751317521
*/
1751417522
declare var onwaiting: ((this: Window, ev: Event) => any) | null;
17515-
/** @deprecated This is a legacy alias of `onanimationend`. */
17523+
/** @deprecated This is a legacy alias of `onanimationstart`. */
1751617524
declare var onwebkitanimationend: ((this: Window, ev: Event) => any) | null;
1751717525
/** @deprecated This is a legacy alias of `onanimationiteration`. */
1751817526
declare var onwebkitanimationiteration: ((this: Window, ev: Event) => any) | null;

package-lock.json

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

0 commit comments

Comments
 (0)