Package version (if known): 5.1.0
Describe the bug
A dependency to invenio_users_resources was added, which installs some dependencies that might not be needed in other projects and might create errors.
Specifically, invenio webpack buildall returns an error if a project uses bootstrap3 because invenio-administration is now a subdependency and is only compatible with semantic-ui.
Expected behavior
The package invenio_users_resources dependency should be optional instead of required.
Package version (if known): 5.1.0
Describe the bug
A dependency to
invenio_users_resourceswas added, which installs some dependencies that might not be needed in other projects and might create errors.Specifically,
invenio webpack buildallreturns an error if a project uses bootstrap3 becauseinvenio-administrationis now a subdependency and is only compatible with semantic-ui.Expected behavior
The package
invenio_users_resourcesdependency should be optional instead of required.