Skip to content

Commit 3882f31

Browse files
committed
Update dev-dependencies
1 parent e0902c8 commit 3882f31

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"Eugene Sharygin <[email protected]>"
1313
],
1414
"devDependencies": {
15-
"remark-cli": "^6.0.0",
16-
"remark-preset-wooorm": "^5.0.0"
15+
"remark-cli": "^7.0.0",
16+
"remark-preset-wooorm": "^6.0.0"
1717
},
1818
"scripts": {
1919
"format": "remark . -qfo",

readme.md

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -19,53 +19,53 @@ The latest released version is [`3.0.0`][latest].
1919
* [Introduction](#introduction)
2020
* [Where this specification fits](#where-this-specification-fits)
2121
* [Nodes](#nodes)
22-
* [Parent](#parent)
23-
* [Literal](#literal)
24-
* [Root](#root)
25-
* [Paragraph](#paragraph)
26-
* [Heading](#heading)
27-
* [ThematicBreak](#thematicbreak)
28-
* [Blockquote](#blockquote)
29-
* [List](#list)
30-
* [ListItem](#listitem)
31-
* [Table](#table)
32-
* [TableRow](#tablerow)
33-
* [TableCell](#tablecell)
34-
* [HTML](#html)
35-
* [Code](#code)
36-
* [YAML](#yaml)
37-
* [Definition](#definition)
38-
* [FootnoteDefinition](#footnotedefinition)
39-
* [Text](#text)
40-
* [Emphasis](#emphasis)
41-
* [Strong](#strong)
42-
* [Delete](#delete)
43-
* [InlineCode](#inlinecode)
44-
* [Break](#break)
45-
* [Link](#link)
46-
* [Image](#image)
47-
* [LinkReference](#linkreference)
48-
* [ImageReference](#imagereference)
49-
* [Footnote](#footnote)
50-
* [FootnoteReference](#footnotereference)
22+
* [`Parent`](#parent)
23+
* [`Literal`](#literal)
24+
* [`Root`](#root)
25+
* [`Paragraph`](#paragraph)
26+
* [`Heading`](#heading)
27+
* [`ThematicBreak`](#thematicbreak)
28+
* [`Blockquote`](#blockquote)
29+
* [`List`](#list)
30+
* [`ListItem`](#listitem)
31+
* [`Table`](#table)
32+
* [`TableRow`](#tablerow)
33+
* [`TableCell`](#tablecell)
34+
* [`HTML`](#html)
35+
* [`Code`](#code)
36+
* [`YAML`](#yaml)
37+
* [`Definition`](#definition)
38+
* [`FootnoteDefinition`](#footnotedefinition)
39+
* [`Text`](#text)
40+
* [`Emphasis`](#emphasis)
41+
* [`Strong`](#strong)
42+
* [`Delete`](#delete)
43+
* [`InlineCode`](#inlinecode)
44+
* [`Break`](#break)
45+
* [`Link`](#link)
46+
* [`Image`](#image)
47+
* [`LinkReference`](#linkreference)
48+
* [`ImageReference`](#imagereference)
49+
* [`Footnote`](#footnote)
50+
* [`FootnoteReference`](#footnotereference)
5151
* [Mixin](#mixin)
52-
* [Resource](#resource)
53-
* [Association](#association)
54-
* [Reference](#reference)
55-
* [Alternative](#alternative)
52+
* [`Resource`](#resource)
53+
* [`Association`](#association)
54+
* [`Reference`](#reference)
55+
* [`Alternative`](#alternative)
5656
* [Enumeration](#enumeration)
57-
* [alignType](#aligntype)
58-
* [referenceType](#referencetype)
59-
* [Content](#content)
60-
* [TopLevelContent](#toplevelcontent)
61-
* [BlockContent](#blockcontent)
62-
* [FrontmatterContent](#frontmattercontent)
63-
* [DefinitionContent](#definitioncontent)
64-
* [ListContent](#listcontent)
65-
* [TableContent](#tablecontent)
66-
* [RowContent](#rowcontent)
67-
* [PhrasingContent](#phrasingcontent)
68-
* [StaticPhrasingContent](#staticphrasingcontent)
57+
* [`alignType`](#aligntype)
58+
* [`referenceType`](#referencetype)
59+
* [`Content`](#content)
60+
* [`TopLevelContent`](#toplevelcontent)
61+
* [`BlockContent`](#blockcontent)
62+
* [`FrontmatterContent`](#frontmattercontent)
63+
* [`DefinitionContent`](#definitioncontent)
64+
* [`ListContent`](#listcontent)
65+
* [`TableContent`](#tablecontent)
66+
* [`RowContent`](#rowcontent)
67+
* [`PhrasingContent`](#phrasingcontent)
68+
* [`StaticPhrasingContent`](#staticphrasingcontent)
6969
* [Glossary](#glossary)
7070
* [List of Utilities](#list-of-utilities)
7171
* [References](#references)

0 commit comments

Comments
 (0)