Skip to content

Commit

Permalink
chore: upgrade docusaurus (#457)
Browse files Browse the repository at this point in the history
* chore: upgrade docusaurus

* chore: upgrade other docusaurus deps
  • Loading branch information
mdjastrzebski authored Feb 21, 2024
1 parent be4b4d2 commit b88261f
Show file tree
Hide file tree
Showing 2 changed files with 1,004 additions and 1,488 deletions.
10 changes: 5 additions & 5 deletions docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/tsconfig": "3.0.1",
"@docusaurus/types": "3.0.1",
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/types": "3.1.1",
"@types/react": "^18.2.29",
"typescript": "~5.2.2"
},
Expand Down
Loading

0 comments on commit b88261f

Please sign in to comment.