Skip to content

Commit 80a8cb0

Browse files
committed
fix: issue with @mdx-js/react specifying react 19 types are production dependency
1 parent c07de78 commit 80a8cb0

2 files changed

Lines changed: 734 additions & 720 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,14 @@
8888
},
8989
"pnpm": {
9090
"overrides": {
91+
"@mdx-js/react>@types/react": "18.x",
9192
"framer-motion": "11.15.0",
9293
"typescript": "5.6.x"
94+
},
95+
"peerDependencyRules": {
96+
"allowedVersions": {
97+
"@mdx-js/react>@types/react": "18.x"
98+
}
9399
}
94100
}
95101
}

0 commit comments

Comments
 (0)