@modern-js/module-tools-docs 2.58.0 → 2.58.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @modern-js/module-tools-docs
2
2
 
3
+ ## 2.58.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3824a0e: refactor(website): refactor modern.js docs to latest usage of rspress
8
+ refactor(website): 重构 modern.js 文档,使用最新 rspress 的用法
9
+
3
10
  ## 2.58.0
4
11
 
5
12
  ## 2.57.1
package/package.json CHANGED
@@ -9,14 +9,14 @@
9
9
  "directory": "packages/document/module-doc"
10
10
  },
11
11
  "license": "MIT",
12
- "version": "2.58.0",
12
+ "version": "2.58.1",
13
13
  "main": "index.js",
14
14
  "devDependencies": {
15
+ "@rspress/shared": "1.27.0",
15
16
  "react": "^18.2.0",
16
17
  "react-dom": "^18.2.0",
17
- "rspress": "1.26.1",
18
- "@rspress/shared": "1.26.1",
19
- "@modern-js/doc-plugin-auto-sidebar": "2.58.0"
18
+ "rspress": "1.27.0",
19
+ "@modern-js/doc-plugin-auto-sidebar": "2.58.1"
20
20
  },
21
21
  "scripts": {
22
22
  "dev": "rspress dev",