diff --git a/package.json b/package.json index dc84036..5c27601 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,8 @@ "docz:build": "docz build", "docz:serve": "docz build && docz serve" }, - "packageManager": "yarn@3.2.0" + "packageManager": "yarn@3.2.0", + "resolutions": { + "remark-mdx": "2.1.1" +} }