Skip to content

Commit

Permalink
fix peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Nov 7, 2024
1 parent 5a883b4 commit bfead8a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"webpackbar": "^6.0.1"
},
"peerDependencies": {
"@docusaurus/faster": "3.5.2"
"@docusaurus/faster": "*"
},
"peerDependenciesMeta": {
"@docusaurus/faster": {
Expand Down
4 changes: 1 addition & 3 deletions packages/docusaurus-faster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@docusaurus/types": "3.6.0",
"@rspack/core": "^1.0.14",
"@swc/core": "^1.7.39",
"@swc/html": "^1.7.39",
Expand All @@ -29,8 +30,5 @@
},
"engines": {
"node": ">=18.0"
},
"peerDependencies": {
"@docusaurus/types": "*"
}
}
9 changes: 1 addition & 8 deletions packages/docusaurus-utils-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,9 @@
},
"license": "MIT",
"dependencies": {
"@docusaurus/types": "3.6.0",
"tslib": "^2.6.0"
},
"peerDependencies": {
"@docusaurus/types": "*"
},
"peerDependenciesMeta": {
"@docusaurus/types": {
"optional": true
}
},
"engines": {
"node": ">=18.0"
}
Expand Down
8 changes: 0 additions & 8 deletions packages/docusaurus-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,5 @@
"@types/react-dom": "^18.2.7",
"dedent": "^0.7.0",
"tmp-promise": "^3.0.3"
},
"peerDependencies": {
"@docusaurus/types": "*"
},
"peerDependenciesMeta": {
"@docusaurus/types": {
"optional": true
}
}
}

0 comments on commit bfead8a

Please sign in to comment.