Skip to content

Commit 37e2b44

Browse files
authored
chore!: update versions of underlying webpack loaders (#4331)
BREAKING CHANGE: - The minimum required nodejs version is 8.9.0 - For css-loader breaking changes, see https://github.com/webpack-contrib/css-loader/releases/tag/v3.0.0 - For url-loader breaking changes, see https://github.com/webpack-contrib/url-loader/releases/tag/v2.0.0
1 parent 5a64d28 commit 37e2b44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/@vue/cli-service/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
"address": "^1.1.0",
3636
"autoprefixer": "^9.5.1",
3737
"browserslist": "^4.6.0",
38-
"cache-loader": "^3.0.1",
38+
"cache-loader": "^4.1.0",
3939
"case-sensitive-paths-webpack-plugin": "^2.2.0",
4040
"chalk": "^2.4.2",
4141
"cli-highlight": "^2.1.1",
4242
"clipboardy": "^2.0.0",
4343
"cliui": "^5.0.0",
4444
"copy-webpack-plugin": "^5.0.3",
45-
"css-loader": "^2.1.1",
45+
"css-loader": "^3.1.0",
4646
"cssnano": "^4.1.10",
4747
"current-script-polyfill": "^1.0.0",
4848
"debug": "^4.1.1",
4949
"default-gateway": "^5.0.2",
5050
"dotenv": "^8.0.0",
5151
"dotenv-expand": "^5.1.0",
52-
"file-loader": "^3.0.1",
52+
"file-loader": "^4.1.0",
5353
"fs-extra": "^7.0.1",
5454
"globby": "^9.2.0",
5555
"hash-sum": "^1.0.2",
@@ -58,7 +58,7 @@
5858
"lodash.defaultsdeep": "^4.6.1",
5959
"lodash.mapvalues": "^4.6.0",
6060
"lodash.transform": "^4.6.0",
61-
"mini-css-extract-plugin": "^0.6.0",
61+
"mini-css-extract-plugin": "^0.8.0",
6262
"minimist": "^1.2.0",
6363
"ora": "^3.4.0",
6464
"portfinder": "^1.0.20",
@@ -71,7 +71,7 @@
7171
"string.prototype.padend": "^3.0.0",
7272
"terser-webpack-plugin": "^1.3.0",
7373
"thread-loader": "^2.1.2",
74-
"url-loader": "^1.1.2",
74+
"url-loader": "^2.1.0",
7575
"vue-loader": "^15.7.0",
7676
"webpack": ">=4 < 4.29",
7777
"webpack-bundle-analyzer": "^3.3.2",

0 commit comments

Comments
 (0)