Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dependabot group for Docusaurus and React (#356)
Docusaurus 3.0 is out. See https://docusaurus.io/blog/releases/3.0 We can now update React to 18: ```console $ npm view @docusaurus/core peerDependencies { react: '^18.0.0', 'react-dom': '^18.0.0' } ``` So, updating Docusaurus and React simultaneously should be better.
- Loading branch information