Skip to content

Commit

Permalink
Fix the issue where the theme isn't being passed down to the mdx comp…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewsimo committed Aug 23, 2020
1 parent bd4b7b6 commit de010b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -23,7 +23,8 @@
"resolutions": {
"@theme-ui/core": "0.4.0-rc.1",
"@theme-ui/css": "0.4.0-rc.1",
"@theme-ui/mdx": "0.4.0-rc.1"
"@theme-ui/mdx": "0.4.0-rc.1",
"@mdx-js/react": "1.6.11"
},
"devDependencies": {},
"license": "ISC"
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Expand Up @@ -1360,12 +1360,7 @@
unist-builder "2.0.3"
unist-util-visit "2.0.3"

"@mdx-js/react@1.6.16":
version "1.6.16"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.16.tgz#538eb14473194d0b3c54020cb230e426174315cd"
integrity sha512-+FhuSVOPo7+4fZaRwWuCSRUcZkJOkZu0rfAbBKvoCg1LWb1Td8Vzi0DTLORdSvgWNbU6+EL40HIgwTOs00x2Jw==

"@mdx-js/react@^1.0.0":
"@mdx-js/react@1.6.11", "@mdx-js/react@1.6.16", "@mdx-js/react@^1.0.0":
version "1.6.11"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.11.tgz#1796a22a06c404a4e82eb7300c25486ae14800d8"
integrity sha512-59qKdVmpxhGcQ7dJKQucKQHxXoS5A1U8x5IYJCitdGVwM6mXkCj1GYyb873oH4cRlxL8BhVHmGalkXTtLqV9Ag==
Expand Down

0 comments on commit de010b1

Please sign in to comment.