mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 01:17:07 +02:00
chore: upgrade dependencies (#7232)
This commit is contained in:
parent
58f393d768
commit
242f2e780e
32 changed files with 342 additions and 324 deletions
|
@ -30,7 +30,7 @@
|
|||
"micromatch": "^4.0.5",
|
||||
"resolve-pathname": "^3.0.0",
|
||||
"shelljs": "^0.8.5",
|
||||
"tslib": "^2.3.1",
|
||||
"tslib": "^2.4.0",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^5.72.0"
|
||||
},
|
||||
|
@ -42,7 +42,7 @@
|
|||
"@types/dedent": "^0.7.0",
|
||||
"@types/github-slugger": "^1.3.0",
|
||||
"@types/micromatch": "^4.0.2",
|
||||
"@types/react-dom": "^18.0.1",
|
||||
"@types/react-dom": "^18.0.2",
|
||||
"dedent": "^0.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,8 +19,8 @@ export class FileNotTrackedError extends Error {}
|
|||
* It gets the commit date instead of author date so that amended commits
|
||||
* can have their dates updated.
|
||||
*
|
||||
* @throws {GitNotFoundError} If git is not found in `PATH`.
|
||||
* @throws {FileNotTrackedError} If the current file is not tracked by git.
|
||||
* @throws {@link GitNotFoundError} If git is not found in `PATH`.
|
||||
* @throws {@link FileNotTrackedError} If the current file is not tracked by git.
|
||||
* @throws Also throws when `git log` exited with non-zero, or when it outputs
|
||||
* unexpected text.
|
||||
*/
|
||||
|
@ -47,8 +47,8 @@ export function getFileCommitDate(
|
|||
* It gets the commit date instead of author date so that amended commits
|
||||
* can have their dates updated.
|
||||
*
|
||||
* @throws {GitNotFoundError} If git is not found in `PATH`.
|
||||
* @throws {FileNotTrackedError} If the current file is not tracked by git.
|
||||
* @throws {@link GitNotFoundError} If git is not found in `PATH`.
|
||||
* @throws {@link FileNotTrackedError} If the current file is not tracked by git.
|
||||
* @throws Also throws when `git log` exited with non-zero, or when it outputs
|
||||
* unexpected text.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue