Skip to content

Commit

Permalink
🤖 Update core dependencies (#1727)
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 May 18, 2024
1 parent 692be44 commit e478bc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18664,7 +18664,7 @@ interface RTCSessionDescription {
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSessionDescription/type) */
readonly type: RTCSdpType;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSessionDescription/toJSON) */
toJSON(): any;
toJSON(): RTCSessionDescriptionInit;
}

declare var RTCSessionDescription: {
Expand Down
12 changes: 6 additions & 6 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 e478bc5

Please sign in to comment.