Skip to content

Commit

Permalink
Merge pull request #2331 from system-ui/plugin-mdx-peer
Browse files Browse the repository at this point in the history
Add `@mdx-js/react` to peerDeps for `gatsby-plugin-theme-ui`
  • Loading branch information
hasparus committed Sep 29, 2022
2 parents f1f9c19 + 881e12c commit d33c342
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/gatsby-plugin-theme-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-theme-ui",
"version": "0.15.1",
"version": "0.15.2-canary.1",
"main": "dist/gatsby-plugin-theme-ui.cjs.js",
"author": "Brent Jackson",
"license": "MIT",
Expand All @@ -10,7 +10,8 @@
"@theme-ui/css": "workspace:^",
"gatsby": "^4",
"react": ">=18",
"theme-ui": "workspace:^"
"theme-ui": "workspace:^",
"@mdx-js/react": "^1 || ^2"
},
"devDependencies": {
"@types/react": "^18",
Expand Down

0 comments on commit d33c342

Please sign in to comment.