Skip to content

Commit

Permalink
upgrade to docusaurus 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerwizard committed Jan 8, 2025
1 parent a9c14ad commit 04fab81
Show file tree
Hide file tree
Showing 2 changed files with 971 additions and 226 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.3.1",
"@docusaurus/plugin-client-redirects": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@docusaurus/theme-mermaid": "2.3.1",
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-client-redirects": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@docusaurus/theme-mermaid": "2.4.3",
"@mdx-js/react": "^1.6.22",
"@radix-ui/react-navigation-menu": "^1.1.4",
"axios": "^1.7.9",
Expand All @@ -44,7 +44,11 @@
"sass": "^1.82.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.3"
"@argos-ci/cli": "^2.5.3",
"@argos-ci/playwright": "^3.9.4",
"@docusaurus/module-type-aliases": "3.6.3",
"@playwright/test": "^1.49.1",
"cheerio": "^1.0.0"
},
"browserslist": {
"production": [
Expand All @@ -59,6 +63,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=20.18"
}
}
Loading

0 comments on commit 04fab81

Please sign in to comment.