From 66a3a1ac493e8b3fa99b3d84aa09037a4422c0df Mon Sep 17 00:00:00 2001 From: Vahissan Nandakumar Date: Tue, 1 Dec 2020 19:57:36 -0500 Subject: [PATCH] Removed unused dependency which caused issues with npm v7 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9cd4a3184..958d6ad7d 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,6 @@ "postcss-safe-parser": "4.0.1", "pre-commit": "^1.1.3", "react": "^16.5.0", - "react-addons-test-utils": ">=0.13", "react-app-polyfill": "^1.0.5", "react-dev-utils": "10.1.0", "react-dom": "^16.5.0",