diff --git a/package.json b/package.json index 8204ca6..fb028d5 100644 --- a/package.json +++ b/package.json @@ -94,15 +94,15 @@ "@types/update-notifier": "^6.0.0", "c8": "^7.10.0", "prettier": "^2.0.0", - "remark-cli": "^10.0.0", + "remark-cli": "^11.0.0", "remark-preset-wooorm": "^9.0.0", "rimraf": "^3.0.0", "tape": "^5.0.0", "type-coverage": "^2.0.0", - "type-fest": "^2.0.0", + "type-fest": "^3.0.0", "typescript": "^4.0.0", "vfile-reporter-json": "^3.0.0", - "xo": "^0.50.0" + "xo": "^0.52.0" }, "scripts": { "build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",