Mercurial > code > home > repos > infra
changeset 306:c72f268ee846
update pnpm + pdm
author | drewp@bigasterisk.com |
---|---|
date | Sat, 24 Aug 2024 15:07:10 -0700 |
parents | 58d8e6072dcc |
children | 89b948759d64 |
files | packages.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages.py Sat Aug 24 15:06:51 2024 -0700 +++ b/packages.py Sat Aug 24 15:07:10 2024 -0700 @@ -28,7 +28,7 @@ "corepack enable", # https://github.com/pnpm/pnpm/releases # but also https://pnpm.io/installation#compatibility - "corepack prepare 'pnpm@8.6.3' --activate", + "corepack prepare 'pnpm@9.8' --activate", ]) @@ -45,7 +45,7 @@ def pdm(): # https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md - server.shell(commands=["pip install --break-system-packages 'pdm==2.12.4'"]) + server.shell(commands=["pip install --break-system-packages 'pdm==2.18.1'"]) def proper_locate():