Update dev-dependencies

This commit is contained in:
Titus Wormer 2021-10-03 19:05:46 +02:00
parent faac6e3148
commit 86376c703c
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -45,13 +45,13 @@
"prettier": "^2.0.0", "prettier": "^2.0.0",
"remark": "^14.0.0", "remark": "^14.0.0",
"remark-cli": "^10.0.0", "remark-cli": "^10.0.0",
"remark-preset-wooorm": "^8.0.0", "remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0", "rimraf": "^3.0.0",
"tape": "^5.0.0", "tape": "^5.0.0",
"to-vfile": "^7.0.0", "to-vfile": "^7.0.0",
"type-coverage": "^2.0.0", "type-coverage": "^2.0.0",
"typescript": "^4.0.0", "typescript": "^4.0.0",
"xo": "^0.43.0" "xo": "^0.45.0"
}, },
"scripts": { "scripts": {
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage", "build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",