Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Dec 16, 2023
1 parent 4134959 commit c606384
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/emscripten-crossfile.meson
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c606384

Please sign in to comment.