From 2c9117d08c16e20c1346625a114bfea0085d18b1 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 20 Dec 2022 20:14:44 +0300 Subject: [PATCH] packages: remove turbo --- package.json | 1 - turbo.json | 11 -------- yarn.lock | 72 ---------------------------------------------------- 3 files changed, 84 deletions(-) delete mode 100644 turbo.json diff --git a/package.json b/package.json index 95cec93..60fdf91 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,6 @@ "msw": "^0.39.2", "prettier": "2.7.1", "ts-jest": "^29.0.1", - "turbo": "^1.6.3", "typescript": "4.8.3" }, "msw": { diff --git a/turbo.json b/turbo.json deleted file mode 100644 index 0472444..0000000 --- a/turbo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "pipeline": { - "build": { - "outputs": ["dist/**", ".next/**"] - }, - "lint": { - "outputs": [] - } - } -} diff --git a/yarn.lock b/yarn.lock index 75e5468..2a70ddc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6574,7 +6574,6 @@ __metadata: superjson: ^1.11.0 tools: "*" ts-jest: ^29.0.1 - turbo: ^1.6.3 typescript: 4.8.3 ui: "*" use-debounce: ^8.0.1 @@ -13289,77 +13288,6 @@ __metadata: languageName: node linkType: hard -"turbo-darwin-64@npm:1.6.3": - version: 1.6.3 - resolution: "turbo-darwin-64@npm:1.6.3" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"turbo-darwin-arm64@npm:1.6.3": - version: 1.6.3 - resolution: "turbo-darwin-arm64@npm:1.6.3" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"turbo-linux-64@npm:1.6.3": - version: 1.6.3 - resolution: "turbo-linux-64@npm:1.6.3" - conditions: os=linux & cpu=x64 - languageName: node - linkType: hard - -"turbo-linux-arm64@npm:1.6.3": - version: 1.6.3 - resolution: "turbo-linux-arm64@npm:1.6.3" - conditions: os=linux & cpu=arm64 - languageName: node - linkType: hard - -"turbo-windows-64@npm:1.6.3": - version: 1.6.3 - resolution: "turbo-windows-64@npm:1.6.3" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - -"turbo-windows-arm64@npm:1.6.3": - version: 1.6.3 - resolution: "turbo-windows-arm64@npm:1.6.3" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - -"turbo@npm:^1.6.3": - version: 1.6.3 - resolution: "turbo@npm:1.6.3" - dependencies: - turbo-darwin-64: 1.6.3 - turbo-darwin-arm64: 1.6.3 - turbo-linux-64: 1.6.3 - turbo-linux-arm64: 1.6.3 - turbo-windows-64: 1.6.3 - turbo-windows-arm64: 1.6.3 - dependenciesMeta: - turbo-darwin-64: - optional: true - turbo-darwin-arm64: - optional: true - turbo-linux-64: - optional: true - turbo-linux-arm64: - optional: true - turbo-windows-64: - optional: true - turbo-windows-arm64: - optional: true - bin: - turbo: bin/turbo - checksum: 35195f4b7623014c25ba152c11a8cb23e51cbd75dc9266d0656692665f85b28faf3496dea8cecacf52795a917410668124186ffbdcf276325ccc3e11df9e9623 - languageName: node - linkType: hard - "type-check@npm:^0.4.0, type-check@npm:~0.4.0": version: 0.4.0 resolution: "type-check@npm:0.4.0"