chore: Upgrade clsx to 2.0.0 (#9464)

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Chongyi Zheng 2023-11-21 13:29:18 -05:00 committed by GitHub
parent afacb110b5
commit 2c0bf8a3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 9 deletions

View file

@ -544,7 +544,7 @@ For most sites, the upgrade should be easy. If you prepared your site ahead of t
+ "@docusaurus/core": "3.0.0-beta.0",
+ "@docusaurus/preset-classic": "3.0.0-beta.0",
+ "@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"clsx": "^2.0.0",
"prism-react-renderer": "^1.3.5",
- "react": "^17.0.2",
- "react-dom": "^17.0.2"