Skip to content

Commit 957eced

Browse files
TypeScript Botsaschanaz
andauthored
🤖 Update core dependencies (#1584)
Co-authored-by: saschanaz <[email protected]>
1 parent 6850f02 commit 957eced

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10074,7 +10074,7 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
1007410074
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover) */
1007510075
showPopover(): void;
1007610076
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover) */
10077-
togglePopover(force?: boolean): void;
10077+
togglePopover(force?: boolean): boolean;
1007810078
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1007910079
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1008010080
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;

package-lock.json

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

0 commit comments

Comments
 (0)