@modern-js/main-doc 2.65.1 → 2.65.2

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.
@@ -37,4 +37,4 @@ interface AppInfo {
37
37
 
38
38
  In the `masterApp` configuration, developers can pass through options supported by Garfish
39
39
 
40
- All supported configuration options [see here](https://garfishjs.org/api/run/#%E5%8F%82%E6%95%B0).
40
+ All supported configuration options [see here](https://www.garfishjs.org/api/run.html).
@@ -39,4 +39,4 @@ interface AppInfo {
39
39
 
40
40
  在 `masterApp` 配置下,开发者可以透传 Garfish 的配置项。
41
41
 
42
- 所有支持的配置项[点此查看](https://garfishjs.org/api/run/#%E5%8F%82%E6%95%B0)。
42
+ 所有支持的配置项[点此查看](https://www.garfishjs.org/api/run.html)。
package/package.json CHANGED
@@ -15,17 +15,17 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.65.1",
18
+ "version": "2.65.2",
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": "2.65.1"
25
+ "@modern-js/sandpack-react": "2.65.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@rspress/shared": "1.40.2",
28
+ "@rspress/shared": "1.42.0",
29
29
  "@types/fs-extra": "9.0.13",
30
30
  "@types/node": "^16",
31
31
  "classnames": "^2",
@@ -33,7 +33,7 @@
33
33
  "fs-extra": "^10",
34
34
  "react": "^18.3.1",
35
35
  "react-dom": "^18.3.1",
36
- "rspress": "1.41.0",
36
+ "rspress": "1.42.0",
37
37
  "ts-node": "^10.9.1",
38
38
  "typescript": "^5"
39
39
  },