-
Notifications
You must be signed in to change notification settings - Fork 2
Update dependencies and peer dependencies #7
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
Conversation
@@ -2,6 +2,14 @@ | |||
|
|||
All notable changes to this project will be documented in this file. | |||
|
|||
## [@anvilco/[email protected]](https://github.com/anvilco/react-ui/compare/@anvilco/[email protected]...@anvilco/[email protected]) - 2022-03-31 |
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.
Does the changelog get updated when publishing? Like after this PR is merged?
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.
Changelog updates are part of yarn build:changelog
"react-modal": "^3.11.2" | ||
"react-modal": "^3.14.4", | ||
"webpack": "^5.70.0", | ||
"webpack-cli": "^4.9.2" | ||
}, | ||
"peerDependencies": { | ||
"prop-types": "^15.6.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.
No new majors here or in react-modal, eh?
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.
Yeah no new majors there. I used yarn upgrade-interactive --latest
and chose the ones that don't have such a big impact and that's what we got.
Description of the change
Update peer dependencies and other dependencies across all packages.
Type of change
Related issues
Fixes <add Issue here, can be in format #xx>
Dev Checklist