Skip to content

Commit

Permalink
fix: Update dependencies in build.sh and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsgrn committed Dec 2, 2023
1 parent 3235c7f commit 003c797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo -e ">> ${BLUE}Building web app...${NC}"
cd $CDIR/web

# install dependencies
npm ci
npm i
npm run build

echo -e ">> ${GREEN}Web app build complete${NC}"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"tough-cookie@<4.1.3": ">=4.1.3",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"debug@>=4.0.0 <4.3.1": ">=4.3.1"
"debug@>=4.0.0 <4.3.1": ">=4.3.1",
"axios@>=0.8.1 <1.6.0": ">=1.6.0"
}
}
}

0 comments on commit 003c797

Please sign in to comment.