From 4c553fc0b0e6c737781adcc6904533525ff92d62 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 04:51:43 +0000 Subject: [PATCH] Bump react-scripts from 2.1.3 to 3.4.0 Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 2.1.3 to 3.4.0. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-2.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@3.4.0/packages/react-scripts) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 307fd31..a29144a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "npm": "^6.7.0", "react": "^16.7.0", "react-dom": "^16.7.0", - "react-scripts": "2.1.3" + "react-scripts": "3.4.0" }, "scripts": { "start": "react-scripts start",