Merge pull request #10412 from webpack/deps/watchpack

upgrade watchpack
This commit is contained in:
Tobias Koppers 2020-02-19 16:00:49 +01:00 committed by GitHub
commit 3c00e1dfb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
"schema-utils": "^2.5.0", "schema-utils": "^2.5.0",
"tapable": "2.0.0-beta.9", "tapable": "2.0.0-beta.9",
"terser-webpack-plugin": "^2.3.1", "terser-webpack-plugin": "^2.3.1",
"watchpack": "2.0.0-beta.12", "watchpack": "2.0.0-beta.13",
"webpack-sources": "2.0.0-beta.8" "webpack-sources": "2.0.0-beta.8"
}, },
"devDependencies": { "devDependencies": {

View File

@ -6479,10 +6479,10 @@ wast-loader@^1.5.5:
dependencies: dependencies:
wabt "1.0.0-nightly.20180421" wabt "1.0.0-nightly.20180421"
watchpack@2.0.0-beta.12: watchpack@2.0.0-beta.13:
version "2.0.0-beta.12" version "2.0.0-beta.13"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.0.0-beta.12.tgz#bed6878b020c8f43f5b88b7031dfb2b2092755f5" resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.0.0-beta.13.tgz#9d9b0c094b8402139333e04eb6194643c8384f55"
integrity sha512-vUJN6XQCBqrUkyX74WNopUvASMLqgicYGA5nO/FwSfdmLQgrfy44Z+Jl2YHHHXy/gDO6RlbArR26YQGeIWfoAg== integrity sha512-ZEFq2mx/k5qgQwgi6NOm+2ImICb8ngAkA/rZ6oyXZ7SgPn3pncf+nfhYTCrs3lmHwOxnPtGLTOuFLfpSMh1VMA==
dependencies: dependencies:
glob-to-regexp "^0.4.1" glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2" graceful-fs "^4.1.2"