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

Update to react-scripts 3 #277

Merged

Conversation

ryan-collingham
Copy link
Contributor

@ryan-collingham ryan-collingham commented Sep 11, 2019

Fixes security vulnerabilities reported by npm audit and gives us latest
react-scripts features and updates. Update Snapshot tests to work with latest
Jest 24 required by react-scripts 3 by using the enzyme-to-json package (see
jestjs/jest#7802).

Fixes #276

Fixes security vulnerabilities reported by npm audit and gives us latest
react-scripts features and updates. Update Snapshot tests to work with latest
Jest 24 required by react-scripts 3 by using the enzyme-to-json package (see
jestjs/jest#7802).
@ryan-collingham
Copy link
Contributor Author

For now I've pinned react-scripts to 3.0.1 to avoid a linting bug in 3.1.1: facebook/create-react-app#7566

Seems like the fix for that is merged and should be in next release of CRA, so we could bump the version of react-scripts then.

@ryan-collingham
Copy link
Contributor Author

ryan-collingham commented Sep 11, 2019

I've explicitly tested that the web UI can be isntalled, started in dev mode and built in production mode using internal npm artifactory from this branch.

@ryan-collingham ryan-collingham merged commit 96f4c1d into morganstanley:master Sep 12, 2019
@ryan-collingham ryan-collingham deleted the rlc/react_scripts_3 branch September 12, 2019 10:47
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.

npm audit reports security vulnerabilities and deprecated packages
2 participants