From 6ce62012d2eb15bb6c31274f4db8c14c9d518fcc Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Wed, 18 Jun 2025 15:33:35 +1200 Subject: [PATCH] chore: move turbo to dependency --- package.json | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 950ecb9..4913817 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "@types/react-dom": "^19.1.5", "astro": "5.7.10", "astro-navbar": "2.3.7", + "turbo": "^2.5.4", "autoprefixer": "10.4.14", "clsx": "2.1.1", "date-fns": "4.1.0", @@ -92,7 +93,6 @@ "prettier": "3.5.3", "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "^0.6.11", - "turbo": "^2.5.4", "typescript-eslint": "8.33.0", "vite-tsconfig-paths": "5.1.4", "vitest": "3.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4397a56..5a16c73 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,6 +89,9 @@ importers: tailwindcss: specifier: 3.4.15 version: 3.4.15 + turbo: + specifier: ^2.5.4 + version: 2.5.4 typescript: specifier: 5.6.3 version: 5.6.3 @@ -204,9 +207,6 @@ importers: prettier-plugin-tailwindcss: specifier: ^0.6.11 version: 0.6.12(prettier-plugin-astro@0.14.1)(prettier@3.5.3) - turbo: - specifier: ^2.5.4 - version: 2.5.4 typescript-eslint: specifier: 8.33.0 version: 8.33.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.6.3)