Skip to content

Commit 9e884a8

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthoredJul 13, 2023
🤖 Update core dependencies (microsoft#1595)
Co-authored-by: saschanaz <[email protected]>
1 parent 0271c50 commit 9e884a8

File tree

2 files changed

+187
-71
lines changed

2 files changed

+187
-71
lines changed
 

‎baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5811,7 +5811,7 @@ interface CredentialsContainer {
58115811
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CredentialsContainer/preventSilentAccess) */
58125812
preventSilentAccess(): Promise<void>;
58135813
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CredentialsContainer/store) */
5814-
store(credential: Credential): Promise<Credential>;
5814+
store(credential: Credential): Promise<void>;
58155815
}
58165816

58175817
declare var CredentialsContainer: {

‎package-lock.json

Lines changed: 186 additions & 70 deletions
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.