Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(docs): theme-common shouldn't depend on docs content #10316

Merged
merged 23 commits into from
Jul 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to fix yarn pnp tests
  • Loading branch information
slorber committed Jul 22, 2024
commit b8f1c636586d8386895ee237e2651e8d90bbb23b
4 changes: 3 additions & 1 deletion packages/docusaurus-theme-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@docusaurus/plugin-content-docs": "*"
"@docusaurus/plugin-content-docs": "*",
"@docusaurus/plugin-content-blog": "*",
"@docusaurus/plugin-content-pages": "*"
},
"engines": {
"node": ">=18.0"
Expand Down
Loading