File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " rehype-stringify" ,
3- "version" : " 9 .0.4 " ,
3+ "version" : " 10 .0.0 " ,
44 "description" : " rehype plugin to serialize HTML" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ npm install rehype-stringify
7171In Deno with [ ` esm.sh ` ] [ esmsh ] :
7272
7373``` js
74- import rehypeStringify from ' https://esm.sh/rehype-stringify@9 '
74+ import rehypeStringify from ' https://esm.sh/rehype-stringify@10 '
7575```
7676
7777In browsers with [ ` esm.sh ` ] [ esmsh ] :
7878
7979``` html
8080<script type =" module" >
81- import rehypeStringify from ' https://esm.sh/rehype-stringify@9 ?bundle'
81+ import rehypeStringify from ' https://esm.sh/rehype-stringify@10 ?bundle'
8282 </script >
8383```
8484
Original file line number Diff line number Diff line change 1919 "dependencies" : {
2020 "@types/hast" : " ^3.0.0" ,
2121 "rehype-parse" : " ^9.0.0" ,
22- "rehype-stringify" : " ^9 .0.0" ,
22+ "rehype-stringify" : " ^10 .0.0" ,
2323 "unified" : " ^11.0.0"
2424 },
2525 "homepage" : " https://github.com/rehypejs/rehype" ,
You can’t perform that action at this time.
0 commit comments