From 45fe3b4e57f5be1ba21db15df1eea6656c1bcfcb Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Sun, 1 Dec 2024 01:56:12 +0530 Subject: [PATCH] chore: Removes unwanted dependency. Signed-off-by: Farhaan Bukhsh --- package-lock.json | 2 -- package.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8883bf86..fddf911e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,8 +51,6 @@ "@edx/browserslist-config": "^1.1.1", "@openedx/frontend-build": "14.0.3", "@testing-library/react": "12.1.5", - "axios": "0.21.2", - "axios-mock-adapter": "^1.17.0", "es-check": "^2.3.0", "fetch-mock": "^6.5.2", "husky": "2.7.0", diff --git a/package.json b/package.json index bb9cdeaa..bbbcf8b4 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,6 @@ "@edx/browserslist-config": "^1.1.1", "@openedx/frontend-build": "14.0.3", "@testing-library/react": "12.1.5", - "axios": "0.21.2", - "axios-mock-adapter": "^1.17.0", "es-check": "^2.3.0", "fetch-mock": "^6.5.2", "husky": "2.7.0",