We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c75796 commit 39c7e22Copy full SHA for 39c7e22
readme.md
@@ -343,7 +343,7 @@ versions of Node.js.
343
When we cut a new major release, we drop support for unmaintained versions of
344
Node.
345
This means we try to keep the current release line,
346
-`remark-validate-links@^14`, compatible with Node.js 14.
+`remark-validate-links@^15`, compatible with Node.js 16.
347
348
This plugin works with `unified` version 6+, `remark` version 7+, and
349
`remark-cli` version 8+.
tsconfig.json
@@ -8,7 +8,7 @@
8
"lib": ["es2022"],
9
"module": "node16",
10
"strict": true,
11
- "target": "es2020"
+ "target": "es2022"
12
},
13
"exclude": ["coverage/", "node_modules/"],
14
"include": ["**/*.js"]
0 commit comments