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 147f860 commit 5622fef
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 233 deletions.
18 changes: 9 additions & 9 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.2.0",
Expand All @@ -28,10 +28,10 @@
"search-insights": "^2.13.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.1.0",
"@docusaurus/types": "3.0.1",
"@tsconfig/docusaurus": "^2.0.2",
"typescript": "^4.7.4"
"@docusaurus/module-type-aliases": "^3.2.0",
"@docusaurus/types": "3.2.0",
"@tsconfig/docusaurus": "^2.0.3",
"typescript": "^5.4.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 5622fef

Please sign in to comment.