Update required pnpm manager version

I update pnpm because the required version is quite old and
some devs are using newer version anyways and mixing versions
causes strange changelogs in package-lock.yml

I ran corepack up but I removed the sha from the version
because the previous version didn't have it as well.
[MAILPOET-6191]
This commit is contained in:
Rostislav Wolny
2024-08-16 15:34:26 +02:00
committed by Jan Jakeš
parent d16e1b69e7
commit f31109d07c

View File

@ -14,7 +14,7 @@
"prettier": "2.6.2", "prettier": "2.6.2",
"typescript": "^5.0.2" "typescript": "^5.0.2"
}, },
"packageManager": "pnpm@8.5.1", "packageManager": "pnpm@8.15.9",
"volta": { "volta": {
"node": "19.7.0" "node": "19.7.0"
}, },