@modern-js/main-doc 0.0.0-nightly-20241019170723 → 0.0.0-nightly-20241021170643

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.
@@ -6,7 +6,7 @@ configName: html.outputStructure
6
6
  # html.outputStructure
7
7
 
8
8
  - **Type:** `'flat' | 'nested'`
9
- - **Default:** `'flat'`
9
+ - **Default:** `'nested'`
10
10
 
11
11
  Define the directory structure of the HTML output files.
12
12
 
@@ -6,7 +6,7 @@ configName: html.outputStructure
6
6
  # html.outputStructure
7
7
 
8
8
  - **类型:** `'flat' | 'nested'`
9
- - **默认值:** `'flat'`
9
+ - **默认值:** `'nested'`
10
10
 
11
11
  用于定义 HTML 产物文件的目录结构。
12
12
 
package/package.json CHANGED
@@ -15,14 +15,14 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20241019170723",
18
+ "version": "0.0.0-nightly-20241021170643",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public",
22
22
  "provenance": true
23
23
  },
24
24
  "dependencies": {
25
- "@modern-js/sandpack-react": "0.0.0-nightly-20241019170723"
25
+ "@modern-js/sandpack-react": "0.0.0-nightly-20241021170643"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@rspress/shared": "1.31.1",
@@ -31,8 +31,8 @@
31
31
  "classnames": "^2",
32
32
  "clsx": "^1.2.1",
33
33
  "fs-extra": "^10",
34
- "react": "^18",
35
- "react-dom": "^18",
34
+ "react": "^18.3.1",
35
+ "react-dom": "^18.3.1",
36
36
  "rspress": "1.31.1",
37
37
  "ts-node": "^10.9.1",
38
38
  "typescript": "^5"