Skip to content

Commit

Permalink
chore(deps): Add webpack to peer dependencies of redoc theme
Browse files Browse the repository at this point in the history
  • Loading branch information
zackerydev committed Jan 9, 2024
1 parent 9f3af05 commit e4221d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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

0 comments on commit e4221d8

Please sign in to comment.