diff --git a/core/src/Polyfill/index.js b/core/src/Polyfill/index.js index 610619217d24f..273d608870c77 100644 --- a/core/src/Polyfill/index.js +++ b/core/src/Polyfill/index.js @@ -20,5 +20,3 @@ * along with this program. If not, see . * */ - -import 'focus-visible' diff --git a/package-lock.json b/package-lock.json index 899e37904028c..1a4f5ae1c31d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,6 @@ "debounce": "^1.2.1", "dompurify": "^2.3.6", "escape-html": "^1.0.3", - "focus-visible": "^5.2.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0", "jquery": "~3.6", @@ -9419,11 +9418,6 @@ "tabbable": "^6.0.1" } }, - "node_modules/focus-visible": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-5.2.0.tgz", - "integrity": "sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==" - }, "node_modules/follow-redirects": { "version": "1.14.9", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", @@ -27381,11 +27375,6 @@ "tabbable": "^6.0.1" } }, - "focus-visible": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-5.2.0.tgz", - "integrity": "sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==" - }, "follow-redirects": { "version": "1.14.9", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", diff --git a/package.json b/package.json index d84f4316db00e..e84ab61896429 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,6 @@ "debounce": "^1.2.1", "dompurify": "^2.3.6", "escape-html": "^1.0.3", - "focus-visible": "^5.2.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0", "jquery": "~3.6",