Skip to content

Commit

Permalink
chore(deps): dump docusaurus dependencies (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us authored Nov 15, 2022
1 parent 5b21461 commit 91d2434
Show file tree
Hide file tree
Showing 2 changed files with 1,156 additions and 1,468 deletions.
16 changes: 9 additions & 7 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,23 @@
"write-translations": "docusaurus write-translations"
},
"dependencies": {
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"hast-util-is-element": "1.1.0",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-katex": "5",
"remark-math": "3"
"rehype-katex": "^5.0.0",
"remark-math": "^3.0.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.1.0",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.7.4"
"@docusaurus/module-type-aliases": "2.2.0",
"@docusaurus/theme-classic": "^2.2.0",
"@tsconfig/docusaurus": "^1.0.6",
"@types/node": "^12.20.45",
"typescript": "^4.8.4"
},
"browserslist": {
"production": [
Expand Down
Loading

1 comment on commit 91d2434

@vercel
Copy link

@vercel vercel bot commented on 91d2434 Nov 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.