Commit d6925bd 1 parent 830757d commit d6925bd Copy full SHA for d6925bd
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-parse" ,
3
- "version" : " 8 .0.5 " ,
3
+ "version" : " 9 .0.0 " ,
4
4
"description" : " rehype plugin to parse HTML" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ npm install rehype-parse
72
72
In Deno with [ ` esm.sh ` ] [ esmsh ] :
73
73
74
74
``` js
75
- import rehypeParse from ' https://esm.sh/rehype-parse@8 '
75
+ import rehypeParse from ' https://esm.sh/rehype-parse@9 '
76
76
```
77
77
78
78
In browsers with [ ` esm.sh ` ] [ esmsh ] :
79
79
80
80
``` html
81
81
<script type =" module" >
82
- import rehypeParse from ' https://esm.sh/rehype-parse@8 ?bundle'
82
+ import rehypeParse from ' https://esm.sh/rehype-parse@9 ?bundle'
83
83
</script >
84
84
```
85
85
Original file line number Diff line number Diff line change 18
18
],
19
19
"dependencies" : {
20
20
"@types/hast" : " ^3.0.0" ,
21
- "rehype-parse" : " ^8 .0.0" ,
21
+ "rehype-parse" : " ^9 .0.0" ,
22
22
"rehype-stringify" : " ^9.0.0" ,
23
23
"unified" : " ^11.0.0"
24
24
},
You can’t perform that action at this time.
0 commit comments