chore: upgrade dependencies (#7193)

This commit is contained in:
Joshua Chen 2022-04-17 17:32:41 +08:00 committed by GitHub
parent 9df4874cff
commit b154318c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 544 additions and 533 deletions

View file

@ -28,7 +28,7 @@
"@mapbox/hast-util-to-jsx": "^2.0.0",
"color": "^4.2.3",
"commander": "^5.1.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"hast-util-to-string": "^1.0.4",
"html-tags": "^3.2.0",
"import-fresh": "^3.3.0",
@ -36,13 +36,13 @@
"rehype-parse": "^7.0.1",
"remark-parse": "^8.0.2",
"remark-stringify": "^8.1.0",
"semver": "^7.3.6",
"semver": "^7.3.7",
"tslib": "^2.3.1",
"unified": "^9.2.2",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/jscodeshift": "^0.11.3"
"@types/jscodeshift": "^0.11.4"
}
}