Skip to content

Commit 6e359a4

Browse files
committedFeb 4, 2023
Update dev-dependencies
1 parent 07992e1 commit 6e359a4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@
5454
"@types/tape": "^4.0.0",
5555
"c8": "^7.0.0",
5656
"cross-env": "^7.0.0",
57-
"figures": "^3.0.0",
57+
"figures": "^4.0.0",
5858
"prettier": "^2.0.0",
59-
"remark-cli": "^10.0.0",
59+
"remark-cli": "^11.0.0",
6060
"remark-preset-wooorm": "^9.0.0",
6161
"rimraf": "^3.0.0",
6262
"strip-ansi": "^7.0.0",
6363
"tape": "^5.0.0",
6464
"type-coverage": "^2.0.0",
6565
"typescript": "^4.0.0",
6666
"vfile": "^5.0.0",
67-
"xo": "^0.50.0"
67+
"xo": "^0.53.0"
6868
},
6969
"scripts": {
7070
"prepack": "npm run build && npm run format",

‎test.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import path from 'node:path'
66
import test from 'tape'
77
import strip from 'strip-ansi'
88
import {VFile} from 'vfile'
9-
// To do: <https://github.com/vfile/vfile-reporter/commit/a5ed7a0>
109
import figures from 'figures'
1110
import reporterDefault, {reporter} from './index.js'
1211

0 commit comments

Comments
 (0)
Please sign in to comment.