From 31590fffabdc3b2f2d67f2dd6ae987711e1dd59f Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sun, 23 Jun 2024 12:21:48 +0200 Subject: [PATCH] Update dependencies --- Dockerfile | 2 +- build.sh | 12 ++++++------ playground/package.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7fcee48e3..40fb03601 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN \ --no-modify-path \ --profile minimal \ --target wasm32-unknown-emscripten \ - --default-toolchain nightly-2024-06-01 \ + --default-toolchain nightly-2024-06-23 \ --component rust-src # Cache settings diff --git a/build.sh b/build.sh index a7e4c8465..2c642146a 100755 --- a/build.sh +++ b/build.sh @@ -162,9 +162,9 @@ export RUSTFLAGS+=" --remap-path-prefix=$CARGO_HOME/registry/src/=" export RUSTFLAGS+=" --remap-path-prefix=$DEPS/=" # Dependency version numbers -VERSION_ZLIB_NG=2.1.6 # https://github.com/zlib-ng/zlib-ng +VERSION_ZLIB_NG=2.1.7 # https://github.com/zlib-ng/zlib-ng VERSION_FFI=3.4.6 # https://github.com/libffi/libffi -VERSION_GLIB=2.80.2 # https://gitlab.gnome.org/GNOME/glib +VERSION_GLIB=2.80.3 # https://gitlab.gnome.org/GNOME/glib VERSION_EXPAT=2.6.2 # https://github.com/libexpat/libexpat VERSION_EXIF=0.6.24 # https://github.com/libexif/libexif VERSION_LCMS2=2.16 # https://github.com/mm2/Little-CMS @@ -174,11 +174,11 @@ VERSION_MOZJPEG=4.1.5 # https://github.com/mozilla/mozjpeg VERSION_JXL=0.10.2 # https://github.com/libjxl/libjxl VERSION_SPNG=0.7.4 # https://github.com/randy408/libspng VERSION_IMAGEQUANT=2.4.1 # https://github.com/lovell/libimagequant -VERSION_CGIF=0.4.0 # https://github.com/dloebl/cgif +VERSION_CGIF=0.4.1 # https://github.com/dloebl/cgif VERSION_WEBP=1.4.0 # https://chromium.googlesource.com/webm/libwebp VERSION_TIFF=4.6.0 # https://gitlab.com/libtiff/libtiff -VERSION_RESVG=0.41.0 # https://github.com/RazrFalcon/resvg -VERSION_AOM=3.9.0 # https://aomedia.googlesource.com/aom +VERSION_RESVG=0.42.0 # https://github.com/RazrFalcon/resvg +VERSION_AOM=3.9.1 # https://aomedia.googlesource.com/aom VERSION_HEIF=1.17.6 # https://github.com/strukturag/libheif VERSION_VIPS=8.15.2 # https://github.com/libvips/libvips @@ -358,7 +358,7 @@ node --version make -C _build install if [ -n "$ENABLE_MODULES" ]; then # Ensure we don't link with highway in the vips-jxl side module - [ -z "$ENABLE_SIMD" ] || sed -i '/^Requires.private:/s/ libhwy//' $TARGET/lib/pkgconfig/libjxl.pc + [ -z "$ENABLE_SIMD" ] || sed -i '/^Requires:/s/ libhwy//' $TARGET/lib/pkgconfig/libjxl.pc # ... and the same for lcms2 sed -i '/^Requires:/s/ lcms2//' $TARGET/lib/pkgconfig/libjxl_cms.pc # ... and the same for -lc++, see: diff --git a/playground/package.json b/playground/package.json index 6fa3c626a..469b15b14 100644 --- a/playground/package.json +++ b/playground/package.json @@ -26,10 +26,10 @@ "fflate": "^0.8.2", "html-webpack-plugin": "^5.6.0", "mini-css-extract-plugin": "^2.9.0", - "monaco-editor": "^0.49.0", + "monaco-editor": "^0.50.0", "monaco-editor-webpack-plugin": "^7.1.0", "terser-webpack-plugin": "^5.3.10", - "webpack": "^5.91.0", + "webpack": "^5.92.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" }