sphinx_rtd_theme
sphinx_rtd_theme copied to clipboard
NPM: Update to version 7
NPM made some changes to package.json and package-lock. From what I can tell these changes are backward compatible, see https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json
I also moved dependencies that affect the build package to regular dependencies instead of devDependencies. As far as I know this is correct usage and allows developers to easily see what affets the built backage and what affects the devOps process.
This is not a user affecting change so it shouldn't matter if it's a big or small release. I do want to break this into two patches though...
This is not related to removing wyrm, the splitting of dev requirements are also not necessary, I meant to update this patch.