File tree 3 files changed +306
-279
lines changed
3 files changed +306
-279
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ function makeProcessor(options: ProcessorOptions) {
18
18
const processor = unified ( )
19
19
. use ( parse )
20
20
. use ( gfm )
21
+ // @ts -expect-error Need to investigate why types don't seem to match.
21
22
. use ( remarkRehype , {
22
23
handlers : localizedHandlers ,
23
24
allowDangerousHtml : true ,
Original file line number Diff line number Diff line change 122
122
"react-markdown" : " ^8.0.7" ,
123
123
"react-modal" : " ^3.16.1" ,
124
124
"read-chunk" : " ^4.0.3" ,
125
- "rehype-format" : " ^5 .0.0 " ,
125
+ "rehype-format" : " ^4 .0.1 " ,
126
126
"rehype-raw" : " ^7.0.0" ,
127
127
"rehype-sanitize" : " ^6.0.0" ,
128
- "rehype-stringify" : " ^10 .0.0 " ,
129
- "remark-gfm" : " ^4 .0.0 " ,
130
- "remark-parse" : " ^11 .0.0 " ,
131
- "remark-rehype" : " ^11.0 .0" ,
128
+ "rehype-stringify" : " ^9 .0.4 " ,
129
+ "remark-gfm" : " ^3 .0.1 " ,
130
+ "remark-parse" : " ^10 .0.2 " ,
131
+ "remark-rehype" : " ^10.1 .0" ,
132
132
"sanitize-filename" : " ^1.6.3" ,
133
133
"send" : " ^0.18.0" ,
134
134
"source-map-support" : " ^0.5.21" ,
135
135
"sse.js" : " ^1.0.0" ,
136
136
"tempy" : " ^3.1.0" ,
137
- "unified" : " ^11.0.4 " ,
137
+ "unified" : " ^10.1.2 " ,
138
138
"unist-builder" : " ^4.0.0" ,
139
139
"unist-util-visit" : " ^5.0.0" ,
140
140
"web-features" : " ^0.4.1" ,
You can’t perform that action at this time.
0 commit comments