Skip to content

Commit 80c7009

Browse files
committed
Update dev dependencies
1 parent b45a51c commit 80c7009

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
},
3535
"devDependencies": {
3636
"prettier": "^3.0.0",
37-
"remark-cli": "^11.0.0",
38-
"remark-preset-wooorm": "^9.0.0",
37+
"remark-cli": "^12.0.0",
38+
"remark-preset-wooorm": "^10.0.0",
3939
"type-coverage": "^2.0.0",
40-
"xo": "^0.56.0"
40+
"xo": "^0.58.0"
4141
},
4242
"scripts": {
4343
"build": "tsc && type-coverage",

readme.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ A language server to lint and format markdown files with **[remark][]**.
1010

1111
## Contents
1212

13-
* [What is this?](#what-is-this)
14-
* [When should I use this?](#when-should-i-use-this)
15-
* [Install](#install)
16-
* [Use](#use)
17-
* [Configuration file](#configuration-file)
18-
* [Settings](#settings)
19-
* [Examples](#examples)
20-
* [Emacs](#emacs)
21-
* [Neovim](#neovim)
22-
* [vim-lsp](#vim-lsp)
23-
* [Visual Studio Code](#visual-studio-code)
24-
* [Compatibility](#compatibility)
25-
* [Contribute](#contribute)
26-
* [License](#license)
13+
* [What is this?](#what-is-this)
14+
* [When should I use this?](#when-should-i-use-this)
15+
* [Install](#install)
16+
* [Use](#use)
17+
* [Configuration file](#configuration-file)
18+
* [Settings](#settings)
19+
* [Examples](#examples)
20+
* [Emacs](#emacs)
21+
* [Neovim](#neovim)
22+
* [vim-lsp](#vim-lsp)
23+
* [Visual Studio Code](#visual-studio-code)
24+
* [Compatibility](#compatibility)
25+
* [Contribute](#contribute)
26+
* [License](#license)
2727

2828
## What is this?
2929

@@ -39,7 +39,7 @@ consume this package.
3939

4040
## Install
4141

42-
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
42+
This package is [ESM only][].
4343
In Node.js (version 16.0+, or 18.0+), install with [npm][]:
4444

4545
```sh
@@ -59,14 +59,14 @@ are supported.
5959
[`remark-cli`][remark-cli].
6060
These files are:
6161

62-
* `.remarkrc`
63-
* `.remarkrc.cjs`
64-
* `.remarkrc.js`
65-
* `.remarkrc.json`
66-
* `.remarkrc.mjs`
67-
* `.remarkrc.yaml`
68-
* `.remarkrc.yml`
69-
* `package.json`
62+
* `.remarkrc`
63+
* `.remarkrc.cjs`
64+
* `.remarkrc.js`
65+
* `.remarkrc.json`
66+
* `.remarkrc.mjs`
67+
* `.remarkrc.yaml`
68+
* `.remarkrc.yml`
69+
* `package.json`
7070

7171
Language clients should notify the language server if these files change.
7272
They are looked up starting at the folder where the checked markdown file
@@ -76,8 +76,8 @@ exists.
7676

7777
This language server supports the following settings:
7878

79-
* `remark.requireConfig` (`boolean`, default: `false`) — If true, only perform
80-
actions if a [configuration file][configuration-file] is found.
79+
* `remark.requireConfig` (`boolean`, default: `false`) — If true, only perform
80+
actions if a [configuration file][configuration-file] is found.
8181

8282
## Examples
8383

@@ -165,6 +165,8 @@ abide by its terms.
165165

166166
[downloads]: https://www.npmjs.com/package/remark-language-server
167167

168+
[esm only]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
169+
168170
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
169171

170172
[backers-badge]: https://opencollective.com/unified/backers/badge.svg

0 commit comments

Comments
 (0)