Skip to content

Commit

Permalink
Fix package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Mar 11, 2022
1 parent 6baa1f2 commit b2a45cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
19 changes: 5 additions & 14 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.0.0",
"name": "hoaryfox-website",
"version": "2.1.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -14,13 +14,14 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.17",
"@docusaurus/preset-classic": "^2.0.0-beta.17",
"@docusaurus/core": "2.0.0-beta.17",
"@docusaurus/preset-classic": "2.0.0-beta.17",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.17",
"@mdx-js/react": "^2.0.00",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit b2a45cb

Please sign in to comment.