Skip to content

Commit aaa7eb0

Browse files
authored
chore!: use vue-loader v17 (#6872)
1 parent b0e7bf0 commit aaa7eb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ssri": "^8.0.1",
7272
"terser-webpack-plugin": "^5.1.1",
7373
"thread-loader": "^3.0.0",
74-
"vue-loader": "^16.8.2",
74+
"vue-loader": "^17.0.0",
7575
"vue-style-loader": "^4.1.3",
7676
"webpack": "^5.54.0",
7777
"webpack-bundle-analyzer": "^4.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20058,10 +20058,10 @@ vue-instantsearch@^1.5.1:
2005820058
algoliasearch-helper "^2.26.0"
2005920059
escape-html "^1.0.3"
2006020060

20061-
vue-loader@^16.8.2:
20062-
version "16.8.2"
20063-
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.8.2.tgz#78552d6558207a93f09e4fb68b068d44964eb740"
20064-
integrity sha512-Nkq+z9mAsMEK+qkXgK+9Ia7D8w9uu9j4ut0IMT5coMfux3rCgIp1QBB1CYwY0M34A1nRMSONEaWXxAAw6xSl/Q==
20061+
vue-loader@^17.0.0:
20062+
version "17.0.0"
20063+
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-17.0.0.tgz#2eaa80aab125b19f00faa794b5bd867b17f85acb"
20064+
integrity sha512-OWSXjrzIvbF2LtOUmxT3HYgwwubbfFelN8PAP9R9dwpIkj48TVioHhWWSx7W7fk+iF5cgg3CBJRxwTdtLU4Ecg==
2006520065
dependencies:
2006620066
chalk "^4.1.0"
2006720067
hash-sum "^2.0.0"

0 commit comments

Comments
 (0)