Skip to content

Commit 18e5348

Browse files
🤖 Update core dependencies (#1948)
Co-authored-by: saschanaz <[email protected]>
1 parent a276556 commit 18e5348

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

baselines/dom.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29709,7 +29709,7 @@ type AnimationReplaceState = "active" | "persisted" | "removed";
2970929709
type AppendMode = "segments" | "sequence";
2971029710
type AttestationConveyancePreference = "direct" | "enterprise" | "indirect" | "none";
2971129711
type AudioContextLatencyCategory = "balanced" | "interactive" | "playback";
29712-
type AudioContextState = "closed" | "running" | "suspended";
29712+
type AudioContextState = "closed" | "interrupted" | "running" | "suspended";
2971329713
type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
2971429714
type AuthenticatorAttachment = "cross-platform" | "platform";
2971529715
type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";

baselines/ts5.5/dom.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29687,7 +29687,7 @@ type AnimationReplaceState = "active" | "persisted" | "removed";
2968729687
type AppendMode = "segments" | "sequence";
2968829688
type AttestationConveyancePreference = "direct" | "enterprise" | "indirect" | "none";
2968929689
type AudioContextLatencyCategory = "balanced" | "interactive" | "playback";
29690-
type AudioContextState = "closed" | "running" | "suspended";
29690+
type AudioContextState = "closed" | "interrupted" | "running" | "suspended";
2969129691
type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
2969229692
type AuthenticatorAttachment = "cross-platform" | "platform";
2969329693
type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)