chore: move turbo to dependency

This commit is contained in:
taroj1205 2025-06-18 15:33:35 +12:00
parent 033f4354bd
commit 6ce62012d2
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7
2 changed files with 4 additions and 4 deletions

View file

@ -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",

6
pnpm-lock.yaml generated
View file

@ -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)