@modern-js/module-tools-docs 2.58.3 → 2.60.0
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
|
@@ -168,7 +168,7 @@ export default config;
|
|
|
168
168
|
|
|
169
169
|
```typescript filename='modern.config.ts'
|
|
170
170
|
import { defineConfig } from '@modern-js/storybook';
|
|
171
|
-
import { pluginSwc } from '@rsbuild/plugin-swc';
|
|
171
|
+
import { pluginSwc } from '@rsbuild/plugin-webpack-swc';
|
|
172
172
|
|
|
173
173
|
const config = defineConfig({
|
|
174
174
|
builderPlugins: [pluginSwc()],
|
package/package.json
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"directory": "packages/document/module-doc"
|
|
10
10
|
},
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"version": "2.
|
|
12
|
+
"version": "2.60.0",
|
|
13
13
|
"main": "index.js",
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@modern-js/doc-plugin-auto-sidebar": "2.58.1",
|
|
16
|
-
"@rspress/shared": "1.
|
|
16
|
+
"@rspress/shared": "1.28.2",
|
|
17
17
|
"react": "^18.2.0",
|
|
18
18
|
"react-dom": "^18.2.0",
|
|
19
|
-
"rspress": "1.
|
|
19
|
+
"rspress": "1.28.2"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"dev": "rspress dev",
|