Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
update the docusaurus to 2.3 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattroseman authored Feb 24, 2023
1 parent 9c434db commit f434ddc
Show file tree
Hide file tree
Showing 3 changed files with 4,400 additions and 6,545 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = {
defaultMode: 'dark',
},
image: 'https://www.destiny.gg/favicon-196x196.png',
metadatas: [
metadata: [
{name: 'twitter:card', content: 'summary'},
],
},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
]
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.72",
"@docusaurus/preset-classic": "2.0.0-alpha.72",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"@docusaurus/core": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@mdx-js/react": "^1.0.0",
"clsx": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"cspell": "^5.3.4"
"cspell": "^6.26.3"
}
}
Loading

0 comments on commit f434ddc

Please sign in to comment.