Skip to content

Commit

Permalink
chore(v2): upgrade MDX to 1.5.8 (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Mar 29, 2020
1 parent fa2e263 commit 8fe203d
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 110 deletions.
6 changes: 3 additions & 3 deletions packages/docusaurus-mdx-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@babel/parser": "^7.7.4",
"@babel/traverse": "^7.7.4",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"escape-html": "^1.0.3",
"fs-extra": "^8.1.0",
"github-slugger": "^1.2.1",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"remark": "^11.0.2",
"remark-mdx": "^1.5.1",
"remark-mdx": "^1.5.8",
"to-vfile": "^6.0.0",
"unist-builder": "^2.0.3",
"unist-util-remove-position": "^2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-theme-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"license": "MIT",
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"infima": "0.2.0-alpha.5",
Expand Down
Loading

0 comments on commit 8fe203d

Please sign in to comment.