Browse Source

Bump @wasm-tool/wasm-pack-plugin from 1.3.1 to 1.3.2 (#1120)

pull/1125/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
1ad34c2d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -4,7 +4,7 @@
"serve": "webpack-dev-server"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.3.1",
"@wasm-tool/wasm-pack-plugin": "^1.3.2",
"bootstrap": "^4.6.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",

8
yarn.lock

@ -120,10 +120,10 @@
"@types/webpack-sources" "*"
source-map "^0.6.0"
"@wasm-tool/wasm-pack-plugin@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.3.1.tgz#eb8dbeeb3c0ce9af413347d3332485b9f5d4f103"
integrity sha512-8AXgN80fbbLvuROYuNsBow/MiK+VeNCzZ3WyCxwZKMIyISd1WwompVG0pLMypXd4rYnttsRyXvQqW3vDdoXZRg==
"@wasm-tool/wasm-pack-plugin@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.3.2.tgz#e0125e6469f695132c31aa84e32f1658f0667144"
integrity sha512-fEmCF1YVRbRRJp85eeoZhmUa1zcvnqRm4UnWkCcCHiGyhck6lD1RlfJfHRMd7IAMqyMqXfETszqPCGxwFRUMng==
dependencies:
chalk "^2.4.1"
command-exists "^1.2.7"

Loading…
Cancel
Save