summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen/examples
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/wasm-bindgen/examples')
-rw-r--r--vendor/wasm-bindgen/examples/import_js/package.json6
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"
}
}