From 66368abb63cdc871f6e2783683cdc33458e2772e Mon Sep 17 00:00:00 2001 From: Rolf Heij Date: Mon, 16 Dec 2024 11:40:51 +0100 Subject: [PATCH] Remove package --- extensions/src/platform-scripture/jest.config.ts | 1 - package-lock.json | 12 ------------ package.json | 1 - 3 files changed, 14 deletions(-) diff --git a/extensions/src/platform-scripture/jest.config.ts b/extensions/src/platform-scripture/jest.config.ts index 35b70302e9..786ba1fdde 100644 --- a/extensions/src/platform-scripture/jest.config.ts +++ b/extensions/src/platform-scripture/jest.config.ts @@ -6,7 +6,6 @@ module.exports = { transform: { '\\.(ts|tsx|js|jsx)$': 'ts-jest', }, - transformIgnorePatterns: ['node_modules/(?!@thetypefounders/unicode-classifier/.*)'], moduleNameMapper: { '^@platform-scripture/(.*)$': '$1', }, diff --git a/package-lock.json b/package-lock.json index ec9eb68487..4c7f134c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,6 @@ "@mui/icons-material": "^5.15.10", "@mui/material": "^5.15.10", "@sillsdev/scripture": "^2.0.2", - "@thetypefounders/unicode-classifier": "^1.1.0", "ajv": "^8.17.1", "chalk": "^4.1.2", "chokidar": "^3.6.0", @@ -12049,12 +12048,6 @@ "@testing-library/dom": ">=7.21.4" } }, - "node_modules/@thetypefounders/unicode-classifier": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@thetypefounders/unicode-classifier/-/unicode-classifier-1.1.0.tgz", - "integrity": "sha512-rFnGSjmHvRKZmwEyJh/7iSekphnVsHWMhHgXQqzdlGepTjrrtHGz34L0m/i94KI1FL8Cj4OscvPKNXvwIc+fFQ==", - "license": "Apache-2.0" - }, "node_modules/@tootallnate/once": { "version": "2.0.0", "dev": true, @@ -39680,11 +39673,6 @@ "dev": true, "requires": {} }, - "@thetypefounders/unicode-classifier": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@thetypefounders/unicode-classifier/-/unicode-classifier-1.1.0.tgz", - "integrity": "sha512-rFnGSjmHvRKZmwEyJh/7iSekphnVsHWMhHgXQqzdlGepTjrrtHGz34L0m/i94KI1FL8Cj4OscvPKNXvwIc+fFQ==" - }, "@tootallnate/once": { "version": "2.0.0", "dev": true diff --git a/package.json b/package.json index 9c3454ce5a..bebddf06d1 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,6 @@ "@mui/icons-material": "^5.15.10", "@mui/material": "^5.15.10", "@sillsdev/scripture": "^2.0.2", - "@thetypefounders/unicode-classifier": "^1.1.0", "ajv": "^8.17.1", "chalk": "^4.1.2", "chokidar": "^3.6.0",