Merge pull request #471 from GoogleChromeLabs/renovate/worker-plugin-3.x

Update dependency worker-plugin to v3.1.0
This commit is contained in:
Surma
2019-02-20 10:46:01 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16707,9 +16707,9 @@
} }
}, },
"worker-plugin": { "worker-plugin": {
"version": "3.0.0", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-3.0.0.tgz", "resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-3.1.0.tgz",
"integrity": "sha512-iLcZBwR3TZO2A8s4S+VNzvuCvAHeZx84IR/zE8O89E+VBTTdn73cwDaUoCroftwtW1Qo0mMxYkJqwf0hyFwmeA==", "integrity": "sha512-iQ9KTTmmN5fhfc2KMR7CcDblvcrg1QQ4pXymqZ3cRZF8L0890YLBcEqlIsGPdxoFwghyN8RA1pCEhCKuTF4Lkw==",
"dev": true, "dev": true,
"requires": { "requires": {
"loader-utils": "^1.1.0" "loader-utils": "^1.1.0"

View File

@@ -70,6 +70,6 @@
"webpack-bundle-analyzer": "3.0.4", "webpack-bundle-analyzer": "3.0.4",
"webpack-cli": "3.2.3", "webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.14", "webpack-dev-server": "3.1.14",
"worker-plugin": "3.0.0" "worker-plugin": "3.1.0"
} }
} }