microsoft / docusaurus-plugins

Plugins for Docusaurus and Rise4Fun
https://microsoft.github.io/docusaurus-plugins/
MIT License
12 stars 2 forks source link

Moves Docusaurus dependencies to devDeps/peerDeps #35

Closed scalvert closed 1 year ago

scalvert commented 1 year ago

Summary

Moves Docusaurus dependencies to devDeps/peerDeps. This allows the host Docusaurus site to provide the dependency versions directly, rather than them being pulled in transitively.

Also runs npx sort-package-json on all package.json files.