Skip to content

v4.0.3

Compare
Choose a tag to compare
@iansu iansu released this 22 Feb 18:24
f92c37a

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