Skip to content

Commit

Permalink
Upgrade to Docusaurus v3
Browse files Browse the repository at this point in the history
NOTE: Cannot be completed right now due to the
`docusaurus-theme-github-codeblock` plugin not supporting v3.
  • Loading branch information
rcdailey committed Apr 21, 2024
1 parent ae15fe0 commit 76ca67a
Show file tree
Hide file tree
Showing 2 changed files with 3,969 additions and 2,400 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "",
"name": "recyclarr-wiki",
"version": "0.0.0",
"private": true,
"scripts": {
Expand All @@ -15,20 +15,22 @@
},
"dependencies": {
"@algolia/client-search": "^4.19.1",
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@docusaurus/core": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@iconify/react": "^4.1.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"@mdx-js/react": "^3",
"@types/react": "^18",
"clsx": "^2.0.0",
"docusaurus-theme-github-codeblock": "^1.1.4",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loadable": "^5.5.0",
"search-insights": "^2",
"typescript": "^4.9.4"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.3"
"@docusaurus/module-type-aliases": "^3.1.1"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 76ca67a

Please sign in to comment.