From 411d69204b3aad324e7075b61173f673f88559be Mon Sep 17 00:00:00 2001 From: "Keith J. Grant" Date: Thu, 18 Feb 2021 11:59:02 -0800 Subject: [PATCH] remove codemirror dependencies --- awx/ui_next/package-lock.json | 10 ---------- awx/ui_next/package.json | 2 -- 2 files changed, 12 deletions(-) diff --git a/awx/ui_next/package-lock.json b/awx/ui_next/package-lock.json index 8fe91ad419..daf0c1d466 100644 --- a/awx/ui_next/package-lock.json +++ b/awx/ui_next/package-lock.json @@ -4952,11 +4952,6 @@ "q": "^1.1.2" } }, - "codemirror": { - "version": "5.58.3", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.3.tgz", - "integrity": "sha512-KBhB+juiyOOgn0AqtRmWyAT3yoElkuvWTI6hsHa9E6GQrl6bk/fdAYcvuqW1/upO9T9rtEtapWdw4XYcNiVDEA==" - }, "collection-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", @@ -14229,11 +14224,6 @@ } } }, - "react-codemirror2": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/react-codemirror2/-/react-codemirror2-6.0.1.tgz", - "integrity": "sha512-rutEKVgvFhWcy/GeVA1hFbqrO89qLqgqdhUr7YhYgIzdyICdlRQv+ztuNvOFQMXrO0fLt0VkaYOdMdYdQgsSUA==" - }, "react-dev-utils": { "version": "10.2.1", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz", diff --git a/awx/ui_next/package.json b/awx/ui_next/package.json index 233c0e0ac2..99c5a04d1d 100644 --- a/awx/ui_next/package.json +++ b/awx/ui_next/package.json @@ -14,7 +14,6 @@ "ace-builds": "^1.4.12", "ansi-to-html": "^0.6.11", "axios": "^0.21.1", - "codemirror": "^5.47.0", "d3": "^5.12.0", "dagre": "^0.8.4", "formik": "^2.1.2", @@ -24,7 +23,6 @@ "prop-types": "^15.6.2", "react": "^16.13.1", "react-ace": "^9.3.0", - "react-codemirror2": "^6.0.0", "react-dom": "^16.13.1", "react-router-dom": "^5.1.2", "react-virtualized": "^9.21.1",