From b50f024947cba8902b12f76da119f27152b170b2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Feb 2022 15:09:32 +0000 Subject: [PATCH] Update dependency react-scripts to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4494bb1..25a49f0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.2.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2", "web-vitals": "^1.0.1" },