Skip to content

Commit d6925bd

Browse files
committed
rehype-parse: 9.0.0
1 parent 830757d commit d6925bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/rehype-parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-parse",
3-
"version": "8.0.5",
3+
"version": "9.0.0",
44
"description": "rehype plugin to parse HTML",
55
"license": "MIT",
66
"keywords": [

packages/rehype-parse/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ npm install rehype-parse
7272
In Deno with [`esm.sh`][esmsh]:
7373

7474
```js
75-
import rehypeParse from 'https://esm.sh/rehype-parse@8'
75+
import rehypeParse from 'https://esm.sh/rehype-parse@9'
7676
```
7777

7878
In browsers with [`esm.sh`][esmsh]:
7979

8080
```html
8181
<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'
8383
</script>
8484
```
8585

packages/rehype/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"@types/hast": "^3.0.0",
21-
"rehype-parse": "^8.0.0",
21+
"rehype-parse": "^9.0.0",
2222
"rehype-stringify": "^9.0.0",
2323
"unified": "^11.0.0"
2424
},

0 commit comments

Comments
 (0)