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

Commit

Permalink
Hotfix - bump webpack-chain to guard non-defined chainedmap entries
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Oct 10, 2017
1 parent ea0a2ce commit 2ee3b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/neutrino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ora": "^1.2.0",
"ramda": "^0.24.1",
"webpack": "^3.6.0",
"webpack-chain": "^4.4.1",
"webpack-chain": "^4.4.2",
"webpack-dev-server": "^2.9.1",
"yargs": "^9.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/neutrino/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2890,9 +2890,9 @@ wbuf@^1.1.0, wbuf@^1.7.2:
dependencies:
minimalistic-assert "^1.0.0"

webpack-chain@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-4.4.1.tgz#28b63729d02ea45e033c07962570933aa0b0dcb8"
webpack-chain@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-4.4.2.tgz#6234884f59c096ebd622535c6a69d31e8440ff99"
dependencies:
deepmerge "^1.5.2"

Expand Down

0 comments on commit 2ee3b42

Please sign in to comment.