mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Frontend: Upgrade deps in package.json and TestCafe from v3.4 to v3.5
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
34a277963d
commit
04abf49095
4 changed files with 63 additions and 57 deletions
2
scripts/dist/install-nodejs.sh
vendored
2
scripts/dist/install-nodejs.sh
vendored
|
|
@ -30,6 +30,6 @@ apt-get update && apt-get -qq install nodejs
|
|||
|
||||
echo "Installing TestCafe..."
|
||||
npm config set cache ~/.cache/npm
|
||||
npm install --unsafe-perm=true --allow-root -g npm@latest npm-check-updates@latest n@latest testcafe@3.4.0
|
||||
npm install --unsafe-perm=true --allow-root -g npm@latest npm-check-updates@latest n@latest testcafe@3.5.0
|
||||
|
||||
echo "Done."
|
||||
Loading…
Add table
Add a link
Reference in a new issue