Skip to content

Commit

Permalink
Merge pull request #323 from zackerydev/main
Browse files Browse the repository at this point in the history
chore(deps): Add webpack to peer dependencies of redoc theme
  • Loading branch information
rohit-gohri authored Jan 11, 2024
2 parents 9f3af05 + 252b9b9 commit 6770694
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/hungry-tools-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"docusaurus-theme-redoc": patch
"redocusaurus": patch
---

chore(deps): Add webpack to peer dependencies of redoc theme, this fixes issue #322
3 changes: 2 additions & 1 deletion packages/docusaurus-theme-redoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@docusaurus/theme-common": "^3.0.0"
"@docusaurus/theme-common": "^3.0.0",
"webpack": "^5.0.0"
},
"engines": {
"node": ">=18"
Expand Down
3 changes: 2 additions & 1 deletion packages/redocusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"node": ">=14"
},
"devDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"webpack": "^5.0.0"
}
}
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6427,6 +6427,7 @@ __metadata:
typescript: "npm:^5.2.2"
peerDependencies:
"@docusaurus/theme-common": ^3.0.0
webpack: ^5.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13321,6 +13322,7 @@ __metadata:
docusaurus-plugin-redoc: "npm:2.0.0"
docusaurus-theme-redoc: "npm:2.0.0"
typescript: "npm:^5.2.2"
webpack: "npm:^5.0.0"
peerDependencies:
"@docusaurus/theme-common": ^3.0.0
"@docusaurus/utils": ^3.0.0
Expand Down Expand Up @@ -15836,7 +15838,7 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5.88.1":
"webpack@npm:^5.0.0, webpack@npm:^5.88.1":
version: 5.89.0
resolution: "webpack@npm:5.89.0"
dependencies:
Expand Down

1 comment on commit 6770694

@vercel
Copy link

@vercel vercel bot commented on 6770694 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.