Skip to content

Commit

Permalink
install mdx-loader explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnitsky committed Dec 8, 2018
1 parent 1ed2acc commit 1c649b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
},
"dependencies": {
"@mapbox/rehype-prism": "^0.3.0",
"@mdx-js/loader": "^0.16.0",
"@mdx-js/mdx": "^0.16.5",
"@zeit/next-css": "^1.0.1",
"@zeit/next-mdx": "^1.2.0",
"@zeit/next-mdx": "^1.1.1-canary.3",
"prismjs": "^1.15.0"
}
}
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,14 @@
"@mdx-js/tag" "^0.15.6"
loader-utils "^1.1.0"

"@mdx-js/loader@^0.16.0":
version "0.16.5"
resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-0.16.5.tgz#3130818c97f37720b0c7e31df1b3cb8875e06226"
dependencies:
"@mdx-js/mdx" "^0.16.5"
"@mdx-js/tag" "^0.16.1"
loader-utils "^1.1.0"

"@mdx-js/mdx@^0.15.7":
version "0.15.7"
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-0.15.7.tgz#5fde5841d7b6f4c78f80c19fff559532af5ce5ad"
Expand Down Expand Up @@ -679,6 +687,10 @@
hoist-non-react-statics "^2.5.5"
prop-types "^15.6.1"

"@mdx-js/tag@^0.16.1":
version "0.16.1"
resolved "https://registry.yarnpkg.com/@mdx-js/tag/-/tag-0.16.1.tgz#d4a58971832e0a514594ae36839a5a0e7d0e1880"

"@webassemblyjs/ast@1.7.8":
version "1.7.8"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.8.tgz#f31f480debeef957f01b623f27eabc695fa4fe8f"
Expand Down Expand Up @@ -823,7 +835,7 @@
mini-css-extract-plugin "0.4.3"
postcss-loader "3.0.0"

"@zeit/next-mdx@^1.2.0":
"@zeit/next-mdx@^1.1.1-canary.3":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@zeit/next-mdx/-/next-mdx-1.2.0.tgz#e7c85400e210848e1d56a4229d46eec4a4ca5566"
dependencies:
Expand Down

0 comments on commit 1c649b0

Please sign in to comment.