chore: deps

This commit is contained in:
iCrawl
2023-07-17 09:45:07 +02:00
parent 386f206caf
commit afa98793cd
30 changed files with 4935 additions and 4542 deletions

View File

@@ -27,7 +27,7 @@ export default async function Page({ params }: { params: VersionRouteParams }) {
return (
<div className="max-w-none prose">
{/* @ts-expect-error async component */}
{/* @ts-expect-error SyntaxHighlighter is assignable */}
<MDXRemote components={{ pre: SyntaxHighlighter }} options={mdxOptions} source={readmeSource} />
</div>
);