Skip to content

Commit

Permalink
Upgrade to docusaurus 3.5.1
Browse files Browse the repository at this point in the history
They fixed the bug that was preventing the upgrade previously

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 10, 2024
1 parent 47d1af2 commit ea6047b
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 274 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ module.exports = {
"Keep up to date with the latest features in each release from Mondoo",
copyright: `Copyright © ${new Date().getFullYear()} Mondoo, Inc.`,
},
onUntruncatedBlogPosts: "ignore",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down
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.24.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",
"@docusaurus/core": "^3.5.0",
"@docusaurus/plugin-client-redirects": "^3.5.0",
"@docusaurus/preset-classic": "^3.5.0",
"@docusaurus/theme-search-algolia": "^3.5.0",
"@fontsource/roboto": "^5.0.14",
"@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.4.0",
"@docusaurus/tsconfig": "^3.5.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 ea6047b

Please sign in to comment.