Skip to content

Commit

Permalink
Upgrade to beta-21 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri authored Jun 14, 2022
1 parent 8a1c804 commit 5c2eb52
Show file tree
Hide file tree
Showing 6 changed files with 2,856 additions and 1,795 deletions.
7 changes: 7 additions & 0 deletions .changeset/short-pans-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'docusaurus-plugin-redoc': patch
'docusaurus-theme-redoc': patch
'redocusaurus': patch
---

Upgrade to beta-21
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-redoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://github.com/rohit-gohri/redocusaurus/tree/main/packages/docusaurus-plugin-redoc#readme",
"dependencies": {
"@docusaurus/types": "^2.0.0-beta.20",
"@docusaurus/utils": "^2.0.0-beta.20",
"@docusaurus/types": "^2.0.0-beta.21",
"@docusaurus/utils": "^2.0.0-beta.21",
"@redocly/openapi-core": "1.0.0-beta.97",
"joi": "^17.5.0",
"redoc": "2.0.0-rc.69"
Expand Down
8 changes: 4 additions & 4 deletions packages/docusaurus-theme-redoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/rohit-gohri/redocusaurus/tree/main/packages/docusaurus-theme-redoc#readme",
"dependencies": {
"@docusaurus/theme-common": "^2.0.0-beta.20",
"@docusaurus/types": "^2.0.0-beta.20",
"@docusaurus/theme-common": "^2.0.0-beta.21",
"@docusaurus/types": "^2.0.0-beta.21",
"clsx": "^1.1.1",
"copyfiles": "^2.4.1",
"lodash": "^4.17.21",
Expand All @@ -42,8 +42,8 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.20",
"@docusaurus/theme-classic": "^2.0.0-beta.20",
"@docusaurus/module-type-aliases": "^2.0.0-beta.21",
"@docusaurus/theme-classic": "^2.0.0-beta.21",
"@types/lodash": "^4.14.182",
"@types/react-dom": "^17.0.17",
"@types/react-router-dom": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/redocusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://redocusaurus.vercel.app/",
"dependencies": {
"@docusaurus/types": "^2.0.0-beta.20",
"@docusaurus/types": "^2.0.0-beta.21",
"docusaurus-plugin-redoc": "1.1.2",
"docusaurus-theme-redoc": "1.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"test": "percy snapshot snapshots.js"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.20",
"@docusaurus/preset-classic": "^2.0.0-beta.20",
"@docusaurus/core": "^2.0.0-beta.21",
"@docusaurus/preset-classic": "^2.0.0-beta.21",
"clsx": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
Loading

1 comment on commit 5c2eb52

@vercel
Copy link

@vercel vercel bot commented on 5c2eb52 Jun 14, 2022

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.