@modern-js/main-doc 2.38.0 → 2.39.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": "2.38.0",
18
+ "version": "2.39.0",
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.38.0"
25
+ "@modern-js/sandpack-react": "2.39.0"
26
26
  },
27
27
  "peerDependencies": {
28
- "@modern-js/builder-doc": "^2.38.0"
28
+ "@modern-js/builder-doc": "^2.39.0"
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": "2.38.0",
43
- "@modern-js/doc-plugin-auto-sidebar": "2.38.0"
42
+ "@modern-js/doc-plugin-auto-sidebar": "2.39.0",
43
+ "@modern-js/builder-doc": "2.39.0"
44
44
  },
45
45
  "scripts": {
46
46
  "dev": "rspress dev",