Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Apr 13, 2024
1 parent 9431e31 commit f745574
Show file tree
Hide file tree
Showing 3 changed files with 657 additions and 532 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

[rehype](https://github.com/rehypejs/rehype) plugin to transform an image with alt text to a figure with caption

## Status: feature complete

> [!IMPORTANT]
> Converting an image with alt text to a figure with caption is an [escape hatch](https://en.wiktionary.org/wiki/escape_hatch). Alt text, title, and captions have [different intended purposes](https://www.stylemanual.gov.au/content-types/images/alt-text-captions-and-titles-images), and you should eventually enhance your content to adopt them.
- [What's this?](#whats-this)
- [Install](#install)
- [Use](#use)
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microflash/rehype-figure",
"version": "2.0.0",
"version": "2.1.0",
"description": "rehype plugin to transform an image with alt text to a figure with caption",
"license": "MIT",
"keywords": [
Expand All @@ -26,17 +26,18 @@
},
"dependencies": {
"hast-util-whitespace": "^3.0.0",
"hastscript": "^8.0.0",
"hastscript": "^9.0.0",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.1.2",
"rehype-stringify": "^10.0.0",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"unified": "^11.0.2"
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.4"
},
"packageManager": "pnpm@8.15.6",
"ava": {
"files": [
"test/**/*.test.js"
Expand Down

0 comments on commit f745574

Please sign in to comment.