Skip to content

Commit d33c342

Browse files
authored
Merge pull request #2331 from system-ui/plugin-mdx-peer
Add `@mdx-js/react` to peerDeps for `gatsby-plugin-theme-ui`
2 parents f1f9c19 + 881e12c commit d33c342

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/gatsby-plugin-theme-ui/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-theme-ui",
3-
"version": "0.15.1",
3+
"version": "0.15.2-canary.1",
44
"main": "dist/gatsby-plugin-theme-ui.cjs.js",
55
"author": "Brent Jackson",
66
"license": "MIT",
@@ -10,7 +10,8 @@
1010
"@theme-ui/css": "workspace:^",
1111
"gatsby": "^4",
1212
"react": ">=18",
13-
"theme-ui": "workspace:^"
13+
"theme-ui": "workspace:^",
14+
"@mdx-js/react": "^1 || ^2"
1415
},
1516
"devDependencies": {
1617
"@types/react": "^18",

0 commit comments

Comments
 (0)