Skip to content

Commit

Permalink
chore: upgrade Docusaurus (#5094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed May 29, 2022
1 parent 5feb2db commit eaa99cf
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 414 deletions.
14 changes: 7 additions & 7 deletions packages/website/package.json
Expand Up @@ -14,11 +14,11 @@
"test:open": "cypress open"
},
"dependencies": {
"@babel/runtime": "^7.18.2",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@docusaurus/remark-plugin-npm2yarn": "2.0.0-beta.20",
"@docusaurus/theme-common": "2.0.0-beta.20",
"@babel/runtime": "^7.18.3",
"@docusaurus/core": "2.0.0-beta.21",
"@docusaurus/preset-classic": "2.0.0-beta.21",
"@docusaurus/remark-plugin-npm2yarn": "2.0.0-beta.21",
"@docusaurus/theme-common": "2.0.0-beta.21",
"@mdx-js/react": "1.6.22",
"@typescript-eslint/website-eslint": "5.26.0",
"clsx": "^1.1.1",
Expand All @@ -32,11 +32,11 @@
"typescript": "*"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.18",
"@docusaurus/module-type-aliases": "^2.0.0-beta.21",
"@types/react": "^18.0.9",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"copy-webpack-plugin": "^10.2.4",
"copy-webpack-plugin": "^11.0.0",
"cypress": "8.3.0",
"cypress-axe": "^0.14.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down

0 comments on commit eaa99cf

Please sign in to comment.