Skip to content

Commit a265bf0

Browse files
authored
docs: use docusaurus 3.4.0 (#544)
## 📜 Description Update site engine (`docusaurus`) to `3.4.0` version. ## 💡 Motivation and Context New version brings more optimization, better SEO search etc. So the update is higly desirable 😊 ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### Docs - regenerate `yarn.lock` file; - update docusaurus and corresponding dependencies in `package.json`; ## 🤔 How Has This Been Tested? Tested on localhost + e2e (pixel perfect) tests. ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent e6ea67f commit a265bf0

File tree

2 files changed

+2587
-3198
lines changed

2 files changed

+2587
-3198
lines changed

docs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"typescript": "tsc"
1717
},
1818
"dependencies": {
19-
"@docusaurus/core": "3.1.1",
20-
"@docusaurus/preset-classic": "3.1.1",
19+
"@docusaurus/core": "3.4.0",
20+
"@docusaurus/preset-classic": "3.4.0",
2121
"@mdx-js/react": "^3.0.0",
2222
"clsx": "^2.0.0",
2323
"lottie-react": "^2.4.0",
@@ -28,10 +28,10 @@
2828
"devDependencies": {
2929
"@argos-ci/cli": "^1.0.0",
3030
"@argos-ci/playwright": "^1.0.1",
31-
"@docusaurus/module-type-aliases": "3.1.1",
32-
"@docusaurus/tsconfig": "3.1.1",
33-
"@docusaurus/types": "3.1.1",
34-
"@playwright/test": "^1.39.0",
31+
"@docusaurus/module-type-aliases": "3.4.0",
32+
"@docusaurus/tsconfig": "3.4.0",
33+
"@docusaurus/types": "3.4.0",
34+
"@playwright/test": "^1.46.0",
3535
"cheerio": "^1.0.0-rc.12",
3636
"markdownlint-cli2": "^0.12.1",
3737
"typescript": "^5.2.2"

0 commit comments

Comments
 (0)