@modern-js/main-doc 0.0.0-nightly-20260104160347 → 0.0.0-nightly-20260105160414

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,5 +28,5 @@ Both nvm and fnm are Node.js version management tools. Relatively speaking, nvm
28
28
  Additionally, after installing nvm or fnm, when there is a `.nvmrc` file containing `lts/jod` in the repository's root directory, the system will automatically install or switch to the correct Node.js version upon entering the repository.
29
29
 
30
30
  :::warning
31
- Modern.js currently still supports Node 16, but will officially terminate support for Node.js 16 in June 2025. To ensure a smooth transition for your project, please complete the Node.js version upgrade before June 2025.
31
+ Modern.js officially terminated support for Node.js 16 in June 2025. If you are still using Node.js 16, please upgrade to Node.js 18 or higher as soon as possible to ensure your project runs normally and to receive the latest features and security updates.
32
32
  :::
@@ -28,5 +28,5 @@ nvm 和 fnm 都是 Node.js 版本管理工具。相对来说,nvm 较为成熟
28
28
  此外,在安装 nvm 或 fnm 后,然后只要仓库根目录下有内容为 `lts/jod` 的 `.nvmrc` 文件,进入这个仓库时就会自动安装或切换到正确的 Node.js 版本。
29
29
 
30
30
  :::warning
31
- Modern.js 目前仍支持 Node 16,但会在 2025 年 6 月正式终止对 Node.js 16 的支持,为确保您的项目顺利过渡,请在 2025 6 月前完成 Node.js 版本升级。
31
+ Modern.js 已于 2025 年 6 月正式终止对 Node.js 16 的支持。如果你仍在使用 Node.js 16,请尽快升级到 Node.js 18 或更高版本,以确保项目正常运行并获取最新的功能和安全更新。
32
32
  :::
package/package.json CHANGED
@@ -15,14 +15,14 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20260104160347",
18
+ "version": "0.0.0-nightly-20260105160414",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public"
22
22
  },
23
23
  "dependencies": {
24
24
  "mermaid": "^11.4.1",
25
- "@modern-js/sandpack-react": "0.0.0-nightly-20260104160347"
25
+ "@modern-js/sandpack-react": "0.0.0-nightly-20260105160414"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@rsbuild/plugin-sass": "1.4.0",