File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -371,11 +371,11 @@ versions of Node.js.
371
371
372
372
When we cut a new major release, we drop support for unmaintained versions of
373
373
Node.
374
- This means we try to keep the current release line, ` mdast-util-math@^2 ` ,
375
- compatible with Node.js 12 .
374
+ This means we try to keep the current release line, ` mdast-util-math@^3 ` ,
375
+ compatible with Node.js 16 .
376
376
377
- This plugin works with ` mdast-util-from-markdown ` version 1 + and
378
- ` mdast-util-to-markdown ` version 1 +.
377
+ This plugin works with ` mdast-util-from-markdown ` version 2 + and
378
+ ` mdast-util-to-markdown ` version 2 +.
379
379
380
380
## Related
381
381
Original file line number Diff line number Diff line change 5
5
"declaration" : true ,
6
6
"emitDeclarationOnly" : true ,
7
7
"exactOptionalPropertyTypes" : true ,
8
- "lib" : [" es2020 " ],
8
+ "lib" : [" es2022 " ],
9
9
"module" : " node16" ,
10
10
// Needed for `katex` :'(
11
11
"skipLibCheck" : true ,
12
12
"strict" : true ,
13
- "target" : " es2020 "
13
+ "target" : " es2022 "
14
14
},
15
15
"exclude" : [" coverage/" , " node_modules/" ],
16
16
"include" : [" **/*.js" , " index.d.ts" ]
You can’t perform that action at this time.
0 commit comments