Browse Source

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

pull/1125/head
dependabot[bot] 4 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" "serve": "webpack-dev-server"
}, },
"devDependencies": { "devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.3.1", "@wasm-tool/wasm-pack-plugin": "^1.3.2",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0", "copy-webpack-plugin": "^7.0.0",

8
yarn.lock

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

Loading…
Cancel
Save