Skip to content

Commit

Permalink
Upgrade with-mdx example from mdx 0.16 → 1.1 (#8142)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc authored and timneutkens committed Jul 27, 2019
1 parent 8dc5d22 commit 6f89c36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "with-mdx",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/mdx": "0.16.5",
"@mdx-js/mdx": "^1.1.0",
"@zeit/next-mdx": "1.2.0",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {},
"license": "ISC"
Expand Down

0 comments on commit 6f89c36

Please sign in to comment.