Update test dependencies

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2020-10-03 23:34:47 +13:00
parent 445092f9af
commit 5be1773244
No known key found for this signature in database
GPG key ID: 1C6A99DFA9D306FC
11 changed files with 59 additions and 56 deletions

View file

@ -45,15 +45,15 @@
"supports-color": "^7.1.0"
},
"devDependencies": {
"ava": "^2.4.0",
"coveralls": "^3.0.7",
"execa": "^4.0.0",
"import-fresh": "^3.1.0",
"ava": "^3.13.0",
"coveralls": "^3.1.0",
"execa": "^4.0.3",
"import-fresh": "^3.2.1",
"matcha": "^0.7.0",
"nyc": "^15.0.0",
"nyc": "^15.1.0",
"resolve-from": "^5.0.0",
"tsd": "^0.7.4",
"xo": "^0.28.2"
"tsd": "^0.13.1",
"xo": "^0.33.1"
},
"xo": {
"rules": {
@ -62,7 +62,8 @@
"@typescript-eslint/member-ordering": "off",
"no-redeclare": "off",
"unicorn/string-content": "off",
"unicorn/better-regex": "off"
"unicorn/better-regex": "off",
"unicorn/prefer-number-properties": "off"
}
}
}