From f9c5400ce61502b433d8c1bf2f1f4be707be5569 Mon Sep 17 00:00:00 2001 From: Moritz Vetter <16950410+Isokaeder@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:53:11 +0200 Subject: [PATCH] chore(turbo): set $schema to v1 version --- internals/fake-root/turbo.json | 2 +- packages/documentation/turbo.json | 2 +- packages/eslint-config/turbo.json | 2 +- packages/kotti-ui/turbo.json | 2 +- packages/vue-use-tippy/turbo.json | 2 +- packages/yoco/turbo.json | 2 +- turbo.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/internals/fake-root/turbo.json b/internals/fake-root/turbo.json index 3a832e63e6..be1b175f1b 100644 --- a/internals/fake-root/turbo.json +++ b/internals/fake-root/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turbo.build/schema.json", + "$schema": "https://turbo.build/schema.v1.json", "extends": ["//"], "pipeline": { "check:eslint": { diff --git a/packages/documentation/turbo.json b/packages/documentation/turbo.json index bcf86c17cb..0e9494253d 100644 --- a/packages/documentation/turbo.json +++ b/packages/documentation/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turbo.build/schema.json", + "$schema": "https://turbo.build/schema.v1.json", "extends": ["//"], "pipeline": { "check:publint": { diff --git a/packages/eslint-config/turbo.json b/packages/eslint-config/turbo.json index 9af2ef2ca8..477266c598 100644 --- a/packages/eslint-config/turbo.json +++ b/packages/eslint-config/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turbo.build/schema.json", + "$schema": "https://turbo.build/schema.v1.json", "extends": ["//"], "pipeline": { "build": { diff --git a/packages/kotti-ui/turbo.json b/packages/kotti-ui/turbo.json index 064ff1ba63..71fbfb9445 100644 --- a/packages/kotti-ui/turbo.json +++ b/packages/kotti-ui/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turbo.build/schema.json", + "$schema": "https://turbo.build/schema.v1.json", "extends": ["//"], "pipeline": { "build": { diff --git a/packages/vue-use-tippy/turbo.json b/packages/vue-use-tippy/turbo.json index 9af2ef2ca8..477266c598 100644 --- a/packages/vue-use-tippy/turbo.json +++ b/packages/vue-use-tippy/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turbo.build/schema.json", + "$schema": "https://turbo.build/schema.v1.json", "extends": ["//"], "pipeline": { "build": { diff --git a/packages/yoco/turbo.json b/packages/yoco/turbo.json index c8e7fd6d9e..a4b5d9412f 100644 --- a/packages/yoco/turbo.json +++ b/packages/yoco/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turbo.build/schema.json", + "$schema": "https://turbo.build/schema.v1.json", "extends": ["//"], "pipeline": { "build": { diff --git a/turbo.json b/turbo.json index 5bfad668bf..e783404233 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turbo.build/schema.json", + "$schema": "https://turbo.build/schema.v1.json", "globalDependencies": ["tsconfig.json", "yarn.lock"], "pipeline": { "build": {