Skip to content

Commit 41e7c78

Browse files
renovate[bot]protobuf-ci-cd
authored andcommitted
chore(deps): update dependency @biomejs/biome to v2.2.3
Signed-off-by: protobuf-ci-cd <[email protected]>
1 parent 567c610 commit 41e7c78

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)