update pnpm version

This commit is contained in:
2023-05-25 18:15:18 +02:00
parent 80e64ad207
commit 3c86f3f3be
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
}
],
"settings": {
"i18n-ally.localesPaths": ["packages/frontend/locales"],
"i18n-ally.localesPaths": ["locales"],
"cSpell.words": ["cryptgeon"]
}
}

View File

@@ -1,5 +1,5 @@
{
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.5.1",
"scripts": {
"dev:docker": "docker-compose -f docker-compose.dev.yaml up redis",
"dev:packages": "pnpm --parallel run dev",