Skip to content

Commit

Permalink
Change to require Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 24, 2023
1 parent 2b1948c commit e08b759
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions packages/esbuild/readme.md
Expand Up @@ -110,8 +110,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `@mdx-js/esbuild@^2`,
compatible with Node.js 12.
This means we try to keep the current release line, `@mdx-js/esbuild@^3`,
compatible with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions packages/loader/readme.md
Expand Up @@ -150,8 +150,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `@mdx-js/loader@^2`,
compatible with Node.js 12.
This means we try to keep the current release line, `@mdx-js/loader@^3`,
compatible with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions packages/mdx/readme.md
Expand Up @@ -1149,8 +1149,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `@mdx-js/mdx@^2`,
compatible with Node.js 12.
This means we try to keep the current release line, `@mdx-js/mdx@^3`,
compatible with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions packages/node-loader/readme.md
Expand Up @@ -156,8 +156,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `@mdx-js/node-loader@^2`,
compatible with Node.js 12.
This means we try to keep the current release line, `@mdx-js/node-loader@^3`,
compatible with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions packages/preact/readme.md
Expand Up @@ -182,8 +182,8 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `@mdx-js/preact@^2`,
compatible with Node.js 12.
This means we try to keep the current release line, `@mdx-js/preact@^3`,
compatible with Node.js 16.
## Security
Expand Down
4 changes: 2 additions & 2 deletions packages/react/readme.md
Expand Up @@ -186,8 +186,8 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `@mdx-js/react@^2`,
compatible with Node.js 12.
This means we try to keep the current release line, `@mdx-js/react@^3`,
compatible with Node.js 16.
## Security
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-mdx/readme.md
Expand Up @@ -229,8 +229,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `remark-mdx@^2`, compatible
with Node.js 12.
This means we try to keep the current release line, `remark-mdx@^3`, compatible
with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/readme.md
Expand Up @@ -152,8 +152,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `@mdx-js/rollup@^2`,
compatible with Node.js 12.
This means we try to keep the current release line, `@mdx-js/rollup@^3`,
compatible with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions packages/vue/readme.md
Expand Up @@ -150,8 +150,8 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `@mdx-js/vue@^2`,
compatible with Node.js 12.
This means we try to keep the current release line, `@mdx-js/vue@^3`,
compatible with Node.js 16.
## Security
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -9,7 +9,7 @@
"lib": ["es2022"],
"module": "node16",
"strict": true,
"target": "es2020"
"target": "es2022"
},
"exclude": ["**/coverage/", "**/node_modules/", "**/public/"],
"include": [
Expand Down

1 comment on commit e08b759

@vercel
Copy link

@vercel vercel bot commented on e08b759 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mdx – ./

mdx-git-main-mdx.vercel.app
mdxjs.com
v2.mdxjs.com
mdx-mdx.vercel.app

Please sign in to comment.