Skip to content

Commit 2ff82a3

Browse files
committed
Change to require Node.js 16
1 parent 9421fc6 commit 2ff82a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ versions of Node.js.
429429
When we cut a new major release, we drop support for unmaintained versions of
430430
Node.
431431
This means we try to keep the current release line,
432-
`micromark-extension-mdx-jsx@^1`, compatible with Node.js 12.
432+
`micromark-extension-mdx-jsx@^2`, compatible with Node.js 16.
433433

434434
This package works with `micromark` version `3` and later.
435435

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"declaration": true,
66
"emitDeclarationOnly": true,
77
"exactOptionalPropertyTypes": true,
8-
"lib": ["es2020"],
8+
"lib": ["es2022"],
99
"module": "node16",
1010
// Bug with `glob` :'(
1111
"skipLibCheck": true,
1212
"strict": true,
13-
"target": "es2020"
13+
"target": "es2022"
1414
},
1515
"include": ["**/*.js", "dev/index.d.ts"],
1616
"exclude": ["coverage/", "lib/", "node_modules/", "index.js"]

0 commit comments

Comments
 (0)