Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update dependency worker-loader to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and edmorley committed May 28, 2018
1 parent deadc5d commit d693529
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@neutrinojs/loader-merge": "^8.2.0",
"deepmerge": "^1.5.2",
"webpack-node-externals": "^1.7.2",
"worker-loader": "^1.1.1"
"worker-loader": "^2.0.0"
},
"peerDependencies": {
"neutrino": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"deepmerge": "^1.5.2",
"html-webpack-include-sibling-chunks-plugin": "^0.1.4",
"webpack-manifest-plugin": "^2.0.2",
"worker-loader": "^1.1.1"
"worker-loader": "^2.0.0"
},
"peerDependencies": {
"neutrino": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13016,9 +13016,9 @@ worker-farm@^1.5.2:
dependencies:
errno "~0.1.7"

worker-loader@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/worker-loader/-/worker-loader-1.1.1.tgz#920d74ddac6816fc635392653ed8b4af1929fd92"
worker-loader@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/worker-loader/-/worker-loader-2.0.0.tgz#45fda3ef76aca815771a89107399ee4119b430ac"
dependencies:
loader-utils "^1.0.0"
schema-utils "^0.4.0"
Expand Down

0 comments on commit d693529

Please sign in to comment.