From fd05ab97671d7b4cf950ac11c1c43fc098efe99b Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:53:02 -0500 Subject: [PATCH] build: remove unused TypeScript type definition packages (#53475) Two TypeScript type definition packages are currently unused within the repository and can be removed. These were most likely leftover from previous usage of the related packages. Packages removed: * `@types/uuid` * `@types/cli-progress` PR Close #53475 --- package.json | 2 -- yarn.lock | 7 ------- 2 files changed, 9 deletions(-) diff --git a/package.json b/package.json index a51fede3271..cbecc231a93 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,6 @@ "@types/semver": "^7.3.4", "@types/shelljs": "^0.8.6", "@types/systemjs": "6.13.3", - "@types/uuid": "^9.0.0", "@types/yargs": "^17.0.3", "angular-1.5": "npm:angular@1.5", "angular-1.6": "npm:angular@1.6", @@ -161,7 +160,6 @@ "@octokit/graphql": "^5.0.0", "@types/adm-zip": "^0.5.0", "@types/cldrjs": "^0.4.22", - "@types/cli-progress": "^3.4.2", "@types/d3": "^7.4.3", "@types/inquirer": "^9.0.3", "@types/jsdom": "^21.1.5", diff --git a/yarn.lock b/yarn.lock index 40a74ea8c11..d29afdfe7a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3426,13 +3426,6 @@ resolved "https://registry.yarnpkg.com/@types/cldrjs/-/cldrjs-0.4.27.tgz#063ecbfcb7570137f5d2a655744022e98756a629" integrity sha512-/XOfJ9IeXgBuNzord4X3e/f1SdZhxxfVFN3JpHTmFKuTXDoi2wWkkWQsCs3bqpTenI4xElUGsgBkzu2EII/U1A== -"@types/cli-progress@^3.4.2": - version "3.11.4" - resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.4.tgz#58d9e60bd5fd85a57984890ef9c9d831a0dda896" - integrity sha512-yufTxeeNCZuEIxx2uebK8lpSAsJM4lvzakm/VxzYhDtqhXCzwH9jpn7nPCxzrROuEbLATqhFq4MIPoG0tlrsvw== - dependencies: - "@types/node" "*" - "@types/connect-history-api-fallback@^1.3.5": version "1.5.2" resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.2.tgz#acf51e088b3bb6507f7b093bd2b0de20940179cc"