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 @@ -313,8 +313,8 @@ versions of Node.js.
313
313
314
314
When we cut a new major release, we drop support for unmaintained versions of
315
315
Node.
316
- This means we try to keep the current release line, ` hastscript @^7 ` ,
317
- compatible with Node.js 12 .
316
+ This means we try to keep the current release line, ` hastscript @^8 ` ,
317
+ compatible with Node.js 16 .
318
318
319
319
## Security
320
320
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