File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ versions of Node.js.
127
127
128
128
When we cut a new major release, we drop support for unmaintained versions of
129
129
Node.
130
- This means we try to keep the current release line, ` rehype-cli@^11 ` ,
131
- compatible with Node.js 12 .
130
+ This means we try to keep the current release line, ` rehype-cli@^12 ` ,
131
+ compatible with Node.js 16 .
132
132
133
133
## Security
134
134
Original file line number Diff line number Diff line change @@ -402,8 +402,8 @@ versions of Node.js.
402
402
403
403
When we cut a new major release, we drop support for unmaintained versions of
404
404
Node.
405
- This means we try to keep the current release line, ` rehype-parse@^8 ` ,
406
- compatible with Node.js 12 .
405
+ This means we try to keep the current release line, ` rehype-parse@^9 ` ,
406
+ compatible with Node.js 16 .
407
407
408
408
## Security
409
409
Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ versions of Node.js.
256
256
257
257
When we cut a new major release, we drop support for unmaintained versions of
258
258
Node.
259
- This means we try to keep the current release line, ` rehype-stringify@^9 ` ,
260
- compatible with Node.js 12 .
259
+ This means we try to keep the current release line, ` rehype-stringify@^10 ` ,
260
+ compatible with Node.js 16 .
261
261
262
262
## Security
263
263
Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ versions of Node.js.
184
184
185
185
When we cut a new major release, we drop support for unmaintained versions of
186
186
Node.
187
- This means we try to keep the current release line, ` rehype@^12 ` , compatible
188
- with Node.js 12 .
187
+ This means we try to keep the current release line, ` rehype@^13 ` , compatible
188
+ with Node.js 16 .
189
189
190
190
## Security
191
191
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ versions of Node.js.
194
194
195
195
When we cut a new major release, we drop support for unmaintained versions of
196
196
Node.
197
- This means we try to keep the current release line compatible with Node.js 12 .
197
+ This means we try to keep the current release line compatible with Node.js 16 .
198
198
199
199
## Security
200
200
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
"strict" : true ,
11
- "target" : " es2020 "
11
+ "target" : " es2022 "
12
12
},
13
13
"exclude" : [" **/coverage/" , " **/node_modules/" ],
14
14
"include" : [
You can’t perform that action at this time.
0 commit comments