From a7461b63e257d145d23232345f7c6e02cf8a641c Mon Sep 17 00:00:00 2001 From: useEffects Date: Sat, 13 Jul 2024 02:18:38 +0530 Subject: [PATCH] update turbo repo --- pnpm-lock.yaml | 12 ++---------- turbo.json | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5397959..d19f7cf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -110,9 +110,6 @@ importers: next-themes: specifier: ^0.2.1 version: 0.2.1(next@14.2.2(@babel/core@7.23.3)(@opentelemetry/api@1.7.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - path-browserify: - specifier: ^1.0.1 - version: 1.0.1 react: specifier: 18.2.0 version: 18.2.0 @@ -6432,9 +6429,6 @@ packages: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} engines: {node: '>= 0.8'} - path-browserify@1.0.1: - resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} - path-exists@3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} @@ -12542,11 +12536,11 @@ snapshots: '@types/react-reconciler@0.26.7': dependencies: - '@types/react': 18.2.51 + '@types/react': 18.2.25 '@types/react-reconciler@0.28.8': dependencies: - '@types/react': 18.2.51 + '@types/react': 18.2.25 '@types/react-transition-group@4.4.10': dependencies: @@ -16307,8 +16301,6 @@ snapshots: parseurl@1.3.3: {} - path-browserify@1.0.1: {} - path-exists@3.0.0: {} path-exists@4.0.0: {} diff --git a/turbo.json b/turbo.json index 781f274..754fad8 100644 --- a/turbo.json +++ b/turbo.json @@ -1,7 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], - "pipeline": { + "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"]