chore: upgrade dependencies (#6660)

* chore: upgrade dependencies

* fix types
This commit is contained in:
Joshua Chen 2022-02-12 15:29:40 +08:00 committed by GitHub
parent 472840dbd8
commit 0c7e592d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 1881 additions and 1535 deletions

View file

@ -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": "*"
}
}

View file

@ -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';