mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore: move turbo to dependency
This commit is contained in:
parent
033f4354bd
commit
6ce62012d2
2 changed files with 4 additions and 4 deletions
|
@ -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
6
pnpm-lock.yaml
generated
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue