@modern-js/main-doc 0.0.0-next-1686045734613 → 0.0.0-next-1686061105656

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1686045734613
3
+ ## 0.0.0-next-1686061105656
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  docs: 修复 reset command 翻译问题
10
10
 
11
- - aa250e277: docs(main): update start doc
11
+ - 2ede584c3: docs(main): update start doc
12
12
 
13
13
  docs(main): 更新开始文档
14
14
 
@@ -16,8 +16,8 @@
16
16
 
17
17
  docs(main): 更新包版本管理文档
18
18
 
19
- - Updated dependencies [aa250e277]
20
- - @modern-js/builder-doc@0.0.0-next-1686045734613
19
+ - Updated dependencies [2ede584c3]
20
+ - @modern-js/builder-doc@0.0.0-next-1686061105656
21
21
 
22
22
  ## 2.22.0
23
23
 
@@ -81,8 +81,7 @@ For example, if you are using pnpm, you can update the Rspack version with `over
81
81
  "@rspack/core": "nightly",
82
82
  "@rspack/dev-client": "nightly",
83
83
  "@rspack/dev-middleware": "nightly",
84
- "@rspack/plugin-html": "nightly",
85
- "@rspack/postcss-loader": "nightly"
84
+ "@rspack/plugin-html": "nightly"
86
85
  }
87
86
  }
88
87
  }
@@ -82,8 +82,7 @@ import appTools, { defineConfig } from '@modern-js/app-tools';
82
82
  "@rspack/core": "nightly",
83
83
  "@rspack/dev-client": "nightly",
84
84
  "@rspack/dev-middleware": "nightly",
85
- "@rspack/plugin-html": "nightly",
86
- "@rspack/postcss-loader": "nightly"
85
+ "@rspack/plugin-html": "nightly"
87
86
  }
88
87
  }
89
88
  }
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686045734613",
18
+ "version": "0.0.0-next-1686061105656",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public"
22
22
  },
23
23
  "peerDependencies": {
24
- "@modern-js/builder-doc": "0.0.0-next-1686045734613"
24
+ "@modern-js/builder-doc": "0.0.0-next-1686061105656"
25
25
  },
26
26
  "devDependencies": {
27
27
  "classnames": "^2",
@@ -33,9 +33,9 @@
33
33
  "fs-extra": "^10",
34
34
  "@types/node": "^16",
35
35
  "@types/fs-extra": "^9",
36
- "@modern-js/builder-doc": "0.0.0-next-1686045734613",
37
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686045734613",
38
- "@modern-js/doc-tools": "0.0.0-next-1686045734613"
36
+ "@modern-js/builder-doc": "0.0.0-next-1686061105656",
37
+ "@modern-js/doc-tools": "0.0.0-next-1686061105656",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686061105656"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "modern dev",