Skip to content

Commit b290164

Browse files
committed
Update dev-dependencies
1 parent facc438 commit b290164

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var silentlyIgnore
8787
var globs
8888

8989
if (cli.flags.stdin) {
90-
if (cli.input.length !== 0) {
90+
if (cli.input.length > 0) {
9191
throw new Error('Do not pass globs with `--stdin`')
9292
}
9393
} else if (cli.input.length === 0) {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
8282
"vfile-sort": "^2.0.0"
8383
},
8484
"devDependencies": {
85-
"browserify": "^16.0.0",
85+
"browserify": "^17.0.0",
8686
"nyc": "^15.0.0",
8787
"prettier": "^2.0.0",
88-
"remark-cli": "^8.0.0",
89-
"remark-preset-wooorm": "^7.0.0",
88+
"remark-cli": "^9.0.0",
89+
"remark-preset-wooorm": "^8.0.0",
9090
"tape": "^5.0.0",
9191
"tinyify": "^3.0.0",
9292
"vfile-reporter-json": "^2.0.0",
93-
"xo": "^0.32.0"
93+
"xo": "^0.34.0"
9494
},
9595
"scripts": {
9696
"format": "remark . -qfo && prettier . --write && xo --fix",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ Yields:
377377

378378
Check [MDX][] (ignoring syntax).
379379

380-
> Note: the syntax for [MDX@2][mdx-next], while currently in beta, is used in
380+
> Note: the syntax for [MDX\@2][mdx-next], while currently in beta, is used in
381381
> alex.
382382
383383
###### Parameters

0 commit comments

Comments
 (0)