From 7c1901fe34c6800ef5c6210591243f757f038e32 Mon Sep 17 00:00:00 2001 From: Dusty Greif Date: Fri, 12 Jun 2026 10:57:31 -0400 Subject: [PATCH] chore(ring-client-api): remove deprecated @types/uuid uuid v14 ships its own TypeScript definitions; @types/uuid is a deprecated npm stub. Co-authored-by: Cursor --- package-lock.json | 12 ------------ packages/ring-client-api/package.json | 1 - 2 files changed, 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63ffa6cf..7280a52b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2202,17 +2202,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/ws": { "version": "8.18.1", "dev": true, @@ -6825,7 +6814,6 @@ "@types/debug": "4.1.13", "@types/json-bigint": "^1.0.4", "@types/node": "25.9.1", - "@types/uuid": "11.0.0", "@types/ws": "^8.18.1", "eslint-config-shared": "*", "msw": "^2.14.6", diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index 6791165c..c90cd5b2 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -54,7 +54,6 @@ "@types/debug": "4.1.13", "@types/json-bigint": "^1.0.4", "@types/node": "25.9.1", - "@types/uuid": "11.0.0", "@types/ws": "^8.18.1", "eslint-config-shared": "*", "msw": "^2.14.6",