Skip to content

Commit

Permalink
docs: update docusaurus and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
titivermeesch committed May 15, 2024
1 parent 3a7bc41 commit 6a470f6
Show file tree
Hide file tree
Showing 2 changed files with 2,450 additions and 1,850 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"dependencies": {
"@docusaurus/core": "3.3.2",
"@docusaurus/preset-classic": "2.4.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"@docusaurus/preset-classic": "3.3.2",
"@mdx-js/react": "3.0.1",
"clsx": "2.1.1",
"prism-react-renderer": "2.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.0"
"@docusaurus/module-type-aliases": "3.3.2"
},
"browserslist": {
"production": [
Expand All @@ -38,6 +38,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=20.13"
}
}
Loading

0 comments on commit 6a470f6

Please sign in to comment.