Skip to content

Commit cf9a769

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Upgrade docusaurus version to 3.8.1 (#2955)
Summary: Pull Request resolved: #2955 Test Plan: Local build <img width="1728" height="1080" alt="Screenshot 2025-08-05 at 2 22 20 PM" src="https://github.com/user-attachments/assets/95b267ce-edac-4887-b80d-b1cc04dac3d9" /> <img width="1728" height="1080" alt="Screenshot 2025-08-05 at 2 22 31 PM" src="https://github.com/user-attachments/assets/de6e4628-6d94-477a-ae99-036625521ae9" /> <img width="1728" height="1080" alt="Screenshot 2025-08-05 at 2 22 42 PM" src="https://github.com/user-attachments/assets/7c6278b0-c7e5-4c88-b299-e4108889093c" /> <img width="1728" height="1080" alt="Screenshot 2025-08-05 at 2 22 47 PM" src="https://github.com/user-attachments/assets/4dfd98e1-6016-4a65-a25b-62f64a4444d3" /> Reviewed By: CristianLara Differential Revision: D79662729 Pulled By: saitcakmak fbshipit-source-id: cc816197712de250092136115a1fa22ff0dcf638
1 parent b412bd0 commit cf9a769

File tree

2 files changed

+1356
-1423
lines changed

2 files changed

+1356
-1423
lines changed

website/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,21 @@
1111
"write-heading-ids": "docusaurus write-heading-ids"
1212
},
1313
"devDependencies": {
14-
"@docusaurus/module-type-aliases": "3.6.3",
15-
"@docusaurus/types": "3.6.3"
14+
"@docusaurus/module-type-aliases": "3.8.1",
15+
"@docusaurus/types": "3.8.1"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "^3.6.3",
19-
"@docusaurus/preset-classic": "^3.6.3",
18+
"@docusaurus/core": "^3.8.1",
19+
"@docusaurus/preset-classic": "^3.8.1",
2020
"bl": "^6.0.0",
2121
"clsx": "^1.1.1",
2222
"plotly.js": "^2.8.1",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
2525
"react-plotly.js": "^2.5.1",
2626
"rehype-katex": "7",
27-
"remark-math": "6"
27+
"remark-math": "6",
28+
"on-headers": "^1.1.0",
29+
"webpack-dev-server": "^5.2.1"
2830
}
2931
}

0 commit comments

Comments
 (0)