-
Notifications
You must be signed in to change notification settings - Fork 221
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
chore: Manage dependencies #533
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
package.json
Outdated
"@babel/preset-env": "^7.3.1", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.1.0", | ||
"@babel/core": "^7.9.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.
Note: These babel upgrades require me to throw out my node_modules
every time I go back to an old branch. May want to consider holding off on this for now.
81b2a64
to
a6756ca
Compare
@@ -45,7 +45,7 @@ class TooltipWrapper extends React.Component<{}, TooltipWrapperState> { | |||
aria-label="Close" | |||
/> | |||
</div> | |||
<Popper open={open} anchorEl={this.state.anchorEl} placement={'top'}> | |||
<Popper open={open} anchorElement={this.state.anchorEl} placement={'top'}> |
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.
These changes here will conflict with my Tooltip changes, but I can deal with that merge conflict
Due to TS errors
Note: Want to get this in the first 4.0 beta release so we're leaving babel upgrades and removal of react-scripts dep to another PR |
Summary
Upgrade & remove some dependencies for 4.0
Checklist
Note: For reviewing, it's probably easiest to follow commit by commit rather than looking at files changed