2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update devDependencies (#41383)

This commit is contained in:
Julien Déramond
2025-04-15 21:09:29 +02:00
committed by GitHub
parent 2b55a457ce
commit d01e66f5f7
4 changed files with 316 additions and 522 deletions
+2 -2
View File
@@ -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
})
}
}