build: Wildcard peer dependencies.
This merge request switches peer dependencies for Providence libraries to use wildcards. This prevents us from having to directly certify that future versions of our dependencies work when people want to use this library. We have so few dependencies that it's more likely that we'll just break someone's attempt to upgrade rather than run into a significant API change, and if we do, we'll soon get issues filed.
JIRA tickets: https://tasks.opencraft.com/browse/BB-9075
Testing instructions:
- Verify that the CI builds and that the output indicates tests ran correctly.