Update dev-dependencies

This commit is contained in:
Titus Wormer 2021-12-03 16:54:55 +01:00
parent 6701f369df
commit 976bad8643
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -59,7 +59,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.46.0" "xo": "^0.47.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",