Skip to content

Commit

Permalink
Upgrade Docusarus to 3.2.0
Browse files Browse the repository at this point in the history
This commit upgrade Docusarus to 3.2.0 and related dependencies to
latest version.
  • Loading branch information
ching-kuo committed Apr 1, 2024
1 parent bae4545 commit f01b4d2
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 214 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"typecheck": "tsc"
},
"dependencies": {
"@algolia/client-search": "^4.22.0",
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@mdx-js/react": "^3.0.0",
"@types/react": "^18.2.46",
"@algolia/client-search": "^4.23.2",
"@docusaurus/core": "^3.2.0",
"@docusaurus/preset-classic": "^3.2.0",
"@mdx-js/react": "^3.0.1",
"@types/react": "^18.2.73",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
Expand All @@ -28,9 +28,9 @@
"search-insights": "^2.13.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.1.0",
"@docusaurus/types": "^3.1.0",
"typescript": "^4.7.4"
"@docusaurus/module-type-aliases": "^3.2.0",
"@docusaurus/types": "^3.2.0",
"typescript": "^5.4.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit f01b4d2

Please sign in to comment.