From 98b5ba5017c90ca67a1c3c29cbb31e238195e762 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 13 Jun 2024 07:42:22 -0400 Subject: [PATCH] fix: Remove the unused edx-custom-a11y-rules package. This package was only used by bok-choy which was archived a while ago. We just missed the fact that this package was also a node dependency. See https://github.com/openedx/public-engineering/issues/13 for more details. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index eb269936297..dd0a2ccf332 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,6 @@ "@edx/mockprock": "github:openedx/mockprock#3ad18c6888e6521e9bf7a4df0db6f8579b928235", "@edx/stylelint-config-edx": "2.3.3", "babel-jest": "26.0.0", - "edx-custom-a11y-rules": "1.0.6", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.8", "eslint-import-resolver-webpack": "0.8.4",