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 @@ -331,8 +331,8 @@ versions of Node.js.
331331
332332When we cut a new major release, we drop support for unmaintained versions of
333333Node.
334- This means we try to keep the current release line, ` xastscript@^3 ` , compatible
335- with Node.js 12 .
334+ This means we try to keep the current release line, ` xastscript@^4 ` , compatible
335+ with Node.js 16 .
336336
337337## Security
338338
Original file line number Diff line number Diff line change 66 "emitDeclarationOnly" : true ,
77 "exactOptionalPropertyTypes" : true ,
88 "jsx" : " preserve" ,
9- "lib" : [" es2020 " ],
9+ "lib" : [" es2022 " ],
1010 "module" : " node16" ,
1111 "strict" : true ,
12- "target" : " es2020 "
12+ "target" : " es2022 "
1313 },
1414 "exclude" : [" coverage/" , " node_modules/" ],
1515 "include" : [
You can’t perform that action at this time.
0 commit comments