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
This commit is contained in:
Charles Lyding 2023-12-09 17:53:02 -05:00 committed by Alex Rickabaugh
parent aa7b3ab85c
commit fd05ab9767
2 changed files with 0 additions and 9 deletions

View file

@ -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",

View file

@ -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"