Skip to content

Commit

Permalink
feat: update rspress version (#6107)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
caohuilin and github-actions[bot] authored Sep 12, 2024
1 parent af5436e commit cf8ab12
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 504 deletions.
4 changes: 2 additions & 2 deletions packages/document/builder-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},
"devDependencies": {
"@modern-js/tsconfig": "workspace:*",
"@rspress/shared": "1.28.2",
"@rspress/shared": "1.31.0",
"@types/node": "^14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rspress": "1.28.2"
"rspress": "1.31.0"
}
}
4 changes: 2 additions & 2 deletions packages/document/main-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
},
"devDependencies": {
"@modern-js/builder-doc": "workspace:*",
"@rspress/shared": "1.28.2",
"@rspress/shared": "1.31.0",
"@types/fs-extra": "9.0.13",
"@types/node": "^16",
"classnames": "^2",
"clsx": "^1.2.1",
"fs-extra": "^10",
"react": "^18",
"react-dom": "^18",
"rspress": "1.28.2",
"rspress": "1.31.0",
"ts-node": "^10.9.1",
"typescript": "^5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/document/module-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"@modern-js/doc-plugin-auto-sidebar": "2.58.1",
"@rspress/shared": "1.28.2",
"@rspress/shared": "1.31.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rspress": "1.28.2"
"rspress": "1.31.0"
}
}
Loading

0 comments on commit cf8ab12

Please sign in to comment.