From 43900d55091698ee4215f5aab1d648b266d80e40 Mon Sep 17 00:00:00 2001 From: daydreamer-json Date: Mon, 16 Feb 2026 00:39:34 +0900 Subject: [PATCH] chore: remove unused uuid type dependency --- bun.lock | 3 --- package.json | 1 - 2 files changed, 4 deletions(-) diff --git a/bun.lock b/bun.lock index 9c720e8..9a02e0e 100644 --- a/bun.lock +++ b/bun.lock @@ -34,7 +34,6 @@ "@types/prompts": "^2.4.9", "@types/qs": "^6.14.0", "@types/semver": "^7.7.1", - "@types/uuid": "^11.0.0", "@types/yargs": "^17.0.35", "nodemon": "^3.1.11", "oxfmt": "^0.26.0", @@ -125,8 +124,6 @@ "@types/semver": ["@types/semver@7.7.1", "", {}, "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA=="], - "@types/uuid": ["@types/uuid@11.0.0", "", { "dependencies": { "uuid": "*" } }, "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA=="], - "@types/yargs": ["@types/yargs@17.0.35", "", { "dependencies": { "@types/yargs-parser": "*" } }, "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg=="], "@types/yargs-parser": ["@types/yargs-parser@21.0.3", "", {}, "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="], diff --git a/package.json b/package.json index 112b965..84ca71c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "@types/prompts": "^2.4.9", "@types/qs": "^6.14.0", "@types/semver": "^7.7.1", - "@types/uuid": "^11.0.0", "@types/yargs": "^17.0.35", "nodemon": "^3.1.11", "oxfmt": "^0.26.0"