Skip to content

Commit e61bcf8

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 7191a93 commit e61bcf8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

baselines/dom.generated.d.ts

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

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

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

package-lock.json

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

0 commit comments

Comments
 (0)