Update dev-dependencies

This commit is contained in:
Titus Wormer 2021-08-21 13:09:49 +02:00
parent 6484d5e1be
commit 1639ac6e59
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -52,13 +52,13 @@
"micromark": "^3.0.0",
"micromark-build": "^1.0.0",
"prettier": "^2.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"remark-cli": "^10.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.39.0"
"xo": "^0.44.0"
},
"scripts": {
"build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build",