mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-08 05:42:34 +02:00
chore: upgrade dependencies (#8534)
* chore: upgrade dependencies * FIxes * Bump again
This commit is contained in:
parent
64c6b5c100
commit
e8a07633ba
51 changed files with 3126 additions and 3144 deletions
|
@ -197,7 +197,7 @@ function isValidGitRepoUrl(gitRepoUrl: string): boolean {
|
|||
}
|
||||
|
||||
const gitStrategies = ['deep', 'shallow', 'copy', 'custom'] as const;
|
||||
type GitStrategy = typeof gitStrategies[number];
|
||||
type GitStrategy = (typeof gitStrategies)[number];
|
||||
|
||||
async function getGitCommand(gitStrategy: GitStrategy): Promise<string> {
|
||||
switch (gitStrategy) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue