Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit ba3ae61

Browse files
committed
Update dev-dependencies
1 parent 8ff34e9 commit ba3ae61

File tree

2 files changed

+73
-74
lines changed

2 files changed

+73
-74
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"repository": "syntax-tree/hast-to-hyperscript",
2323
"bugs": "https://github.com/syntax-tree/hast-to-hyperscript/issues",
2424
"funding": {
25-
"type": "opencollective",
26-
"url": "https://opencollective.com/unified"
27-
},
25+
"type": "opencollective",
26+
"url": "https://opencollective.com/unified"
27+
},
2828
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
2929
"contributors": [
3030
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
@@ -52,14 +52,14 @@
5252
"rehype": "^10.0.0",
5353
"remark-cli": "^8.0.0",
5454
"remark-preset-wooorm": "^7.0.0",
55-
"tape": "^4.0.0",
55+
"tape": "^5.0.0",
5656
"tinyify": "^2.0.0",
5757
"unist-builder": "^2.0.0",
5858
"vdom-to-html": "^2.0.0",
5959
"virtual-dom": "^2.0.0",
6060
"vue": "^2.0.0",
6161
"vue-server-renderer": "^2.0.0",
62-
"xo": "^0.29.0"
62+
"xo": "^0.30.0"
6363
},
6464
"scripts": {
6565
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -88,6 +88,7 @@
8888
"prettier": true,
8989
"esnext": false,
9090
"rules": {
91+
"unicorn/no-fn-reference-in-iterator": "off",
9192
"unicorn/prefer-type-error": "off",
9293
"guard-for-in": "off",
9394
"no-self-compare": "off",

0 commit comments

Comments
 (0)