Skip to content

Commit

Permalink
chore(deps): update dependency @uiw/react-markdown-preview to v4 #83
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 15, 2022
1 parent de26662 commit c200952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@uiw/react-github-corners": "^1.5.14",
"@uiw/react-markdown-preview": "3.4.5",
"@uiw/react-markdown-preview": "^4.0.9",
"@uiw/reset.css": "^1.0.6",
"kkt": "^7.1.2",
"react": "^18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion website/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function App() {
<ExampleBase />
<ExampleForm />
</div>
<div id="document">
<div id="document" data-color-mode="light">
<MarkdownPreview className={styles.warpper} source={DocumentStr.replace(/([\s\S]*)<!--dividing-->/, '')} />
</div>
</Fragment>
Expand Down

0 comments on commit c200952

Please sign in to comment.