Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 3, 2021
1 parent 383f418 commit 3118a47
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 58 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"prettier": "^2.0.0",
"remark": "^14.0.0",
"remark-cli": "^10.0.0",
"remark-preset-wooorm": "^8.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"string-width": "^5.0.0",
"tape": "^5.0.0",
"to-vfile": "^7.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.43.0"
"xo": "^0.45.0"
},
"scripts": {
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
Expand Down
16 changes: 8 additions & 8 deletions test/fixtures/autolink-literal/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Visit [www.commonmark.org](http://www.commonmark.org).

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

www\.aaa.bbb.ccc_ccc
www\.aaa.bbb.ccc\_ccc

www\.aaa_bbb.ccc
www\.aaa\_bbb.ccc

www\.aaa.bbb.ccc.ddd_ddd
www\.aaa.bbb.ccc.ddd\_ddd

www\.aaa.bbb.ccc_ccc.ddd
www\.aaa.bbb.ccc\_ccc.ddd

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

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

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

Expand Down Expand Up @@ -72,9 +72,9 @@ hello\@mail+xyz.example isn’t valid, but <hello+xyz@mail.example> is.

<a.b-c_d@a.b>.

a.b-c_d\@a.b-
a.b-c\_d\@a.b-

a.b-c_d\@a.b\_
a.b-c\_d\@a.b\_

<a@a_b.c>

Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/table-string-length/input.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
| a || [1m古[22m | 🤔 |
| - | - | - | - |
| a || 🤔 |
| - | - | - |
4 changes: 2 additions & 2 deletions test/fixtures/table-string-length/output.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
| a || [1m古[22m | 🤔 |
| - | -- | -- | -- |
| a || 🤔 |
| - | -- | -- |
54 changes: 10 additions & 44 deletions test/fixtures/table-string-length/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{
"type": "table",
"align": [
null,
null,
null,
null
Expand Down Expand Up @@ -84,7 +83,7 @@
"children": [
{
"type": "text",
"value": "\u001b[1m古\u001b[22m",
"value": "🤔",
"position": {
"start": {
"line": 1,
Expand All @@ -93,8 +92,8 @@
},
"end": {
"line": 1,
"column": 21,
"offset": 20
"column": 13,
"offset": 12
}
}
}
Expand All @@ -107,41 +106,8 @@
},
"end": {
"line": 1,
"column": 23,
"offset": 22
}
}
},
{
"type": "tableCell",
"children": [
{
"type": "text",
"value": "🤔",
"position": {
"start": {
"line": 1,
"column": 24,
"offset": 23
},
"end": {
"line": 1,
"column": 26,
"offset": 25
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 23,
"offset": 22
},
"end": {
"line": 1,
"column": 28,
"offset": 27
"column": 15,
"offset": 14
}
}
}
Expand All @@ -154,8 +120,8 @@
},
"end": {
"line": 1,
"column": 28,
"offset": 27
"column": 15,
"offset": 14
}
}
}
Expand All @@ -168,8 +134,8 @@
},
"end": {
"line": 2,
"column": 18,
"offset": 45
"column": 14,
"offset": 28
}
}
}
Expand All @@ -183,7 +149,7 @@
"end": {
"line": 3,
"column": 1,
"offset": 46
"offset": 29
}
}
}

0 comments on commit 3118a47

Please sign in to comment.