Remove @types/uuid@11.0.0 stub (#23727)

Fixes warning on `npm ci`:

    "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed."
This commit is contained in:
Alexander Brandon Coles
2026-06-13 16:36:20 +01:00
committed by GitHub
parent c88d5122c3
commit 8d1cbe8000
2 changed files with 0 additions and 12 deletions
-11
View File
@@ -153,7 +153,6 @@
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@types/resize-observer-browser": "^0.1.4", "@types/resize-observer-browser": "^0.1.4",
"@types/urijs": "^1.19.26", "@types/urijs": "^1.19.26",
"@types/uuid": "^11.0.0",
"@types/webpack-env": "^1.16.0", "@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "8.60.1", "@typescript-eslint/eslint-plugin": "8.60.1",
"@typescript-eslint/parser": "8.60.1", "@typescript-eslint/parser": "8.60.1",
@@ -7119,16 +7118,6 @@
"integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==", "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
"license": "MIT" "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,
"dependencies": {
"uuid": "*"
}
},
"node_modules/@types/webpack-env": { "node_modules/@types/webpack-env": {
"version": "1.18.8", "version": "1.18.8",
"resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.8.tgz", "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.8.tgz",
-1
View File
@@ -31,7 +31,6 @@
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@types/resize-observer-browser": "^0.1.4", "@types/resize-observer-browser": "^0.1.4",
"@types/urijs": "^1.19.26", "@types/urijs": "^1.19.26",
"@types/uuid": "^11.0.0",
"@types/webpack-env": "^1.16.0", "@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "8.60.1", "@typescript-eslint/eslint-plugin": "8.60.1",
"@typescript-eslint/parser": "8.60.1", "@typescript-eslint/parser": "8.60.1",