From 71ad480a61f1f4c9b1c6264a3f684f59f49cdfc6 Mon Sep 17 00:00:00 2001 From: Changyong Gong Date: Mon, 31 Aug 2026 11:26:26 +0800 Subject: [PATCH] chore: remove unused uuid type dependency Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- package-lock.json | 13 ------------- package.json | 1 - 2 files changed, 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3336e09e..c4565000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,6 @@ "@types/lodash": "^4.17.13", "@types/mocha": "^10.0.9", "@types/node": "^14.18.63", - "@types/uuid": "^8.3.4", "@types/vscode": "1.95.0", "@vscode/test-electron": "^3.1.0", "mocha": "^10.8.2", @@ -310,12 +309,6 @@ "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==", "dev": true }, - "node_modules/@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", - "dev": true - }, "node_modules/@types/vscode": { "version": "1.95.0", "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.95.0.tgz", @@ -3493,12 +3486,6 @@ "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==", "dev": true }, - "@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", - "dev": true - }, "@types/vscode": { "version": "1.95.0", "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.95.0.tgz", diff --git a/package.json b/package.json index 40941fab..5b1ff1a8 100644 --- a/package.json +++ b/package.json @@ -1388,7 +1388,6 @@ "@types/lodash": "^4.17.13", "@types/mocha": "^10.0.9", "@types/node": "^14.18.63", - "@types/uuid": "^8.3.4", "@types/vscode": "1.95.0", "@vscode/test-electron": "^3.1.0", "mocha": "^10.8.2",