chore: remove unused uuid type dependency

This commit is contained in:
daydreamer-json
2026-02-16 00:39:34 +09:00
parent b930a421b4
commit 43900d5509
2 changed files with 0 additions and 4 deletions

View File

@@ -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=="],

View File

@@ -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"