diff makefile @ 2377:2088c500415e

pdm & homepage fixes
author drewp@bigasterisk.com
date Sun, 12 May 2024 19:03:41 -0700
parents 45975e8f16f0
children f3b8dfcf8463
line wrap: on
line diff
--- a/makefile	Sun May 12 19:02:10 2024 -0700
+++ b/makefile	Sun May 12 19:03:41 2024 -0700
@@ -44,14 +44,14 @@
 		python3-gst-1.0
 
 pnpm:
-	sudo npm install -g pnpm@7.29.3
+	sudo npm install -g pnpm@8.12.0
 
 bin/node:
 	ln -sf `which nodejs` bin/node
 
 pdm_local_install:
 	# drew has ~/bin in $PATH
-	pip install "pdm==1.15.0"
+	pip install "pdm==2.12.4"
 	ln -s ../.local/bin/pdm ~/bin
 
 js: