Skip to content

Commit

Permalink
修复rspress插件类型报错
Browse files Browse the repository at this point in the history
  • Loading branch information
asurance committed May 21, 2024
1 parent 45a2058 commit dc1b848
Show file tree
Hide file tree
Showing 4 changed files with 6,318 additions and 5,190 deletions.
2 changes: 2 additions & 0 deletions modern.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { moduleTools, defineConfig } from '@modern-js/module-tools';
import { modulePluginDoc } from '@modern-js/plugin-rspress';

export type { UserConfigExport } from '@modern-js/core';

export default defineConfig({
plugins: [
moduleTools(),
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
},
"devDependencies": {
"@arco-design/web-react": "^2.62.0",
"@modern-js/core": "2.49.3",
"@modern-js/eslint-config": "2.49.3",
"@modern-js/module-tools": "2.49.3",
"@modern-js/plugin-rspress": "1.21.0",
Expand All @@ -54,5 +55,5 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@8.15.8"
"packageManager": "pnpm@9.1.2"
}
Loading

0 comments on commit dc1b848

Please sign in to comment.