Skip to content

Commit 40941a9

Browse files
committed
Update dev-dependencies
1 parent cf50126 commit 40941a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"type-coverage": "^2.0.0",
6666
"typescript": "^4.0.0",
6767
"unist-builder": "^3.0.0",
68-
"xo": "^0.46.0"
68+
"xo": "^0.48.0"
6969
},
7070
"scripts": {
7171
"prepack": "npm run build && npm run format",

test/matches.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @typedef {import('unist').Literal<string>} Literal
2+
* @typedef {import('unist').Literal} Literal
33
*/
44

55
import test from 'tape'

0 commit comments

Comments
 (0)