Skip to content

Commit c48e5cc

Browse files
committed
Update dev-dependencies
1 parent 52c8e13 commit c48e5cc

24 files changed

+26
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"hast-util-to-html": "^7.0.0",
4747
"mdast-util-from-markdown": "^0.7.0",
4848
"mdast-util-to-hast": "^9.0.0",
49-
"mdast-util-to-markdown": "^0.3.0",
49+
"mdast-util-to-markdown": "^0.4.0",
5050
"micromark-extension-gfm": "^0.3.0",
5151
"node-fetch": "^2.0.0",
5252
"nyc": "^15.0.0",

test/0-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| foo | bar |
22
| --- | --- |
3-
| baz | bim |
3+
| baz | bim |

test/1-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| abc | defghi |
22
| :-: | -----: |
3-
| bar | baz |
3+
| bar | baz |

test/10-strikethrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
~~Hi~~ Hello, world!
1+
~~Hi~~ Hello, world!

test/11-strikethrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
This \~\~has a
22

3-
new paragraph\~\~.
3+
new paragraph\~\~.

test/12-autolinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[www.commonmark.org](http://www.commonmark.org)
1+
[www.commonmark.org](http://www.commonmark.org)

test/13-autolinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Visit [www.commonmark.org/help](http://www.commonmark.org/help) for more information.
1+
Visit [www.commonmark.org/help](http://www.commonmark.org/help) for more information.

test/14-autolinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Visit [www.commonmark.org](http://www.commonmark.org).
22

3-
Visit [www.commonmark.org/a.b](http://www.commonmark.org/a.b).
3+
Visit [www.commonmark.org/a.b](http://www.commonmark.org/a.b).

test/15-autolinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
([www.google.com/search?q=Markup+(business)](http://www.google.com/search?q=Markup+\(business\)))
66

7-
([www.google.com/search?q=Markup+(business)](http://www.google.com/search?q=Markup+\(business\))
7+
([www.google.com/search?q=Markup+(business)](http://www.google.com/search?q=Markup+\(business\))

test/16-autolinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[www.google.com/search?q=(business))+ok](http://www.google.com/search?q=\(business\)\)+ok)
1+
[www.google.com/search?q=(business))+ok](http://www.google.com/search?q=\(business\)\)+ok)

0 commit comments

Comments
 (0)