The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-02-22 | 1.2 kB | |
| v4.0.3 source code.tar.gz | 2021-02-22 | 2.2 MB | |
| v4.0.3 source code.zip | 2021-02-22 | 2.4 MB | |
| Totals: 3 Items | 4.6 MB | 0 | |
4.0.3 (2021-02-22)
v4.0.3 is a maintenance release that includes minor bug fixes and dependency updates.
:bug: Bug Fix
:house: Internal
react-dev-utils- #10412 update immer to 8.0.1 to address vulnerability (@wclem4)
create-react-app- #10384 tests: update test case to match the description (@jamesgeorge007)
Committers: 4
- Brody McKee (@mrmckeb)
- Dion Woolley (@Awarua-)
- James George (@jamesgeorge007)
- Walker Clem (@wclem4)
Migrating from 4.0.2 to 4.0.3
Inside any created project that has not been ejected, run:
:::bash
npm install --save --save-exact react-scripts@4.0.3
or
yarn add --exact react-scripts@4.0.3