mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
chore: upgrade dependencies (#6660)
* chore: upgrade dependencies * fix types
This commit is contained in:
parent
472840dbd8
commit
0c7e592d34
30 changed files with 1881 additions and 1535 deletions
|
@ -25,11 +25,11 @@
|
|||
"github-slugger": "^1.4.0",
|
||||
"globby": "^11.0.4",
|
||||
"gray-matter": "^4.0.3",
|
||||
"js-yaml": "^4.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"micromatch": "^4.0.4",
|
||||
"resolve-pathname": "^3.0.0",
|
||||
"shelljs": "^0.8.4",
|
||||
"shelljs": "^0.8.5",
|
||||
"tslib": "^2.3.1",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^5.68.0"
|
||||
|
@ -42,11 +42,7 @@
|
|||
"@types/dedent": "^0.7.0",
|
||||
"@types/github-slugger": "^1.3.0",
|
||||
"@types/micromatch": "^4.0.2",
|
||||
"@types/react-dom": "^17.0.1",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"dedent": "^0.7.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import path from 'path';
|
||||
import shell from 'shelljs';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue