File tree 2 files changed +4
-4
lines changed
client/packages/lowcoder-design
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
"dependencies" : {
10
10
"colord" : " ^2.9.3" ,
11
11
"react-fontawesome" : " ^0.2.0" ,
12
- "react-markdown" : " ^8 .0.0 " ,
12
+ "react-markdown" : " ^9 .0.1 " ,
13
13
"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 " ,
16
16
"remark-gfm" : " ^4.0.0" ,
17
17
"simplebar" : " ^6.2.5" ,
18
18
"simplebar-react" : " ^3.2.4"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { lazy } from "react";
4
4
import rehypeRaw from "rehype-raw" ;
5
5
import rehypeSanitize , { defaultSchema } from "rehype-sanitize" ;
6
6
import remarkGfm from "remark-gfm" ;
7
- import type { ReactMarkdownOptions } from "react-markdown/lib/react-markdown " ;
7
+ import type { Options as ReactMarkdownOptions } from "react-markdown/lib" ;
8
8
9
9
const ReactMarkdown = lazy ( ( ) => import ( 'react-markdown' ) ) ;
10
10
You can’t perform that action at this time.
0 commit comments