Commit 355717c 1 parent d6925bd commit 355717c Copy full SHA for 355717c
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rehype-stringify" ,
3
- "version" : " 9 .0.4 " ,
3
+ "version" : " 10 .0.0 " ,
4
4
"description" : " rehype plugin to serialize HTML" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ npm install rehype-stringify
71
71
In Deno with [ ` esm.sh ` ] [ esmsh ] :
72
72
73
73
``` js
74
- import rehypeStringify from ' https://esm.sh/rehype-stringify@9 '
74
+ import rehypeStringify from ' https://esm.sh/rehype-stringify@10 '
75
75
```
76
76
77
77
In browsers with [ ` esm.sh ` ] [ esmsh ] :
78
78
79
79
``` html
80
80
<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'
82
82
</script >
83
83
```
84
84
Original file line number Diff line number Diff line change 19
19
"dependencies" : {
20
20
"@types/hast" : " ^3.0.0" ,
21
21
"rehype-parse" : " ^9.0.0" ,
22
- "rehype-stringify" : " ^9 .0.0" ,
22
+ "rehype-stringify" : " ^10 .0.0" ,
23
23
"unified" : " ^11.0.0"
24
24
},
25
25
"homepage" : " https://github.com/rehypejs/rehype" ,
You can’t perform that action at this time.
0 commit comments