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.
331
331
332
332
When we cut a new major release, we drop support for unmaintained versions of
333
333
Node.
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 .
336
336
337
337
## Security
338
338
Original file line number Diff line number Diff line change 6
6
"emitDeclarationOnly" : true ,
7
7
"exactOptionalPropertyTypes" : true ,
8
8
"jsx" : " preserve" ,
9
- "lib" : [" es2020 " ],
9
+ "lib" : [" es2022 " ],
10
10
"module" : " node16" ,
11
11
"strict" : true ,
12
- "target" : " es2020 "
12
+ "target" : " es2022 "
13
13
},
14
14
"exclude" : [" coverage/" , " node_modules/" ],
15
15
"include" : [
You can’t perform that action at this time.
0 commit comments