Skip to content

Commit

Permalink
🤖 Update core dependencies (#1449)
Browse files Browse the repository at this point in the history
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
  • Loading branch information
typescript-bot and saschanaz committed Dec 22, 2022
1 parent 74d256e commit 0526329
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 96 deletions.
3 changes: 3 additions & 0 deletions baselines/dom.generated.d.ts
Expand Up @@ -6691,6 +6691,8 @@ interface HTMLFormElement extends HTMLElement {
name: string;
/** Designates a form that is not validated when submitted. */
noValidate: boolean;
rel: string;
readonly relList: DOMTokenList;
/** Sets or retrieves the window or frame at which to target content. */
target: string;
/** Returns whether a form will validate when it is submitted, without having to submit it. */
Expand Down Expand Up @@ -11240,6 +11242,7 @@ interface PublicKeyCredential extends Credential {
declare var PublicKeyCredential: {
prototype: PublicKeyCredential;
new(): PublicKeyCredential;
isConditionalMediationAvailable(): Promise<boolean>;
isUserVerifyingPlatformAuthenticatorAvailable(): Promise<boolean>;
};

Expand Down
192 changes: 96 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0526329

Please sign in to comment.