Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Registry dependency #150

Merged
merged 2 commits into from Apr 13, 2022
Merged

fix: Registry dependency #150

merged 2 commits into from Apr 13, 2022

Conversation

EthanFreestone
Copy link
Collaborator

Changed registry from a hard dependency to a dev dep/peer dep. Peer dep should be sufficient, assuming that the version will be pulled in by the platform/workspace, but since our apps can build standalone and Yarn does not pull in peer deps by default, it has been added as a dev dep as well. Versions will need to be kept aligned with any other Registry dependencies in a build to ensure that multiple Registries aren't being registered to/read from.

ERM-2073

EthanFreestone and others added 2 commits April 13, 2022 15:43
Changed registry from a hard dependency to a dev dep/peer dep. Peer dep should be sufficient, assuming that the version will be pulled in by the platform/workspace, but since our apps can build standalone and Yarn does not pull in peer deps by default, it has been added as a dev dep as well. Versions will need to be kept aligned with any other Registry dependencies in a build to ensure that multiple Registries aren't being registered to/read from.

ERM-2073
@sonarcloud
Copy link

sonarcloud bot commented Apr 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@EthanFreestone EthanFreestone merged commit a41d3c3 into master Apr 13, 2022
@EthanFreestone EthanFreestone deleted the ERM-2073 branch April 13, 2022 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant