Skip to content

Commit ac7a7bf

Browse files
committed
Update dev-dependencies
1 parent 43ef20c commit ac7a7bf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"mdast-util-to-string": "^1.0.0"
3232
},
3333
"devDependencies": {
34-
"browserify": "^16.0.0",
34+
"browserify": "^17.0.0",
3535
"nyc": "^15.0.0",
3636
"prettier": "^2.0.0",
37-
"remark": "^12.0.0",
38-
"remark-cli": "^8.0.0",
39-
"remark-preset-wooorm": "^7.0.0",
37+
"remark": "^13.0.0",
38+
"remark-cli": "^9.0.0",
39+
"remark-preset-wooorm": "^8.0.0",
4040
"tape": "^5.0.0",
41-
"tinyify": "^2.0.0",
42-
"xo": "^0.32.0"
41+
"tinyify": "^3.0.0",
42+
"xo": "^0.34.0"
4343
},
4444
"scripts": {
4545
"format": "remark . -qfo && prettier . --write && xo --fix",

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ test('mdast-util-heading-range()', function (t) {
114114
['# ', '', '## Foo', '', 'Bar', '', '## Baz', ''].join('\n'),
115115
'fo+'
116116
),
117-
['# ', '', '## Foo', '', '## Baz', ''].join('\n'),
117+
['#', '', '## Foo', '', '## Baz', ''].join('\n'),
118118
'should not fail with empty headings'
119119
)
120120

@@ -175,7 +175,7 @@ test('mdast-util-heading-range()', function (t) {
175175

176176
t.equal(
177177
String(file),
178-
['Foo', '', '## Foo', '', '* * *', '', '## Baz', ''].join('\n'),
178+
['Foo', '', '## Foo', '', '***', '', '## Baz', ''].join('\n'),
179179
'should insert all returned nodes'
180180
)
181181
}

0 commit comments

Comments
 (0)