File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ versions of Node.js.
167
167
When we cut a new major release, we drop support for unmaintained versions of
168
168
Node.
169
169
This means we try to keep the current release line,
170
- ` hast-util-reading-time@^1 ` , compatible with Node.js 12 .
170
+ ` hast-util-reading-time@^2 ` , compatible with Node.js 16 .
171
171
172
172
## Security
173
173
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 `readability-scores` :'(
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" ]
You can’t perform that action at this time.
0 commit comments