Skip to content

Commit ed1fa37

Browse files
TypeScript Botorta
andauthored
🤖 Update core dependencies (#1180)
Co-authored-by: orta <[email protected]>
1 parent 95f05e6 commit ed1fa37

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5305,7 +5305,7 @@ declare var GeolocationCoordinates: {
53055305
/** Available only in secure contexts. */
53065306
interface GeolocationPosition {
53075307
readonly coords: GeolocationCoordinates;
5308-
readonly timestamp: DOMTimeStamp;
5308+
readonly timestamp: EpochTimeStamp;
53095309
}
53105310

53115311
declare var GeolocationPosition: {
@@ -17600,6 +17600,7 @@ type ConstrainDouble = number | ConstrainDoubleRange;
1760017600
type ConstrainULong = number | ConstrainULongRange;
1760117601
type DOMHighResTimeStamp = number;
1760217602
type DOMTimeStamp = number;
17603+
type EpochTimeStamp = number;
1760317604
type EventListenerOrEventListenerObject = EventListener | EventListenerObject;
1760417605
type Float32List = Float32Array | GLfloat[];
1760517606
type FormDataEntryValue = File | string;

package-lock.json

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

0 commit comments

Comments
 (0)