Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuens committed Oct 29, 2021
1 parent 2c5a230 commit 579cdfc
Show file tree
Hide file tree
Showing 2 changed files with 1,426 additions and 531 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"format": "prettier --write './**/*.{js,jsx,css,md,json}' --config ./.prettierrc.js"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.4",
"@docusaurus/preset-classic": "2.0.0-beta.4",
"@easyops-cn/docusaurus-search-local": "^0.18.1",
"@mdx-js/react": "^1.6.21",
"@docusaurus/core": "2.0.0-beta.8",
"@docusaurus/preset-classic": "2.0.0-beta.8",
"@easyops-cn/docusaurus-search-local": "^0.19.1",
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"url-loader": "^4.1.1"
},
"browserslist": {
Expand All @@ -41,13 +41,13 @@
]
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1",
"prettier": "^2.4.1",
"vercel": "^23.1.2"
}
}
Loading

0 comments on commit 579cdfc

Please sign in to comment.