diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
commit | 9918693037dce8aa4bb6f08741b6812923486c18 (patch) | |
tree | 21d2b40bec7e6a7ea664acee056eb3d08e15a1cf /vendor/wasm-bindgen/examples | |
parent | Releasing progress-linux version 1.75.0+dfsg1-5~progress7.99u1. (diff) | |
download | rustc-9918693037dce8aa4bb6f08741b6812923486c18.tar.xz rustc-9918693037dce8aa4bb6f08741b6812923486c18.zip |
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/wasm-bindgen/examples')
-rw-r--r-- | vendor/wasm-bindgen/examples/import_js/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/wasm-bindgen/examples/import_js/package.json b/vendor/wasm-bindgen/examples/import_js/package.json index 8b08e4870..8332534cf 100644 --- a/vendor/wasm-bindgen/examples/import_js/package.json +++ b/vendor/wasm-bindgen/examples/import_js/package.json @@ -1,14 +1,14 @@ { "scripts": { "build": "webpack", - "serve" : "webpack serve" + "serve": "webpack serve" }, "devDependencies": { "@wasm-tool/wasm-pack-plugin": "1.5.0", - "text-encoding": "^0.7.0", "html-webpack-plugin": "^5.3.2", + "text-encoding": "^0.7.0", "webpack": "^5.49.0", "webpack-cli": "^4.7.2", - "webpack-dev-server": "^3.11.2" + "webpack-dev-server": "^4.15.1" } } |