chore(v2): upgrade dependencies (#3727)

* chore(v2): upgrade dependencies

* Update loader-utils

* Update MDX packages

* Update Babel packages

* Various updates
This commit is contained in:
Alexey Pyltsyn 2020-11-12 14:30:14 +03:00 committed by GitHub
parent 14a65907bd
commit 049634a927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1327 additions and 599 deletions

View file

@ -30,15 +30,15 @@
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"hast-util-to-string": "^1.0.4",
"hast-util-to-text": "^2.0.0",
"hast-util-to-text": "^2.0.1",
"html-tags": "^3.1.0",
"import-fresh": "^3.2.1",
"import-fresh": "^3.2.2",
"jscodeshift": "^0.10.0",
"rehype-parse": "^7.0.1",
"remark-parse": "^8.0.2",
"remark-stringify": "^8.1.0",
"semver": "^7.3.2",
"unified": "^9.0.0",
"unified": "^9.2.0",
"unist-util-visit": "^2.0.2"
},
"devDependencies": {