Skip to content

Commit

Permalink
fix(core): move @docusaurus/faster to bundler peerDeps (#10573)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Oct 10, 2024
1 parent 5400690 commit c7fd8d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 8 additions & 1 deletion packages/docusaurus-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@babel/core": "^7.23.3",
"@docusaurus/babel": "3.5.2",
"@docusaurus/cssnano-preset": "3.5.2",
"@docusaurus/faster": "3.5.2",
"@docusaurus/logger": "3.5.2",
"@docusaurus/types": "3.5.2",
"@docusaurus/utils": "3.5.2",
Expand All @@ -45,6 +44,14 @@
"webpack": "^5.95.0",
"webpackbar": "^6.0.1"
},
"peerDependencies": {
"@docusaurus/faster": "3.5.2"
},
"peerDependenciesMeta": {
"@docusaurus/faster": {
"optional": true
}
},
"devDependencies": {
"@total-typescript/shoehorn": "^0.1.2"
},
Expand Down
6 changes: 0 additions & 6 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,10 @@
"tree-node-cli": "^1.6.0"
},
"peerDependencies": {
"@docusaurus/faster": "3.5.2",
"@mdx-js/react": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"@docusaurus/faster": {
"optional": true
}
},
"engines": {
"node": ">=18.0"
}
Expand Down

0 comments on commit c7fd8d1

Please sign in to comment.