File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -255,8 +255,8 @@ versions of Node.js.
255
255
256
256
When we cut a new major release, we drop support for unmaintained versions of
257
257
Node.
258
- This means we try to keep the current release line, ` mdast -util -to -nlcst @^6 ` ,
259
- compatible with Node.js 12 .
258
+ This means we try to keep the current release line, ` mdast -util -to -nlcst @^7 ` ,
259
+ compatible with Node.js 16 .
260
260
261
261
## Security
262
262
Original file line number Diff line number Diff line change 7
7
"emitDeclarationOnly" : true ,
8
8
"exactOptionalPropertyTypes" : true ,
9
9
"forceConsistentCasingInFileNames" : true ,
10
- "lib" : [" es2020 " ],
10
+ "lib" : [" es2022 " ],
11
11
"module" : " node16" ,
12
12
"newLine" : " lf" ,
13
13
"skipLibCheck" : true ,
14
14
"strict" : true ,
15
- "target" : " es2020 "
15
+ "target" : " es2022 "
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments