Skip to content

Commit

Permalink
update with-mdx example to latest packages (#9186)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson authored and timneutkens committed Oct 24, 2019
1 parent 8227baf commit a964dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/with-mdx/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const withMDX = require('@zeit/next-mdx')({
const withMDX = require('@next/mdx')({
extension: /\.mdx?$/
})
module.exports = withMDX({
Expand Down
4 changes: 2 additions & 2 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@mdx-js/mdx": "^1.1.0",
"@zeit/next-mdx": "1.2.0",
"@mdx-js/loader": "^1.5.1",
"@next/mdx": "^9.1.1",
"next": "latest",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down

0 comments on commit a964dc8

Please sign in to comment.