Skip to content

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

Merged
merged 5 commits into from
Mar 31, 2022
Merged

Conversation

aalmazan
Copy link
Contributor

@aalmazan aalmazan commented Mar 31, 2022

Description of the change

Update peer dependencies and other dependencies across all packages.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Related issues

Fixes <add Issue here, can be in format #xx>

Dev Checklist

  • The code changed/added as part of this pull request has been covered with tests
  • All tests related to the changed code pass in development
  • No previous tests unrelated to the changed code fail in development

@aalmazan aalmazan requested a review from benogle March 31, 2022 22:25
@aalmazan aalmazan changed the title Aa/update react deps Update dependencies and peer dependencies Mar 31, 2022
@@ -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
Copy link
Contributor

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?

Copy link
Contributor Author

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",
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@aalmazan aalmazan merged commit 19994a5 into main Mar 31, 2022
@aalmazan aalmazan deleted the aa/update-react-deps branch March 31, 2022 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants