Skip to content

Commit

Permalink
Merge pull request #69 from ching-kuo/upgrade_docusaurus
Browse files Browse the repository at this point in the history
Upgrade Docusarus to 3.2.0
  • Loading branch information
tico88612 authored Apr 21, 2024
2 parents 995c330 + f01b4d2 commit aca304b
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 aca304b

Please sign in to comment.