Skip to content

Commit

Permalink
Merge pull request #34 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 2, 2024
2 parents 147f860 + 5622fef commit ca2dd12
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 ca2dd12

Please sign in to comment.