Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jan 20, 2024
1 parent 58c78be commit d2f66cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN \
--no-modify-path \
--profile minimal \
--target wasm32-unknown-emscripten \
--default-toolchain nightly-2024-01-13 \
--default-toolchain nightly-2024-01-20 \
--component rust-src

# Cache settings
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.37.0 # https://github.com/RazrFalcon/resvg
VERSION_AOM=3.8.0 # https://aomedia.googlesource.com/aom
VERSION_AOM=3.8.1 # https://aomedia.googlesource.com/aom
VERSION_HEIF=1.17.6 # https://github.com/strukturag/libheif
VERSION_VIPS=8.15.1 # https://github.com/libvips/libvips

Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.1",
"css-loader": "^6.9.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.1",
"fflate": "^0.8.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.7",
Expand Down

0 comments on commit d2f66cd

Please sign in to comment.