Skip to content

Commit

Permalink
Upgrade Docusaurus from 2.0.0-beta.20 to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine committed Mar 5, 2023
1 parent cd7ac10 commit 381923e
Show file tree
Hide file tree
Showing 2 changed files with 2,776 additions and 2,597 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -19,24 +19,24 @@
"format:diff": "prettier --config .prettierrc.yml --list-different \"**/*.{js,jsx,ts,tsx,md,mdx}\""
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"@docusaurus/core": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"clsx": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.15.0",
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.35.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"stylelint": "^14.8.2"
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"stylelint": "^15.2.0"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 381923e

Please sign in to comment.