update pnpm version

This commit is contained in:
Niccolo Borgioli 2023-05-25 18:15:18 +02:00
parent 80e64ad207
commit 3c86f3f3be
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
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",