Bump packages

This commit is contained in:
Jon Staab
2025-03-04 11:26:58 -08:00
parent 234ed304c7
commit 15adc51264
13 changed files with 124 additions and 80 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ for downstream in $(./get_packages.py); do
v=$(jq '.dependencies["'$n'"] // empty' $f)
if [[ ! -z $v ]]; then
jq '.dependencies["'$n'"]="'~$version'"' $f > $f.tmp
jq '.dependencies["'$n'"]="'^$version'"' $f > $f.tmp
mv $f.tmp $f
mkdir -p packages/$downstream/node_modules/@welshman
fi