Skip to content

Commit

Permalink
chore: revert docusaurus-plugin-openapi-docs (#6091)
Browse files Browse the repository at this point in the history
Reverting #5819, because it is
breaking docs
  • Loading branch information
sjaanus authored Jan 31, 2024
1 parent a9d1bdb commit 4635c48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@svgr/webpack": "8.1.0",
"browserslist": "^4.16.5",
"clsx": "1.2.1",
"docusaurus-plugin-openapi-docs": "2.0.4",
"docusaurus-plugin-openapi-docs": "2.0.0-beta.3",
"docusaurus-plugin-remote-content": "^3.1.0",
"docusaurus-theme-openapi-docs": "2.0.0-beta.2",
"file-loader": "6.2.0",
Expand Down
20 changes: 10 additions & 10 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,7 @@
utility-types "^3.10.0"
webpack "^5.73.0"

"@docusaurus/plugin-content-docs@>=2.4.1 <=2.4.3":
"@docusaurus/plugin-content-docs@>=2.3.0 <2.5.0":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.4.3.tgz#aa224c0512351e81807adf778ca59fd9cd136973"
integrity sha512-N7Po2LSH6UejQhzTCsvuX5NOzlC+HiXOVvofnEPj0WhMu1etpLEXE6a4aTxrtg95lQ5kf0xUIdjX9sh3d3G76A==
Expand Down Expand Up @@ -2915,7 +2915,7 @@
js-yaml "^4.1.0"
tslib "^2.4.0"

"@docusaurus/[email protected]", "@docusaurus/utils-validation@>=2.4.1 <=2.4.3":
"@docusaurus/[email protected]", "@docusaurus/utils-validation@>=2.3.0 <2.5.0":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.4.3.tgz#8122c394feef3e96c73f6433987837ec206a63fb"
integrity sha512-G2+Vt3WR5E/9drAobP+hhZQMaswRwDlp6qOMi7o7ZypB+VO7N//DZWhZEwhcRGepMDJGQEwtPv7UxtYwPL9PBw==
Expand Down Expand Up @@ -2948,7 +2948,7 @@
url-loader "^4.1.1"
webpack "^5.73.0"

"@docusaurus/[email protected]", "@docusaurus/utils@>=2.4.1 <=2.4.3":
"@docusaurus/[email protected]", "@docusaurus/utils@>=2.3.0 <2.5.0":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.4.3.tgz#52b000d989380a2125831b84e3a7327bef471e89"
integrity sha512-fKcXsjrD86Smxv8Pt0TBFqYieZZCPh4cbf9oszUq/AMhZn3ujwpKaVYZACPX8mmjtYx0JOgNx52CREBfiGQB4A==
Expand Down Expand Up @@ -5823,15 +5823,15 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"

[email protected].4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-2.0.4.tgz#773d5aeefe0bb34e8f119bac0182f35da7514fe4"
integrity sha512-jLgEEbMsQ+Y6ihy4y7SmXthUMRDbqAL0OKrdtUaOAxxb/wkLXB28mX74xiZzL928DZJ84IJejHgbjFb2ITcKhA==
[email protected].0-beta.3:
version "2.0.0-beta.3"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-2.0.0-beta.3.tgz#bc76df78be5c46682b0c099b94b8f5e4e29950ae"
integrity sha512-6IQANCzbFL2WY6Vw+dCU9nqUxcyzlDs7lI5OsjR4KSO/CgRpCO20zVxKYrmd5oUGMZu+hTfjvf0VdvEordTaoQ==
dependencies:
"@apidevtools/json-schema-ref-parser" "^10.1.0"
"@docusaurus/plugin-content-docs" ">=2.4.1 <=2.4.3"
"@docusaurus/utils" ">=2.4.1 <=2.4.3"
"@docusaurus/utils-validation" ">=2.4.1 <=2.4.3"
"@docusaurus/plugin-content-docs" ">=2.3.0 <2.5.0"
"@docusaurus/utils" ">=2.3.0 <2.5.0"
"@docusaurus/utils-validation" ">=2.3.0 <2.5.0"
"@paloaltonetworks/openapi-to-postmanv2" "3.1.0-hotfix.1"
"@paloaltonetworks/postman-collection" "^4.1.0"
"@redocly/openapi-core" "^1.0.0-beta.125"
Expand Down

0 comments on commit 4635c48

Please sign in to comment.