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

Update dependency worker-plugin to v3
This commit is contained in:
Surma
2018-12-14 18:55:31 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -15791,9 +15791,9 @@
}
},
"worker-plugin": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-1.1.1.tgz",
"integrity": "sha512-s5XtToCv/eZdxZHB1t2Ggdl0F6jw+4qm5s/C3lxIp6z4V2aQRMte22x+v2Y1pbJzwTXE+jqGoa+wWn0oqovYyg==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-3.0.0.tgz",
"integrity": "sha512-iLcZBwR3TZO2A8s4S+VNzvuCvAHeZx84IR/zE8O89E+VBTTdn73cwDaUoCroftwtW1Qo0mMxYkJqwf0hyFwmeA==",
"dev": true,
"requires": {
"loader-utils": "^1.1.0"

View File

@@ -64,6 +64,6 @@
"webpack-bundle-analyzer": "3.0.3",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.10",
"worker-plugin": "1.1.1"
"worker-plugin": "3.0.0"
}
}