From 5c19b841a45f2b2501023ae28a219ebf2e09753d Mon Sep 17 00:00:00 2001 From: admin-token-bot <36773031+admin-token-bot@users.noreply.github.com> Date: Wed, 30 Nov 2022 09:39:18 -0500 Subject: [PATCH] [Snyk] Upgrade react-scripts from 5.0.0 to 5.0.1 (#2319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
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.
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
,
react-scripts
createRoot
(@ kyletsang)cra-template-typescript
, cra-template
eslint-config-react-app