File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
client/packages/lowcoder-design Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 "dependencies" : {
1010 "colord" : " ^2.9.3" ,
1111 "react-fontawesome" : " ^0.2.0" ,
12- "react-markdown" : " ^8 .0.0 " ,
12+ "react-markdown" : " ^9 .0.1 " ,
1313 "react-virtualized" : " ^9.22.3" ,
14- "rehype-raw" : " ^6.1.1 " ,
15- "rehype-sanitize" : " ^5 .0.1 " ,
14+ "rehype-raw" : " ^7.0.0 " ,
15+ "rehype-sanitize" : " ^6 .0.0 " ,
1616 "remark-gfm" : " ^4.0.0" ,
1717 "simplebar" : " ^6.2.5" ,
1818 "simplebar-react" : " ^3.2.4"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { lazy } from "react";
44import rehypeRaw from "rehype-raw" ;
55import rehypeSanitize , { defaultSchema } from "rehype-sanitize" ;
66import remarkGfm from "remark-gfm" ;
7- import type { ReactMarkdownOptions } from "react-markdown/lib/react-markdown " ;
7+ import type { Options as ReactMarkdownOptions } from "react-markdown/lib" ;
88
99const ReactMarkdown = lazy ( ( ) => import ( 'react-markdown' ) ) ;
1010
You can’t perform that action at this time.
0 commit comments