Skip to content

Commit

Permalink
Upgrade docusaurus and dependencies
Browse files Browse the repository at this point in the history
mbarbin committed Jul 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f899eb4 commit 5797d06
Showing 2 changed files with 1,237 additions and 1,502 deletions.
2,713 changes: 1,224 additions & 1,489 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,21 +15,21 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/theme-mermaid": "3.0.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@docusaurus/core": "~3.4.0",
"@docusaurus/preset-classic": "~3.4.0",
"@docusaurus/theme-mermaid": "~3.4.0",
"@mdx-js/react": "~3.0.1",
"clsx": "~2.1.1",
"prism-react-renderer": "~2.3.1",
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/types": "3.0.0",
"@docusaurus/tsconfig": "3.0.0",
"@types/react": "^18.2.29",
"typescript": "~5.2.2"
"@docusaurus/module-type-aliases": "~3.4.0",
"@docusaurus/tsconfig": "~3.4.0",
"@docusaurus/types": "~3.4.0",
"@types/react": "~18.3.3",
"typescript": "~5.5.3"
},
"browserslist": {
"production": [

0 comments on commit 5797d06

Please sign in to comment.