Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Dec 5, 2023
1 parent e77daa8 commit addc418
Show file tree
Hide file tree
Showing 3 changed files with 808 additions and 629 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

[remark](https://github.com/remarkjs/remark) plugin to render callouts and admonitions with [directives](https://talk.commonmark.org/t/generic-directives-plugins-syntax/444)

## Contents

- [What’s this?](#whats-this)
- [When should I use this?](#when-should-i-use-this)
- [Prerequisites](#prerequisites)
Expand Down Expand Up @@ -42,7 +40,7 @@ You should import [`remark-directive`](https://github.com/remarkjs/remark-direct

This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm](https://docs.npmjs.com/cli/install):
In Node.js (version 16.0+), install with [npm](https://docs.npmjs.com/cli/install):

```sh
npm install @microflash/remark-callout-directives
Expand All @@ -51,14 +49,14 @@ npm install @microflash/remark-callout-directives
In Deno, with [esm.sh](https://esm.sh/):

```js
import remarkCalloutDirectives from 'https://esm.sh/@microflash/remark-callout-directives'
import remarkCalloutDirectives from "https://esm.sh/@microflash/remark-callout-directives"
```

In browsers, with [esm.sh](https://esm.sh/):

```html
<script type="module">
import remarkCalloutDirectives from 'https://esm.sh/@microflash/remark-callout-directives?bundle'
import remarkCalloutDirectives from "https://esm.sh/@microflash/remark-callout-directives?bundle"
</script>
```

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microflash/remark-callout-directives",
"version": "1.6.0",
"version": "2.0.0",
"description": "remark plugin to render callouts and admonitions with directives",
"license": "MIT",
"keywords": [
Expand All @@ -27,18 +27,18 @@
"test": "ava"
},
"dependencies": {
"defu": "^6.1.2",
"hastscript": "^7.2.0",
"mdast-util-from-markdown": "^1.3.1",
"unist-util-visit": "^4.1.2"
"defu": "^6.1.3",
"hastscript": "^8.0.0",
"mdast-util-from-markdown": "^2.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"ava": "^5.3.1",
"rehype-stringify": "^9.0.3",
"remark-directive": "^2.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2"
"ava": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-directive": "^3.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"unified": "^11.0.4"
},
"ava": {
"files": [
Expand Down
Loading

0 comments on commit addc418

Please sign in to comment.