Skip to content

Commit

Permalink
Downgrade docusaurus (#326)
Browse files Browse the repository at this point in the history
Version 2.0.1 breaks the github actions deploy. Based on the issue
below, docusaurus was working on 2.0.0-rc.1. This commit downgrades
docusuarus to the latter version.

See: facebook/docusaurus#7744
  • Loading branch information
joshklop committed Aug 5, 2022
1 parent 5961cc2 commit 99d8a62
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 168 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Expand Up @@ -15,9 +15,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "latest",
"@docusaurus/plugin-content-docs": "latest",
"@docusaurus/preset-classic": "latest",
"@docusaurus/core": "2.0.0-rc.1",
"@docusaurus/plugin-content-docs": "2.0.0-rc.1",
"@docusaurus/preset-classic": "2.0.0-rc.1",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"docusaurus2-dotenv": "^1.4.0",
Expand Down

0 comments on commit 99d8a62

Please sign in to comment.