From bd72079115ac1809093df7d88ea7d1c564498138 Mon Sep 17 00:00:00 2001 From: avivshafir Date: Fri, 17 Apr 2020 18:27:39 +0300 Subject: [PATCH] update react-scripts version to latest version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5b7792..5553587 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-confetti": "^5.0.1", "react-dom": "^16.12.0", "react-modal": "^3.11.1", - "react-scripts": "3.3.0", + "react-scripts": "3.4.1", "resize-observer-polyfill": "^1.5.1", "uuid": "^3.3.3" },