Skip to content

Commit

Permalink
feat: update rspress version (#5478)
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] committed Feb 29, 2024
1 parent 5f4d07a commit 4b233ec
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 52 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": "1.12.3",
"rspress": "1.13.0",
"@types/node": "^14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@rspress/shared": "1.12.3"
"@rspress/shared": "1.13.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 @@ -43,8 +43,8 @@
"ts-node": "^10.9.1",
"typescript": "^5",
"fs-extra": "^10",
"rspress": "1.12.3",
"@rspress/shared": "1.12.3",
"rspress": "1.13.0",
"@rspress/shared": "1.13.0",
"@types/node": "^16",
"@types/fs-extra": "9.0.13"
}
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 @@ -20,7 +20,7 @@
"@modern-js/doc-plugin-auto-sidebar": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rspress": "1.12.3",
"@rspress/shared": "1.12.3"
"rspress": "1.13.0",
"@rspress/shared": "1.13.0"
}
}
94 changes: 48 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b233ec

Please sign in to comment.