Skip to content

Commit 049290a

Browse files
committed
chore(deps): update dependency @uiw/react-markdown-preview to ^5
1 parent 70ba3a6 commit 049290a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.kktrc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export default (conf: Configuration, env: 'production' | 'development', options:
2121
}),
2222
);
2323

24+
conf.ignoreWarnings = [{ module: /node_modules[\\/]parse5[\\/]/ }];
25+
2426
if (env === 'production') {
2527
conf.optimization = {
2628
...conf.optimization,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/react-dom": "^18.2.22",
5757
"@types/react-test-renderer": "~18.0.0",
5858
"@uiw/react-github-corners": "~1.5.14",
59-
"@uiw/react-markdown-preview": "~4.2.0",
59+
"@uiw/react-markdown-preview": "^5.1.1",
6060
"@uiw/reset.css": "~1.0.6",
6161
"@wcj/dark-mode": "^1.0.14",
6262
"compile-less-cli": "~1.9.0",

0 commit comments

Comments
 (0)