chore(v2): upgrade mdx deps (#1650)

This commit is contained in:
Endi 2019-07-13 00:42:52 +08:00 committed by GitHub
parent 2491c53ba9
commit 83e8e440fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 4 deletions

View file

@ -8,10 +8,10 @@
},
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.4.3",
"@babel/traverse": "^7.4.3",
"@mdx-js/mdx": "^1.0.20",
"@mdx-js/react": "^1.0.20",
"@babel/parser": "^7.4.5",
"@babel/traverse": "^7.4.5",
"@mdx-js/mdx": "^1.0.25",
"@mdx-js/react": "^1.0.23",
"github-slugger": "^1.2.1",
"gray-matter": "^4.0.2",
"loader-utils": "^1.2.3",