Skip to content

Commit

Permalink
chore(deps): update dependency @uiw/react-markdown-preview to ^5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 25, 2024
1 parent 70ba3a6 commit 049290a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .kktrc.ts
Expand Up @@ -21,6 +21,8 @@ export default (conf: Configuration, env: 'production' | 'development', options:
}),
);

conf.ignoreWarnings = [{ module: /node_modules[\\/]parse5[\\/]/ }];

if (env === 'production') {
conf.optimization = {
...conf.optimization,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"@types/react-dom": "^18.2.22",
"@types/react-test-renderer": "~18.0.0",
"@uiw/react-github-corners": "~1.5.14",
"@uiw/react-markdown-preview": "~4.2.0",
"@uiw/react-markdown-preview": "^5.1.1",
"@uiw/reset.css": "~1.0.6",
"@wcj/dark-mode": "^1.0.14",
"compile-less-cli": "~1.9.0",
Expand Down

0 comments on commit 049290a

Please sign in to comment.