@modern-js/main-doc 0.0.0-nightly-20231025172331 → 0.0.0-nightly-20231026172257

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.
@@ -2,7 +2,11 @@
2
2
  sidebar_position: 12
3
3
  ---
4
4
 
5
- # Using Storybook
5
+ # Using StorybookV6
6
+
7
+ :::warning
8
+ This document is for users of the old version Storybook V6 and will be deprecated in the future. If you want to upgrade from an older version or if you are a new user who wants to try new storybook, please refer to the [new documentation here](https://modernjs.dev/builder/guide/advanced/storybook.html).
9
+ :::
6
10
 
7
11
  [Storybook](https://storybook.js.org/) is a tool dedicated to component debugging, providing around component development.
8
12
 
@@ -5,7 +5,7 @@ sidebar_position: 12
5
5
  # 使用 StorybookV6
6
6
 
7
7
  :::warning
8
- 该教程是用于老版本 StorybookV6 用户,并且会在以后弃用,想要从旧版本插件升级或新用户想要尝试请查看[新文档](https://modernjs.dev/builder/guide/storybook.html)
8
+ 该教程是用于老版本 StorybookV6 用户,并且会在以后弃用,想要从旧版本插件升级或新用户想要尝试请查看[新文档](https://modernjs.dev/builder/guide/advanced/storybook.html)
9
9
  :::
10
10
 
11
11
 
package/package.json CHANGED
@@ -15,17 +15,17 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231025172331",
18
+ "version": "0.0.0-nightly-20231026172257",
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-20231025172331"
25
+ "@modern-js/sandpack-react": "0.0.0-nightly-20231026172257"
26
26
  },
27
27
  "peerDependencies": {
28
- "@modern-js/builder-doc": "0.0.0-nightly-20231025172331"
28
+ "@modern-js/builder-doc": "0.0.0-nightly-20231026172257"
29
29
  },
30
30
  "devDependencies": {
31
31
  "classnames": "^2",
@@ -35,12 +35,12 @@
35
35
  "ts-node": "^10.9.1",
36
36
  "typescript": "^5",
37
37
  "fs-extra": "^10",
38
- "rspress": "1.2.0",
39
- "@rspress/shared": "1.2.0",
38
+ "rspress": "1.2.1",
39
+ "@rspress/shared": "1.2.1",
40
40
  "@types/node": "^16",
41
41
  "@types/fs-extra": "^9",
42
- "@modern-js/builder-doc": "0.0.0-nightly-20231025172331",
43
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-nightly-20231025172331"
42
+ "@modern-js/builder-doc": "0.0.0-nightly-20231026172257",
43
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-nightly-20231026172257"
44
44
  },
45
45
  "scripts": {
46
46
  "dev": "rspress dev",