Skip to content

Commit e3ec072

Browse files
committed
chore: Update dependencies to latest as of 2026-05-04 (manual)
1 parent a06c08d commit e3ec072

3 files changed

Lines changed: 874 additions & 872 deletions

File tree

build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ function lint() {
6868

6969
## deps - updates project dependencies to latest
7070
function deps() {
71+
# Use NVM
72+
if [[ ! -d "$NVM_DIR" ]] ; then
73+
echo "Please activate nvm"
74+
exit 1
75+
fi
76+
77+
# Use the minimum node version to run the updates.
78+
nvm use 18
79+
7180
npm update --save
7281
# When we run this on a cloudtop, the urls in package-lock.json are replaced
7382
# with an internal server. We need to manually update package-lock.json

0 commit comments

Comments
 (0)