Skip to content

Commit

Permalink
Update to Docusaurus 3.4.0 (#201)
Browse files Browse the repository at this point in the history
This fixed our trailing slash bug via facebook/docusaurus#10142

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored May 31, 2024
1 parent 6df81eb commit 8d2cd34
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 652 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"dependencies": {
"@algolia/client-search": "^4.23.3",
"@docusaurus/core": "<3.3.0",
"@docusaurus/plugin-client-redirects": "<3.3.0",
"@docusaurus/preset-classic": "<3.3.0",
"@docusaurus/theme-search-algolia": "<3.3.0",
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-client-redirects": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-search-algolia": "^3.4.0",
"@fontsource/roboto": "^5.0.7",
"@mdx-js/react": "^3.0.1",
"@stackql/docusaurus-plugin-hubspot": "^1.0.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
]
},
"devDependencies": {
"@docusaurus/tsconfig": "^3.0.0",
"@docusaurus/tsconfig": "^3.4.0",
"@types/react": "^18.3.3",
"@types/react-helmet": "^6.1.11",
"@types/react-router-dom": "^5.1.7",
Expand Down
Loading

0 comments on commit 8d2cd34

Please sign in to comment.