Skip to content

Commit

Permalink
chore(deps): update dependency @uiw/react-markdown-preview to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 23, 2022
1 parent 5357c5e commit 288a648
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": ">=16.14.0"
},
"dependencies": {
"@babel/runtime": "^7.18.0",
"@babel/runtime": ">=7.12.0",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-test-renderer": "~18.0.0",
Expand Down Expand Up @@ -53,12 +53,12 @@
"@uiw/react-domain-verify": "~1.1.2",
"@uiw/react-github-corners": "~1.5.3",
"@uiw/react-loader": "~4.21.0",
"@uiw/react-markdown-preview": "^4.0.0",
"@uiw/react-markdown-preview": "^4.1.0",
"@uiw/reset.css": "~1.0.5",
"@wcj/dark-mode": "^1.0.14",
"react": "^18.2.0",
"react": ">=16.14.0",
"react-code-preview-layout": "^2.0.6",
"react-dom": "^18.2.0",
"react-dom": ">=16.14.0",
"react-router-dom": "~6.3.0",
"react-test-renderer": "^18.2.0"
},
Expand Down
3 changes: 3 additions & 0 deletions website/src/components/Markdown/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
display: none;
}
}
}

:global(.w-rcpl-preview) {
img {
background-color: transparent;
max-width: initial;
Expand Down

0 comments on commit 288a648

Please sign in to comment.