Skip to content

Commit 6f89c36

Browse files
lachlanjctimneutkens
authored andcommitted
Upgrade with-mdx example from mdx 0.16 → 1.1 (vercel#8142)
1 parent 8dc5d22 commit 6f89c36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/with-mdx/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "with-mdx",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"dev": "next",
66
"build": "next build",
77
"start": "next start"
88
},
99
"dependencies": {
10-
"@mdx-js/mdx": "0.16.5",
10+
"@mdx-js/mdx": "^1.1.0",
1111
"@zeit/next-mdx": "1.2.0",
1212
"next": "latest",
13-
"react": "^16.7.0",
14-
"react-dom": "^16.7.0"
13+
"react": "^16.8.6",
14+
"react-dom": "^16.8.6"
1515
},
1616
"devDependencies": {},
1717
"license": "ISC"

0 commit comments

Comments
 (0)