diff --git a/knip.ts b/knip.ts index d76289416..052fb149d 100644 --- a/knip.ts +++ b/knip.ts @@ -30,7 +30,6 @@ export default { // these look unused to Knip "@types/content-type", "@types/sdp-transform", - "@types/uuid", // We obviously use this, but if the package has been linked with pnpm link, // then Knip will flag it as a false positive // https://github.com/webpro-nl/knip/issues/766 diff --git a/package.json b/package.json index c038e0351..96ce4b7ef 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,6 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/sdp-transform": "^2.4.5", - "@types/uuid": "10", "@typescript-eslint/eslint-plugin": "^8.31.0", "@typescript-eslint/parser": "^8.31.0", "@use-gesture/react": "^10.2.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50a0d33c6..b4b76f09d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -135,9 +135,6 @@ importers: '@types/sdp-transform': specifier: ^2.4.5 version: 2.15.0 - '@types/uuid': - specifier: '10' - version: 10.0.0 '@typescript-eslint/eslint-plugin': specifier: ^8.31.0 version: 8.60.0(@typescript-eslint/parser@8.60.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3) @@ -3557,9 +3554,6 @@ packages: '@types/trusted-types@2.0.7': resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} - '@types/uuid@10.0.0': - resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==} - '@types/yargs-parser@21.0.3': resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} @@ -10583,8 +10577,6 @@ snapshots: '@types/trusted-types@2.0.7': optional: true - '@types/uuid@10.0.0': {} - '@types/yargs-parser@21.0.3': {} '@types/yargs@17.0.35':