Skip to content

Commit 24f7652

Browse files
committed
Upgrading to Webpack 4.22.0 which has a fix for ordering problems
This was causing a test to behave differently before and after 4.22.0
1 parent 43f66c9 commit 24f7652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"style-loader": "^1.1.3",
4747
"terser-webpack-plugin": "^1.1.0",
4848
"tmp": "^0.0.33",
49-
"webpack": "^4.20.0",
49+
"webpack": "^4.22.0",
5050
"webpack-cli": "^3.0.0",
5151
"webpack-dev-server": "^3.1.14",
5252
"webpack-manifest-plugin": "^2.0.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8872,7 +8872,7 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-
88728872
source-list-map "^2.0.0"
88738873
source-map "~0.6.1"
88748874

8875-
webpack@^4.20.0:
8875+
webpack@^4.22.0:
88768876
version "4.43.0"
88778877
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.43.0.tgz#c48547b11d563224c561dad1172c8aa0b8a678e6"
88788878
integrity sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==

0 commit comments

Comments
 (0)