File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ $ npm install unified unified-stream remark-parse remark-rehype rehype-stringify
3636├── remark-parse@3.0.1
3737├── remark-rehype@2.0.1
3838├── unified-stream@1.0.0
39- └── unified@6.1.4
39+ └── unified@6.1.5
4040```
4141
4242Let’s first create a markdown file that we’re going
@@ -117,8 +117,8 @@ Respectively, we can use [`remark-toc`][toc] and
117117``` bash sh
118118$ npm install remark-toc rehype-document
119119/Users/tilde/example
120- ├── remark-toc@4.0.0
121- └── rehype-document@2.0.0
120+ ├── remark-toc@4.0.1
121+ └── rehype-document@2.0.1
122122```
123123
124124Let’s now use those two as well, by modifying our
@@ -205,8 +205,8 @@ messages relating to those files. Let’s install those.
205205``` bash sh
206206$ npm install to-vfile vfile-reporter
207207/Users/tilde/example
208- ├── to-vfile@2.1.1
209- └── vfile-reporter@3 .0.0
208+ ├── to-vfile@2.1.2
209+ └── vfile-reporter@4 .0.0
210210```
211211
212212...and now unhook stdin/stdout from our example and use
@@ -265,9 +265,9 @@ let’s install these dependencies as well.
265265``` bash sh
266266$ npm install remark-retext retext-english retext-indefinite-article
267267/Users/tilde/example
268- ├── remark-retext@3.0.0
268+ ├── remark-retext@3.0.1
269269├── retext-english@3.0.0
270- └── retext-indefinite-article@1.1.0
270+ └── retext-indefinite-article@1.1.1
271271```
272272
273273...and change our ` index.js ` like so:
You can’t perform that action at this time.
0 commit comments