Skip to content

Commit 41bd58b

Browse files
chore(deps): update dependency @biomejs/biome to v2.2.3 (#2752)
Signed-off-by: protobuf-ci-cd <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 567c610 commit 41bd58b

File tree

3 files changed

+72
-106
lines changed

3 files changed

+72
-106
lines changed

packages/use-i18n/src/formatUnit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const format =
194194

195195
type SimpleUnits = `${ExponentName}${Unit}${'-humanized' | ''}`
196196
type ComplexUnits = `${Unit}${'s' | ''}${'-humanized' | ''}`
197-
197+
198198
type PerSecondUnit =
199199
`${ExponentName | ''}bit${'s' | ''}${'-per-second' | ''}${'-humanized' | ''}`
200200
type SupportedUnits = SimpleUnits | ComplexUnits | PerSecondUnit

0 commit comments

Comments
 (0)