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

chore: Manage dependencies #533

Merged
merged 16 commits into from Mar 31, 2020
Merged

Conversation

anicholls
Copy link
Contributor

@anicholls anicholls commented Mar 24, 2020

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

@cypress
Copy link

cypress bot commented Mar 25, 2020



Test summary

206 0 0 0


Run details

Project canvas-kit
Status Passed
Commit c51eb71 ℹ️
Started Mar 31, 2020 12:15 AM
Ended Mar 31, 2020 12:18 AM
Duration 02:34 💡
OS Linux Ubuntu Linux - 16.04
Browser Electron 78

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

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.

@anicholls anicholls mentioned this pull request Mar 27, 2020
12 tasks
@anicholls anicholls marked this pull request as ready for review March 27, 2020 23:00
@anicholls anicholls force-pushed the manage-deps branch 2 times, most recently from 81b2a64 to a6756ca Compare March 30, 2020 22:43
@@ -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'}>
Copy link
Member

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

@anicholls
Copy link
Contributor Author

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

@anicholls anicholls merged commit 0686c08 into Workday:prerelease/v4 Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants