Skip to content

Commit 3118a47

Browse files
committed
Update dev-dependencies
1 parent 383f418 commit 3118a47

5 files changed

Lines changed: 24 additions & 58 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"prettier": "^2.0.0",
5050
"remark": "^14.0.0",
5151
"remark-cli": "^10.0.0",
52-
"remark-preset-wooorm": "^8.0.0",
52+
"remark-preset-wooorm": "^9.0.0",
5353
"rimraf": "^3.0.0",
5454
"string-width": "^5.0.0",
5555
"tape": "^5.0.0",
5656
"to-vfile": "^7.0.0",
5757
"type-coverage": "^2.0.0",
5858
"typescript": "^4.0.0",
59-
"xo": "^0.43.0"
59+
"xo": "^0.45.0"
6060
},
6161
"scripts": {
6262
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",

test/fixtures/autolink-literal/output.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Visit [www.commonmark.org](http://www.commonmark.org).
1212

1313
Visit [www.commonmark.org/a.b](http://www.commonmark.org/a.b).
1414

15-
www\.aaa.bbb.ccc_ccc
15+
www\.aaa.bbb.ccc\_ccc
1616

17-
www\.aaa_bbb.ccc
17+
www\.aaa\_bbb.ccc
1818

19-
www\.aaa.bbb.ccc.ddd_ddd
19+
www\.aaa.bbb.ccc.ddd\_ddd
2020

21-
www\.aaa.bbb.ccc_ccc.ddd
21+
www\.aaa.bbb.ccc\_ccc.ddd
2222

23-
[www.aaa.bbb_bbb.ccc.ddd](http://www.aaa.bbb_bbb.ccc.ddd)
23+
[www.aaa.bbb\_bbb.ccc.ddd](http://www.aaa.bbb\_bbb.ccc.ddd)
2424

25-
[www.aaa_aaa.bbb.ccc.ddd](http://www.aaa_aaa.bbb.ccc.ddd)
25+
[www.aaa\_aaa.bbb.ccc.ddd](http://www.aaa\_aaa.bbb.ccc.ddd)
2626

2727
Visit [www.commonmark.org](http://www.commonmark.org).
2828

@@ -72,9 +72,9 @@ hello\@mail+xyz.example isn’t valid, but <[email protected]> is.
7272

7373
7474

75-
a.b-c_d\@a.b-
75+
a.b-c\_d\@a.b-
7676

77-
a.b-c_d\@a.b\_
77+
a.b-c\_d\@a.b\_
7878

7979
<a@a_b.c>
8080

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| a || [1m古[22m | 🤔 |
2-
| - | - | - | - |
1+
| a || 🤔 |
2+
| - | - | - |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| a || [1m古[22m | 🤔 |
2-
| - | -- | -- | -- |
1+
| a || 🤔 |
2+
| - | -- | -- |

test/fixtures/table-string-length/tree.json

Lines changed: 10 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{
55
"type": "table",
66
"align": [
7-
null,
87
null,
98
null,
109
null
@@ -84,7 +83,7 @@
8483
"children": [
8584
{
8685
"type": "text",
87-
"value": "\u001b[1m古\u001b[22m",
86+
"value": "🤔",
8887
"position": {
8988
"start": {
9089
"line": 1,
@@ -93,8 +92,8 @@
9392
},
9493
"end": {
9594
"line": 1,
96-
"column": 21,
97-
"offset": 20
95+
"column": 13,
96+
"offset": 12
9897
}
9998
}
10099
}
@@ -107,41 +106,8 @@
107106
},
108107
"end": {
109108
"line": 1,
110-
"column": 23,
111-
"offset": 22
112-
}
113-
}
114-
},
115-
{
116-
"type": "tableCell",
117-
"children": [
118-
{
119-
"type": "text",
120-
"value": "🤔",
121-
"position": {
122-
"start": {
123-
"line": 1,
124-
"column": 24,
125-
"offset": 23
126-
},
127-
"end": {
128-
"line": 1,
129-
"column": 26,
130-
"offset": 25
131-
}
132-
}
133-
}
134-
],
135-
"position": {
136-
"start": {
137-
"line": 1,
138-
"column": 23,
139-
"offset": 22
140-
},
141-
"end": {
142-
"line": 1,
143-
"column": 28,
144-
"offset": 27
109+
"column": 15,
110+
"offset": 14
145111
}
146112
}
147113
}
@@ -154,8 +120,8 @@
154120
},
155121
"end": {
156122
"line": 1,
157-
"column": 28,
158-
"offset": 27
123+
"column": 15,
124+
"offset": 14
159125
}
160126
}
161127
}
@@ -168,8 +134,8 @@
168134
},
169135
"end": {
170136
"line": 2,
171-
"column": 18,
172-
"offset": 45
137+
"column": 14,
138+
"offset": 28
173139
}
174140
}
175141
}
@@ -183,7 +149,7 @@
183149
"end": {
184150
"line": 3,
185151
"column": 1,
186-
"offset": 46
152+
"offset": 29
187153
}
188154
}
189155
}

0 commit comments

Comments
 (0)