Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Oct 7, 2023
1 parent d024c3d commit b576489
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ RUN \
--no-modify-path \
--profile minimal \
--target wasm32-unknown-emscripten \
--default-toolchain nightly-2023-09-19 \
--default-toolchain nightly-2023-10-07 \
--component rust-src

# https://github.com/rust-lang/libc/pull/3282
# https://github.com/rust-lang/libc/pull/3308
RUN \
sed -i 's|version = "0.2.146"|git = "https://github.com/kleisauke/libc", branch = "emscripten-lfs64-compat"|' $(rustc --print sysroot)/lib/rustlib/src/rust/library/std/Cargo.toml
sed -i '/^libc =/s/0.2.148/0.2.149/' $(rustc --print sysroot)/lib/rustlib/src/rust/library/std/Cargo.toml

# Cache settings
ENV \
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ VERSION_IMAGEQUANT=2.4.1 # https://github.com/lovell/libimagequant
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.35.0 # https://github.com/RazrFalcon/resvg
VERSION_RESVG=0.36.0 # https://github.com/RazrFalcon/resvg
VERSION_AOM=3.7.0 # https://aomedia.googlesource.com/aom
VERSION_HEIF=1.16.2 # https://github.com/strukturag/libheif
VERSION_VIPS=8.14.5 # https://github.com/libvips/libvips
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fflate": "^0.8.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"monaco-editor": "^0.43.0",
"monaco-editor": "^0.44.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.2",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<body>
<div id="mocha"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/10.2.0/mocha.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chai/4.3.8/chai.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chai/4.3.10/chai.min.js" crossorigin="anonymous"></script>
<script class="mocha-init">
mocha.setup({
ui: 'bdd',
Expand Down
2 changes: 1 addition & 1 deletion test/unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "mocha -s 5000 -t 120000 *.js -r node-helper.js"
},
"devDependencies": {
"chai": "^4.3.8",
"chai": "^4.3.10",
"mocha": "^10.2.0"
},
"engines": {
Expand Down

0 comments on commit b576489

Please sign in to comment.