Skip to content

Commit

Permalink
Update mdx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Sep 1, 2018
1 parent cbb3a3d commit 5866c4c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 36 deletions.
27 changes: 0 additions & 27 deletions mdx/docs/_app.js

This file was deleted.

18 changes: 14 additions & 4 deletions mdx/docs/index.md
@@ -1,7 +1,17 @@
---
title: rebass/mdx
---
import { Button } from 'rebass'
import { Head } from 'mdx-go'
import { Container, Button } from 'rebass'
import RebassMDX from '../src'

export const Root = props =>
<RebassMDX>
<Container>
{props.children}
</Container>
</RebassMDX>

<Head>
<title>@rebass/mdx</title>
</Head>

# RebassMDX

Expand Down
10 changes: 5 additions & 5 deletions mdx/package.json
Expand Up @@ -5,24 +5,24 @@
"main": "dist/index.js",
"scripts": {
"prepare": "babel src -d dist",
"start": "ok docs -p 8989"
"start": "mdx-go docs -p 8989"
},
"keywords": [],
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"@mdx-js/tag": "^0.11.0",
"@mdx-js/tag": "^0.15.0",
"@rebass/markdown": "^1.0.0-1",
"react-live": "^1.10.1",
"rebass": "^2.0.0",
"rebass": "^2.1.0",
"styled-components": "^3.3.3",
"styled-system": "^2.3.2"
"styled-system": "^2.3.6"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"ok-cli": "^2.0.0-64"
"mdx-go": "^1.0.9"
}
}

0 comments on commit 5866c4c

Please sign in to comment.