Skip to content

Commit 8853522

Browse files
authored
chore(deps): update docusaurus packages (#578)
# Description It's update for all docusaurus packages per one pr to fix the build (because all of the packages should be updated synchronously) * #576 * #575 * #574 * #573 # Changes There is no functional changes <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Upgraded Docusaurus framework and all related build dependencies from version 3.8.0 to 3.9.2 with fixed version pinning to ensure reproducible, consistent builds. This change maintains compatibility with the latest tooling and improves overall system stability across development and production environments. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 646d495 commit 8853522

2 files changed

Lines changed: 939 additions & 696 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"fmt": "prettier --write \"**/*.md\""
1818
},
1919
"dependencies": {
20-
"@docusaurus/core": "^3.8.0",
21-
"@docusaurus/plugin-google-gtag": "^3.8.0",
22-
"@docusaurus/plugin-ideal-image": "^3.8.0",
23-
"@docusaurus/preset-classic": "^3.8.0",
24-
"@docusaurus/remark-plugin-npm2yarn": "^3.8.0",
25-
"@docusaurus/theme-live-codeblock": "^3.8.0",
26-
"@docusaurus/theme-mermaid": "^3.8.0",
20+
"@docusaurus/core": "3.9.2",
21+
"@docusaurus/plugin-google-gtag": "3.9.2",
22+
"@docusaurus/plugin-ideal-image": "3.9.2",
23+
"@docusaurus/preset-classic": "3.9.2",
24+
"@docusaurus/remark-plugin-npm2yarn": "3.9.2",
25+
"@docusaurus/theme-live-codeblock": "3.9.2",
26+
"@docusaurus/theme-mermaid": "3.9.2",
2727
"@mdx-js/react": "^3.1.0",
2828
"clsx": "^2.1.1",
2929
"docusaurus-json-schema-plugin": "^1.15.0",
@@ -36,9 +36,9 @@
3636
"swagger-ui-react": "5.30.3"
3737
},
3838
"devDependencies": {
39-
"@docusaurus/module-type-aliases": "3.8.0",
40-
"@docusaurus/tsconfig": "3.8.0",
41-
"@docusaurus/types": "3.8.0",
39+
"@docusaurus/module-type-aliases": "3.9.2",
40+
"@docusaurus/tsconfig": "3.9.2",
41+
"@docusaurus/types": "3.9.2",
4242
"@types/react": "^18.0.0",
4343
"docusaurus-plugin-typedoc": "^0.21.0",
4444
"dotenv": "^16.3.1",

0 commit comments

Comments
 (0)