Skip to content

Commit

Permalink
build(deps): Bump @docusaurus/preset-classic from 3.2.1 to 3.5.2 in /…
Browse files Browse the repository at this point in the history
…website (#143)

* build(deps): Bump @docusaurus/preset-classic in /website

Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 3.2.1 to 3.5.2.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus-preset-classic)

---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* deps: Bump all docusaurus packages together

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
dependabot[bot] and mahendrapaipuri authored Sep 3, 2024
1 parent 574a7d0 commit 472aaf2
Show file tree
Hide file tree
Showing 3 changed files with 1,482 additions and 633 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/step_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ run-name: Docs

on:
workflow_call:
push:
paths:
- "website/**"

jobs:
build-docs:
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"checks": "yarn spellcheck && yarn linkcheck"
},
"dependencies": {
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-theme-redoc": "^2.0.2",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.2.1",
"@docusaurus/types": "3.5.2",
"cspell": "^8.9.1",
"markdown-link-check": "^3.12.2",
"typescript": "~5.2.2"
Expand Down
Loading

0 comments on commit 472aaf2

Please sign in to comment.