Skip to content

Commit

Permalink
build(deps): Bump docusaurus-theme-redoc from 2.1.1 to 2.1.2 in /website
Browse files Browse the repository at this point in the history
Bumps [docusaurus-theme-redoc](https://github.com/rohit-gohri/redocusaurus) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/rohit-gohri/redocusaurus/releases)
- [Changelog](https://github.com/rohit-gohri/redocusaurus/blob/main/CHANGELOG.md)
- [Commits](rohit-gohri/redocusaurus@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: docusaurus-theme-redoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mahendrapaipuri committed Sep 27, 2024
1 parent b6e0f70 commit 390fcde
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-theme-redoc": "^2.0.2",
"docusaurus-theme-redoc": "^2.1.2",
"prism-react-renderer": "^2.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
23 changes: 21 additions & 2 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4348,7 +4348,7 @@ [email protected]:
"@redocly/openapi-core" "1.16.0"
redoc "2.1.5"

[email protected], docusaurus-theme-redoc@^2.0.2:
[email protected]:
version "2.1.1"
resolved "https://registry.yarnpkg.com/docusaurus-theme-redoc/-/docusaurus-theme-redoc-2.1.1.tgz#2e6ba70aac88e053cc7f527970a7b22a66424012"
integrity sha512-a9yuYyGVhj7NgBYiqJyjLEkJg/yTdsqg9Rn/cG8YXMIFwxIpn4tanIplUqwisK2PS81ZxOv7SfSgvGm/FSi/wA==
Expand All @@ -4360,6 +4360,20 @@ [email protected], docusaurus-theme-redoc@^2.0.2:
redoc "2.1.5"
styled-components "^6.1.11"

docusaurus-theme-redoc@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/docusaurus-theme-redoc/-/docusaurus-theme-redoc-2.1.2.tgz#0598470f694cea768e67e27d0b5fd9700eed8432"
integrity sha512-UB6g+YDPjVgFMhJnIUaW/mNl9vsCMbrMQutgdoG5DaI+HpxO2sV+zT2z23Wg6ngi2GM+oxEhYf5Qc1dPwKZqBQ==
dependencies:
"@redocly/openapi-core" "1.16.0"
clsx "^1.2.1"
lodash "^4.17.21"
mobx "^6.12.4"
postcss "^8.4.45"
postcss-prefix-selector "^1.16.1"
redoc "2.1.5"
styled-components "^6.1.11"

dom-converter@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
Expand Down Expand Up @@ -8122,6 +8136,11 @@ postcss-ordered-values@^6.0.2:
cssnano-utils "^4.0.2"
postcss-value-parser "^4.2.0"

postcss-prefix-selector@^1.16.1:
version "1.16.1"
resolved "https://registry.yarnpkg.com/postcss-prefix-selector/-/postcss-prefix-selector-1.16.1.tgz#87a77523838b79c0e8aec29f173234b2987cdc04"
integrity sha512-Umxu+FvKMwlY6TyDzGFoSUnzW+NOfMBLyC1tAkIjgX+Z/qGspJeRjVC903D7mx7TuBpJlwti2ibXtWuA7fKMeQ==

postcss-reduce-idents@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/postcss-reduce-idents/-/postcss-reduce-idents-6.0.3.tgz#b0d9c84316d2a547714ebab523ec7d13704cd486"
Expand Down Expand Up @@ -8193,7 +8212,7 @@ [email protected]:
picocolors "^1.0.0"
source-map-js "^1.2.0"

postcss@^8.4.21, postcss@^8.4.24, postcss@^8.4.26, postcss@^8.4.33, postcss@^8.4.38:
postcss@^8.4.21, postcss@^8.4.24, postcss@^8.4.26, postcss@^8.4.33, postcss@^8.4.38, postcss@^8.4.45:
version "8.4.47"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
Expand Down

0 comments on commit 390fcde

Please sign in to comment.