Skip to content

Commit 0f6a4ee

Browse files
committed
Update dev-dependencies
1 parent 5a2c49a commit 0f6a4ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const single = [
2121
* From common sense, and WikiPedia:
2222
* <https://en.wikipedia.org/wiki/Quotation_mark>.
2323
*
24-
* @type {Record<string, string[]>}
24+
* @type {Record<string, Array<string>>}
2525
*/
2626
const pairs = {
2727
',': [','],
@@ -105,7 +105,7 @@ function isWrapped(parent, position) {
105105
* @param {Parent} parent
106106
* @param {number} position
107107
* @param {number} step
108-
* @param {Array.<string>} delimiters
108+
* @param {Array<string>} delimiters
109109
* @returns {Node|void}
110110
*/
111111
function siblingDelimiter(parent, position, step, delimiters) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"type-coverage": "^2.0.0",
4848
"typescript": "^4.0.0",
4949
"unist-util-visit": "^4.0.0",
50-
"xo": "^0.44.0"
50+
"xo": "^0.49.0"
5151
},
5252
"scripts": {
5353
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)