Skip to content

Commit

Permalink
docs: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Nov 22, 2023
1 parent 92dcebf commit 7ec964f
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "1.1.0",
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "1.6.22",
"redocusaurus": "1.6.4",
"asciinema-player": "3.6.3",
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"redocusaurus": "2.0.0",
"@mdx-js/react": "3.0.0",
"clsx": "2.0.0",
"prism-react-renderer": "2.2.0",
"react": "17.0.2",
"react-dom": "17.0.2"
"prism-react-renderer": "2.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"browserslist": {
"production": [
Expand All @@ -37,7 +36,12 @@
"last 1 safari version"
]
},
"overrides": {
"@cmfcmf/docusaurus-search-local": {
"@docusaurus/core": "3.0.0"
}
},
"engines": {
"node": ">=16.14"
"node": ">=18.0"
}
}

0 comments on commit 7ec964f

Please sign in to comment.