10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released on 2 years ago.
Create React App 5.0.1 is a maintenance release that improves compatibility with React 18. We've also updated our templates to use createRoot and relaxed our check for older versions of Create React App.
createRoot
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@5.0.1
or
yarn add --exact react-scripts@5.0.1
react-scripts
create-react-app
react-dev-utils
cra-template-typescript
cra-template
eslint-config-react-app
Create React App 5.0 is a major release with several new features and the latest version of all major dependencies.
Thanks to all the maintainers and contributors who worked so hard on this release! 🙌
npm install --save --save-exact react-scripts@5.0.0
yarn add --exact react-scripts@5.0.0
NOTE: You may need to delete your node_modules folder and reinstall your dependencies by running npm install (or yarn) if you encounter errors after upgrading.
node_modules
npm install
yarn
If you previously ejected but now want to upgrade, one common solution is to find the commits where you ejected (and any subsequent commits changing the configuration), revert them, upgrade, and later optionally eject again. It’s also possible that the feature you ejected for is now supported out of the box.
Like any major release, react-scripts@5.0.0 contains a number of breaking changes. We expect that they won't affect every user, but we recommend you look over this section to see if something is relevant to you. If we missed something, please file a new issue.
react-scripts@5.0.0
Node 10 reached End-of-Life in April 2021 and Node 12 will be End-of-Life in April 2022. Going forward we will only support the latest LTS release of Node.js.
babel-preset-react-app
react-app-polyfill
react-error-overlay
serve
npm ci
babel-plugin-named-asset-import
confusing-browser-globals
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report 📜 Customise PR templates 🛠 Adjust upgrade PR settings 🔕 Ignore this dependency or unsubscribe from future upgrade PRs
Sorry, something went wrong.
fix: upgrade react-scripts from 5.0.0 to 5.0.1
99efc58
Snyk has created this PR to upgrade react-scripts from 5.0.0 to 5.0.1. See this package in npm: react-scripts See this project in Snyk: https://app.snyk.io/org/rawantabaja12/project/fe47c6cc-3dcf-48a3-805c-5c9dfb0cff88?utm_source=github&utm_medium=referral&page=upgrade-pr
Successfully merging this pull request may close these issues.