Skip to content

Commit

Permalink
docs: upgrade to prevent syntaxing build error (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored May 17, 2022
1 parent e5272be commit 794d32a
Show file tree
Hide file tree
Showing 3 changed files with 1,387 additions and 1,299 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ function getSpecsForNavBar() {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['java', 'php'],
},
}),
}
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
]
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@docusaurus/types": "2.0.0-beta.18",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@docusaurus/types": "2.0.0-beta.20",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redocusaurus": "1.0.2"
"redocusaurus": "1.1.0"
}
}
Loading

0 comments on commit 794d32a

Please sign in to comment.