chore: upgrade dependencies (#5608)

* chore: upgrade dependencies

* Revert github-slugger

* Fixes

* Update snapshots

* Update Babel deps
This commit is contained in:
Alexey Pyltsyn 2021-09-24 17:36:41 +03:00 committed by GitHub
parent a52d499218
commit b62a12bfc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 783 additions and 882 deletions

View file

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