From 5a65dcadbd79a580f40c066da70011ae411f9a1b Mon Sep 17 00:00:00 2001 From: blaipr Date: Thu, 25 Jun 2026 14:09:12 +0200 Subject: [PATCH] Remove redundant mock-socket devDependency mock-socket is a direct dependency of jest-websocket-mock and is installed automatically as a transitive dep. The project never imports mock-socket directly - the explicit devDependency entry is unnecessary. --- awx/ui/package-lock.json | 1 - awx/ui/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index fb1c57e2..965ddf87 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -86,7 +86,6 @@ "jest-watch-typeahead": "^3.0.1", "jest-websocket-mock": "^2.5.0", "mini-css-extract-plugin": "^2.10.2", - "mock-socket": "^9.3.1", "postcss": "^8.5.14", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^8.2.1", diff --git a/awx/ui/package.json b/awx/ui/package.json index def4b5c7..f493cc40 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -86,7 +86,6 @@ "jest-watch-typeahead": "^3.0.1", "jest-websocket-mock": "^2.5.0", "mini-css-extract-plugin": "^2.10.2", - "mock-socket": "^9.3.1", "postcss": "^8.5.14", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^8.2.1",