refactor: update pnpm to v10

This commit is contained in:
Rainer Killinger
2025-06-25 14:46:33 +02:00
parent a3af1677d2
commit f188576ca9
11 changed files with 12288 additions and 10154 deletions

View File

@@ -3,12 +3,12 @@
"private": true,
"engines": {
"node": "^22.16.0",
"pnpm": "^8.15.9"
"pnpm": "^10.12.3"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417",
"scripts": {
"build": "dotenv -c -- turbo run build --concurrency 80%",
"build:full": "dotenv -c -- turbo run syncpack build lint format --concurrency 80% --summarize",
"build": "dotenv -c -- turbo run build",
"build:full": "dotenv -c -- turbo run syncpack build lint format --summarize",
"build:full:skip": "dotenv -c -- turbo-ignore --task='build lint format'",
"changeset:status": "changeset status",
"deploy": "dotenv -c -- turbo run deploy --concurrency=1",