Skip to content

Commit

Permalink
🤖 Update core dependencies (#1595)
Browse files Browse the repository at this point in the history
Co-authored-by: saschanaz <[email protected]>
  • Loading branch information
TypeScript Bot and saschanaz authored Jul 13, 2023
1 parent 0271c50 commit 9e884a8
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 71 deletions.
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5811,7 +5811,7 @@ interface CredentialsContainer {
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CredentialsContainer/preventSilentAccess) */
preventSilentAccess(): Promise<void>;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CredentialsContainer/store) */
store(credential: Credential): Promise<Credential>;
store(credential: Credential): Promise<void>;
}

declare var CredentialsContainer: {
Expand Down
256 changes: 186 additions & 70 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 9e884a8

Please sign in to comment.