From c55be0ff48c48be41b33ada43a80f918252339f6 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 11 Nov 2021 16:40:05 +0100 Subject: [PATCH] Update dev-dependencies --- doc/plugins.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/plugins.md b/doc/plugins.md index fbe9197e4..d39567fa3 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -98,7 +98,7 @@ The list of plugins: * 🟢 [`remark-emoji`](https://github.com/rhysd/remark-emoji) — transform Gemoji short-codes to emoji * 🟢 [`remark-extended-table`](https://github.com/wataru-chocola/remark-extended-table) - — extended table syntax allowing colspan / rowspan + — extended table syntax allowing colspan / rowspan * 🟢 [`remark-extract-frontmatter`](https://github.com/mrzmmr/remark-extract-frontmatter) — store front matter in vfiles * 🟢 [`remark-first-heading`](https://github.com/laat/remark-first-heading) diff --git a/package.json b/package.json index 0b7ee690b..815f66998 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "typescript": "^4.0.0", "unified": "^10.0.0", "unist-util-remove-position": "^4.0.0", - "xo": "^0.45.0" + "xo": "^0.46.0" }, "scripts": { "build": "npm run build --workspaces && rimraf \"*.d.ts\" \"{test,script}/**/*.d.ts\" && tsc && type-coverage",