chore(v2): prepare v2.0.0.alpha-61 release (#3182)

* alpha 61 release

* doc prettier

* v2.0.0-alpha.61
This commit is contained in:
Sébastien Lorber 2020-08-01 15:24:46 +02:00 committed by GitHub
parent 300aecb8bc
commit 48b996773c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 7717 additions and 92 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@docusaurus/mdx-loader",
"version": "2.0.0-alpha.60",
"version": "2.0.0-alpha.61",
"description": "Docusaurus Loader for MDX",
"main": "src/index.js",
"publishConfig": {
@ -10,7 +10,7 @@
"dependencies": {
"@babel/parser": "^7.9.4",
"@babel/traverse": "^7.9.0",
"@docusaurus/core": "^2.0.0-alpha.60",
"@docusaurus/core": "^2.0.0-alpha.61",
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"escape-html": "^1.0.3",