diff packages.py @ 306:c72f268ee846

update pnpm + pdm
author drewp@bigasterisk.com
date Sat, 24 Aug 2024 15:07:10 -0700
parents 5f3e053ba888
children 5f8d328e32b3
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():