mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 18:02:37 +02:00
Update devDependencies
(#41383)
This commit is contained in:
@@ -147,8 +147,8 @@ function replaceInFrontmatter(record: Record<string, unknown>, replacer: (value:
|
||||
return typeof arrayValue === 'string'
|
||||
? replacer(arrayValue)
|
||||
: typeof arrayValue === 'object'
|
||||
? replaceInFrontmatter(arrayValue, replacer)
|
||||
: arrayValue
|
||||
? replaceInFrontmatter(arrayValue, replacer)
|
||||
: arrayValue
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user