Update dev-dependencies

This commit is contained in:
Titus Wormer 2021-06-08 17:28:31 +02:00
parent 914f83a1fe
commit a7f448e2c3
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -58,7 +58,7 @@
"tape": "^5.0.0", "tape": "^5.0.0",
"type-coverage": "^2.0.0", "type-coverage": "^2.0.0",
"typescript": "^4.0.0", "typescript": "^4.0.0",
"xo": "^0.39.0" "xo": "^0.40.0"
}, },
"scripts": { "scripts": {
"build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build", "build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build",
@ -78,7 +78,8 @@
"xo": { "xo": {
"prettier": true, "prettier": true,
"rules": { "rules": {
"unicorn/no-this-assignment": "off" "unicorn/no-this-assignment": "off",
"unicorn/prefer-node-protocol": "off"
} }
}, },
"remarkConfig": { "remarkConfig": {