mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
chore: upgrade dependencies (#5608)
* chore: upgrade dependencies * Revert github-slugger * Fixes * Update snapshots * Update Babel deps
This commit is contained in:
parent
a52d499218
commit
b62a12bfc6
30 changed files with 783 additions and 882 deletions
|
@ -23,28 +23,28 @@
|
|||
"docusaurus-migrate": "bin/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-env": "^7.12.16",
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"@mapbox/hast-util-to-jsx": "^1.0.0",
|
||||
"chalk": "^4.1.1",
|
||||
"color": "^3.1.3",
|
||||
"chalk": "^4.1.2",
|
||||
"color": "^4.0.1",
|
||||
"commander": "^5.1.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"glob": "^7.1.6",
|
||||
"glob": "^7.2.0",
|
||||
"hast-util-to-string": "^1.0.4",
|
||||
"hast-util-to-text": "^2.0.1",
|
||||
"html-tags": "^3.1.0",
|
||||
"import-fresh": "^3.2.2",
|
||||
"jscodeshift": "^0.11.0",
|
||||
"jscodeshift": "^0.13.0",
|
||||
"rehype-parse": "^7.0.1",
|
||||
"remark-parse": "^8.0.2",
|
||||
"remark-stringify": "^8.1.0",
|
||||
"semver": "^7.3.4",
|
||||
"tslib": "^2.2.0",
|
||||
"tslib": "^2.3.1",
|
||||
"unified": "^9.2.1",
|
||||
"unist-util-visit": "^2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/color": "^3.0.1",
|
||||
"@types/jscodeshift": "^0.7.1"
|
||||
"@types/jscodeshift": "^0.11.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue