diff --git a/package.json b/package.json index 6961004..ff33b99 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "bin": "cli.js", "dependencies": { "commander": "^12.1.0", - "dprint": "^0.47.2", - "zx": "^8.1.4" + "dprint": "^0.47.2" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30c906e..e90d754 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,9 +14,6 @@ importers: dprint: specifier: ^0.47.2 version: 0.47.2 - zx: - specifier: ^8.1.4 - version: 8.1.4 packages: @@ -60,15 +57,6 @@ packages: cpu: [x64] os: [win32] - '@types/fs-extra@11.0.4': - resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} - - '@types/jsonfile@6.1.4': - resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} - - '@types/node@22.4.0': - resolution: {integrity: sha512-49AbMDwYUz7EXxKU/r7mXOsxwFr4BYbvB7tWYxVuLdb2ibd30ijjXINSMAHiEEZk5PCRBmW1gUeisn2VMKt3cQ==} - commander@12.1.0: resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} @@ -77,14 +65,6 @@ packages: resolution: {integrity: sha512-geUcVIIrmLaY+YtuOl4gD7J/QCjsXZa5gUqre9sO6cgH0X/Fa9heBN3l/AWVII6rKPw45ATuCSDWz1pyO+HkPQ==} hasBin: true - undici-types@6.19.6: - resolution: {integrity: sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==} - - zx@8.1.4: - resolution: {integrity: sha512-QFDYYpnzdpRiJ3dL2102Cw26FpXpWshW4QLTGxiYfIcwdAqg084jRCkK/kuP/NOSkxOjydRwNFG81qzA5r1a6w==} - engines: {node: '>= 12.17.0'} - hasBin: true - snapshots: '@dprint/darwin-arm64@0.47.2': @@ -111,22 +91,6 @@ snapshots: '@dprint/win32-x64@0.47.2': optional: true - '@types/fs-extra@11.0.4': - dependencies: - '@types/jsonfile': 6.1.4 - '@types/node': 22.4.0 - optional: true - - '@types/jsonfile@6.1.4': - dependencies: - '@types/node': 22.4.0 - optional: true - - '@types/node@22.4.0': - dependencies: - undici-types: 6.19.6 - optional: true - commander@12.1.0: {} dprint@0.47.2: @@ -139,11 +103,3 @@ snapshots: '@dprint/linux-x64-musl': 0.47.2 '@dprint/win32-arm64': 0.47.2 '@dprint/win32-x64': 0.47.2 - - undici-types@6.19.6: - optional: true - - zx@8.1.4: - optionalDependencies: - '@types/fs-extra': 11.0.4 - '@types/node': 22.4.0