Skip to content

Commit

Permalink
Move dependencies to the proper location
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Aug 8, 2019
1 parent 950291f commit b7f2a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-jsx": "7.2.0",
"@babel/plugin-syntax-object-rest-spread": "7.2.0",
"@mdx-js/util": "^1.2.1",
"babel-plugin-apply-mdx-type-prop": "^1.2.1",
"babel-plugin-extract-import-names": "^1.2.1",
"camelcase-css": "2.0.1",
"detab": "2.0.2",
"hast-util-raw": "5.0.1",
Expand All @@ -49,9 +52,6 @@
"@mapbox/rehype-prism": "0.3.1",
"@mdx-js/react": "^1.2.1",
"@mdx-js/test-util": "^1.2.1",
"@mdx-js/util": "^1.2.1",
"babel-plugin-apply-mdx-type-prop": "^1.2.1",
"babel-plugin-extract-import-names": "^1.2.1",
"babel-plugin-remove-export-keywords": "^1.2.1",
"hast-util-select": "3.0.1",
"jest": "24.8.0",
Expand Down

0 comments on commit b7f2a0f

Please sign in to comment.