Skip to content

Commit

Permalink
rehype-dom-parse: 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 4, 2023
1 parent 0b64fc8 commit 5258b85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-dom-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-dom-parse",
"version": "4.0.2",
"version": "5.0.0",
"description": "rehype plugin to use browser APIs to parse HTML",
"license": "ISC",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-dom-parse/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ npm install rehype-dom-parse
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeDomParse from 'https://esm.sh/rehype-dom-parse@4'
import rehypeDomParse from 'https://esm.sh/rehype-dom-parse@5'
```

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

```html
<script type="module">
import rehypeDomParse from 'https://esm.sh/rehype-dom-parse@4?bundle'
import rehypeDomParse from 'https://esm.sh/rehype-dom-parse@5?bundle'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@types/hast": "^3.0.0",
"rehype-dom-parse": "^4.0.0",
"rehype-dom-parse": "^5.0.0",
"rehype-dom-stringify": "^3.0.0",
"unified": "^11.0.0"
},
Expand Down

0 comments on commit 5258b85

Please sign in to comment.