Skip to content

Commit cf2a4db

Browse files
committed
fix(gatsby-plugin-theme-ui) add @mdx-js/react to peerDependencies
1 parent f1f9c19 commit cf2a4db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)