Skip to content

Commit 8b38680

Browse files
committed
build(deps): upgrade webpack version to ^4.36.0
Webpack 4.36.0 is the minimum version that sass-loader 8 requires. - 4.20.0 has been released september 2018: https://github.com/webpack/webpack/releases/tag/v4.20.0 - 4.36.0 has been released in july 2019: https://github.com/webpack/webpack/releases/tag/v4.36.0
1 parent 4411c45 commit 8b38680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
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.36.0",
5050
"webpack-cli": "^3.0.0",
5151
"webpack-dev-server": "^3.1.14",
5252
"webpack-manifest-plugin": "^2.0.2",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -8758,7 +8758,7 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-
87588758
source-list-map "^2.0.0"
87598759
source-map "~0.6.1"
87608760

8761-
webpack@^4.20.0:
8761+
webpack@^4.36.0:
87628762
version "4.42.1"
87638763
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.1.tgz#ae707baf091f5ca3ef9c38b884287cfe8f1983ef"
87648764
integrity sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==

0 commit comments

Comments
 (0)