Skip to content

Commit

Permalink
remark-parse: 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 18, 2023
1 parent 1a769dd commit de740c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/remark-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-parse",
"version": "10.0.2",
"version": "11.0.0",
"description": "remark plugin to add support for parsing markdown input",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-parse/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ npm install remark-parse
In Deno with [`esm.sh`][esmsh]:

```js
import remarkParse from 'https://esm.sh/remark-parse@10'
import remarkParse from 'https://esm.sh/remark-parse@11'
```

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

```html
<script type="module">
import remarkParse from 'https://esm.sh/remark-parse@10?bundle'
import remarkParse from 'https://esm.sh/remark-parse@11?bundle'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@types/mdast": "^4.0.0",
"remark-parse": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^10.0.0",
"unified": "^11.0.0"
},
Expand Down

0 comments on commit de740c7

Please sign in to comment.