Drop redundant dependency on @types/uuid.

This commit is contained in:
Fabio Niephaus
2025-10-02 10:19:46 +02:00
committed by Fabio Niephaus
parent a19d2ab4f7
commit 62b95e60c7
2 changed files with 0 additions and 13 deletions

12
package-lock.json generated
View File

@@ -31,7 +31,6 @@
"@types/jest": "^30.0.0",
"@types/node": "^24.6.1",
"@types/semver": "^7.7.1",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^9.36.0",
@@ -3192,17 +3191,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/uuid": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz",
"integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==",
"deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.",
"dev": true,
"license": "MIT",
"dependencies": {
"uuid": "*"
}
},
"node_modules/@types/yargs": {
"version": "17.0.33",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz",

View File

@@ -59,7 +59,6 @@
"@types/jest": "^30.0.0",
"@types/node": "^24.6.1",
"@types/semver": "^7.7.1",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^9.36.0",