Skip to content

Commit

Permalink
set min version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri committed Jun 14, 2022
1 parent d4d12ce commit afc2855
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-redoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@docusaurus/utils": "^2.0.0-beta.21"
},
"peerDependencies": {
"@docusaurus/utils": "*"
"@docusaurus/utils": "^2.0.0-beta.18"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-redoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"@docusaurus/theme-common": "*"
"@docusaurus/theme-common": "^2.0.0-beta.18"
},
"engines": {
"node": ">=14"
Expand Down
4 changes: 2 additions & 2 deletions packages/redocusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"docusaurus-theme-redoc": "1.1.3"
},
"peerDependencies": {
"@docusaurus/theme-common": "*",
"@docusaurus/utils": "*"
"@docusaurus/theme-common": "^2.0.0-beta.18",
"@docusaurus/utils": "^2.0.0-beta.18"
},
"engines": {
"node": ">=14"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6926,7 +6926,7 @@ __metadata:
joi: ^17.5.0
redoc: 2.0.0-rc.72
peerDependencies:
"@docusaurus/utils": "*"
"@docusaurus/utils": ^2.0.0-beta.18
languageName: unknown
linkType: soft

Expand All @@ -6952,7 +6952,7 @@ __metadata:
styled-components: ^5.3.5
typescript: ^4.6.4
peerDependencies:
"@docusaurus/theme-common": "*"
"@docusaurus/theme-common": ^2.0.0-beta.18
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12906,8 +12906,8 @@ __metadata:
docusaurus-plugin-redoc: 1.1.2
docusaurus-theme-redoc: 1.1.3
peerDependencies:
"@docusaurus/theme-common": "*"
"@docusaurus/utils": "*"
"@docusaurus/theme-common": ^2.0.0-beta.18
"@docusaurus/utils": ^2.0.0-beta.18
languageName: unknown
linkType: soft

Expand Down

0 comments on commit afc2855

Please sign in to comment.