diff --git a/Dockerfile b/Dockerfile index 4a869dde7..a8d31c5af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN \ --no-modify-path \ --profile minimal \ --target wasm32-unknown-emscripten \ - --default-toolchain nightly-2023-12-02 \ + --default-toolchain nightly-2023-12-16 \ --component rust-src # Cache settings diff --git a/build.sh b/build.sh index eecd9d731..77dcccce1 100755 --- a/build.sh +++ b/build.sh @@ -163,10 +163,10 @@ export RUSTFLAGS+=" --remap-path-prefix=$DEPS/=" # Dependency version numbers VERSION_ZLIB_NG=2.1.5 # https://github.com/zlib-ng/zlib-ng VERSION_FFI=3.4.4 # https://github.com/libffi/libffi -VERSION_GLIB=2.78.1 # https://gitlab.gnome.org/GNOME/glib +VERSION_GLIB=2.78.3 # https://gitlab.gnome.org/GNOME/glib VERSION_EXPAT=2.5.0 # https://github.com/libexpat/libexpat VERSION_EXIF=0.6.24 # https://github.com/libexif/libexif -VERSION_LCMS2=2.15 # https://github.com/mm2/Little-CMS +VERSION_LCMS2=2.16 # https://github.com/mm2/Little-CMS VERSION_HWY=1.0.7 # https://github.com/google/highway VERSION_BROTLI=1.1.0 # https://github.com/google/brotli VERSION_MOZJPEG=4.1.5 # https://github.com/mozilla/mozjpeg @@ -177,7 +177,7 @@ VERSION_CGIF=0.3.2 # https://github.com/dloebl/cgif VERSION_WEBP=1.3.2 # https://chromium.googlesource.com/webm/libwebp VERSION_TIFF=4.6.0 # https://gitlab.com/libtiff/libtiff VERSION_RESVG=0.36.0 # https://github.com/RazrFalcon/resvg -VERSION_AOM=3.7.1 # https://aomedia.googlesource.com/aom +VERSION_AOM=3.8.0 # https://aomedia.googlesource.com/aom VERSION_HEIF=1.17.5 # https://github.com/strukturag/libheif VERSION_VIPS=8.15.0 # https://github.com/libvips/libvips diff --git a/build/emscripten-crossfile.meson b/build/emscripten-crossfile.meson index 3abf53ec8..2ce67970d 100644 --- a/build/emscripten-crossfile.meson +++ b/build/emscripten-crossfile.meson @@ -3,7 +3,7 @@ c = 'emcc' cpp = 'em++' ar = 'emar' ranlib = 'emranlib' -pkgconfig = ['pkg-config', '--static'] +pkg-config = ['pkg-config', '--static'] exe_wrapper = 'node' [properties] diff --git a/playground/package.json b/playground/package.json index c719321ce..a107bef15 100644 --- a/playground/package.json +++ b/playground/package.json @@ -24,9 +24,9 @@ "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.8.1", "fflate": "^0.8.1", - "html-webpack-plugin": "^5.5.3", + "html-webpack-plugin": "^5.5.4", "mini-css-extract-plugin": "^2.7.6", - "monaco-editor": "^0.44.0", + "monaco-editor": "^0.45.0", "monaco-editor-webpack-plugin": "^7.1.0", "terser-webpack-plugin": "^5.3.9", "webpack": "^5.89.0",