Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into remove-apt-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 16, 2024
2 parents 08b8393 + e213f9e commit c18bf2c
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 68 deletions.
2 changes: 1 addition & 1 deletion lib/phpenv-install-php-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sudo apt-fast install -y libjpeg-dev re2c libxml2-dev \

if [ $release == 'noble' ]
then
sudo apt-fast install -y libcurl4-openssl-dev libsqlite3-dev
sudo apt-fast install -y libcurl4-openssl-dev libsqlite3-dev libzip-dev
fi
if [ $release == 'bionic' ]
then
Expand Down
120 changes: 58 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@vercel/ncc": "^0.38.1",
"node-notifier": "^10.0.1",
"semver": "^7.6.0",
"superagent": "^8.1.2",
"superagent": "^10.1.0",
"typed-rest-client": "^1.8.11"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^20.12.12",
"@types/semver": "^7.5.7",
"@types/superagent": "^8.1.3",
"@types/node": "^22.7.5",
"@types/semver": "^7.5.8",
"@types/superagent": "^8.1.6",
"@types/yauzl": "^2.10.3",
"husky": "^8.0.3",
"husky": "^9.1.6",
"jest": "^27.5.1",
"jest-circus": "^29.7.0",
"minimist": "^1.2.8",
Expand Down

0 comments on commit c18bf2c

Please sign in to comment.