-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update @reactioncommerce dependencies #6296
Conversation
Signed-off-by: Loan Laux <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this @loan-laux! I left a couple of comments regarding the semver ranges.
package.json
Outdated
@@ -21,47 +21,47 @@ | |||
}, | |||
"dependencies": { | |||
"@reactioncommerce/api-core": "~1.4.0", | |||
"@reactioncommerce/api-plugin-accounts": "~1.4.4", | |||
"@reactioncommerce/api-plugin-address-validation-test": "~1.0.0", | |||
"@reactioncommerce/api-plugin-accounts": "^1.5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to use a tilde ~
range like the rest?
package.json
Outdated
"@reactioncommerce/api-plugin-authentication": "~1.2.0", | ||
"@reactioncommerce/api-plugin-authorization-simple": "~1.3.0", | ||
"@reactioncommerce/api-plugin-authorization-simple": "^1.3.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, we should use a tilde range like the rest of the dependencies.
Signed-off-by: Loan Laux <[email protected]>
Thanks for catching that @mpaktiti. I'm used to using |
Thanks @mpaktiti. Would be amazing if we could get a minor release for this one! |
Signed-off-by: Loan Laux [email protected]
Impact: minor
Type: chore
Issue
@reactioncommerce/api-plugin-accounts
and@reactioncommerce/api-plugin-authorization-simple
are outdated.Solution
Update the packages to their latest versions.
Breaking changes
None.