From 5d188e4c0f1e1b7fa8df5a74897cefb00306fb70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 30 Jan 2019 08:15:57 +0000 Subject: [PATCH] Update @wasm-tool/wasm-pack-plugin requirement from 0.2.1 to 0.2.2 Updates the requirements on [@wasm-tool/wasm-pack-plugin](https://github.com/wasm-tool/wasm-pack-plugin) to permit the latest version. - [Release notes](https://github.com/wasm-tool/wasm-pack-plugin/releases) - [Commits](https://github.com/wasm-tool/wasm-pack-plugin/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49198ff2cd0..729651bcfdd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "serve": "webpack-dev-server -p" }, "devDependencies": { - "@wasm-tool/wasm-pack-plugin": "0.2.1", + "@wasm-tool/wasm-pack-plugin": "0.2.2", "text-encoding": "^0.7.0", "html-webpack-plugin": "^3.2.0", "webpack": "^4.11.1",