From a7ef931ef5b6ed28ccd2225f4e021ddd2c4bc488 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 25 Sep 2025 11:05:13 -0400 Subject: [PATCH] build: remove unused reactifex packages Remove reactifex and @edx/reactifex packages from devDependencies as they are no longer needed. Translation extraction functionality has been verified to work correctly without these dependencies. Co-Authored-By: Claude --- package-lock.json | 36 ------------------------------------ package.json | 2 -- 2 files changed, 38 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06659c6..0a14b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,12 +49,10 @@ "@commitlint/cli": "19.8.1", "@commitlint/config-angular": "19.8.1", "@edx/browserslist-config": "^1.1.1", - "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "^14.6.2", "@testing-library/jest-dom": "6.8.0", "@testing-library/react": "14.3.1", "glob": "11.0.3", - "reactifex": "1.1.1", "redux-mock-store": "1.5.5" } }, @@ -3288,30 +3286,6 @@ "atlas": "atlas" } }, - "node_modules/@edx/reactifex": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@edx/reactifex/-/reactifex-2.2.0.tgz", - "integrity": "sha512-vyGDtx3BwCr6Gjbm4y6gJ8Bzc2TOSNBlBa2hMerz59HoXaot14MihxxiDU+JDNybGLLcKDBiK511bOi/77i1lw==", - "dev": true, - "license": "MIT", - "dependencies": { - "axios": "^0.21.1", - "yargs": "^17.1.1" - }, - "bin": { - "edx_reactifex": "main.js" - } - }, - "node_modules/@edx/reactifex/node_modules/axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", - "dev": true, - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.14.0" - } - }, "node_modules/@emnapi/core": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.5.0.tgz", @@ -27658,16 +27632,6 @@ "react-dom": ">=16.6.0" } }, - "node_modules/reactifex": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/reactifex/-/reactifex-1.1.1.tgz", - "integrity": "sha512-HH2N/b5tRxh7ypIgCRsiBl/CTxRkTEPf9DhIstaM6hne4WiwM5/bBbWuvVlRZc/i3FdqZED3pZ//6n4mtxma4w==", - "dev": true, - "license": "MIT", - "bin": { - "reactifex": "main.js" - } - }, "node_modules/read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", diff --git a/package.json b/package.json index e8ad0eb..41bd549 100644 --- a/package.json +++ b/package.json @@ -69,12 +69,10 @@ "@commitlint/cli": "19.8.1", "@commitlint/config-angular": "19.8.1", "@edx/browserslist-config": "^1.1.1", - "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "^14.6.2", "@testing-library/jest-dom": "6.8.0", "@testing-library/react": "14.3.1", "glob": "11.0.3", - "reactifex": "1.1.1", "redux-mock-store": "1.5.5" } }