Skip to content

Commit 3c896b3

Browse files
committed
Update dev-dependencies
1 parent 7c04e5d commit 3c896b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"devDependencies": {
3434
"browserify": "^16.0.0",
35-
"chalk": "^3.0.0",
35+
"chalk": "^4.0.0",
3636
"dox": "^0.9.0",
3737
"lerna": "^3.0.0",
3838
"mdast-zone": "^4.0.0",
@@ -46,14 +46,14 @@
4646
"remark-toc": "^7.0.0",
4747
"remark-validate-links": "^10.0.0",
4848
"strip-indent": "^3.0.0",
49-
"tape": "^4.0.0",
49+
"tape": "^5.0.0",
5050
"tinyify": "^2.0.0",
5151
"to-vfile": "^6.0.0",
5252
"trim": "0.0.1",
5353
"unist-builder": "^2.0.0",
5454
"unist-util-remove-position": "^2.0.0",
5555
"vfile-reporter": "^6.0.0",
56-
"xo": "^0.28.0"
56+
"xo": "^0.30.0"
5757
},
5858
"scripts": {
5959
"postinstall": "lerna bootstrap --no-ci",
@@ -86,6 +86,8 @@
8686
"prettier": true,
8787
"esnext": false,
8888
"rules": {
89+
"unicorn/no-fn-reference-in-iterator": "off",
90+
"unicorn/prefer-number-properties": "off",
8991
"unicorn/string-content": "off",
9092
"unicorn/prefer-includes": "off",
9193
"guard-for-in": "off",

0 commit comments

Comments
 (0)