npm create-react-app 4.0.3
v4.0.3

latest releases: 5.0.1, 5.1.0-next.14, 5.0.0...
3 years ago

4.0.3 (2021-02-22)

v4.0.3 is a maintenance release that includes minor bug fixes and dependency updates.

🐛 Bug Fix

  • react-scripts

🏠 Internal

  • react-dev-utils
    • #10412 update immer to 8.0.1 to address vulnerability (@wclem4)
  • create-react-app

Committers: 4

Migrating from 4.0.2 to 4.0.3

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@4.0.3

or

yarn add --exact react-scripts@4.0.3

Don't miss a new create-react-app release

NewReleases is sending notifications on new releases.